-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.html
More file actions
50 lines (47 loc) · 4.02 KB
/
instructions.html
File metadata and controls
50 lines (47 loc) · 4.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99715444-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-99715444-7');
</script>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:400,700" rel="stylesheet">
<link href='style.css' rel='stylesheet' type='text/css'>
<title>TIIKKETcompass quiz</title>
<link rel="icon" type="x-icon" href="assets/favicon.png">
<link rel="shortcut icon" type="x-icon" href="assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
</head>
<body>
<svg id="svgHeader" style="width: 100%;" viewBox="0 0 112 19">
<text x="50%" y="15" class="svgHeader">TIIKKETcompass</text>
</svg>
<br>
<center><img src="assets/texts/instructTitle.png"><br>
<br><p>You will be presented with 40 statements and a scalar ranging from agree to disagree. For each one, click the button with your opinion on it.</p><br>
<p>Remember: Every question can be answered from a range. The questions are not meant to be answered as ONLY purely right or purely wrong, unless that is, of course, your opinion on the matter.</p><br>
<p>Press the 'Back' button to go back to the previous question answered.</p><br>
<p>The 'Nullify' button should ONLY to be used in emergency situations, for example, if a question just does not resonate with you at all, then press the button to essentially NULLIFY your answer, so as to not put you as a centrist for a question you cannot answer.</p><br>
<p><!--<span class="emoji-bounce-left">👉🏻</span>--><b>If you want to help with the construction of the test, remember to record your answers for the questions.<!--<span class="emoji-bounce-left">👈🏻</span>--></p>
<p><a href='help.html'>Here is the suggested guideline for it.</a></b> This helps immensely with fixing up the test.</p><br>
</center>
<center><button class="largebutton" onclick="location.href='quiz.html?shuffle=true';" style="background-color: #3d9113;">Continue, Shuffled (Recommended)</button></center> <br>
<center><button class="largebutton" onclick="location.href='quiz.html?shuffle=false';" style="background-color: #13578f;">Continue, Unshuffled</button></center> <br>
<center><button class="largebutton" onclick="location.href='index.html';" style="background-color: #88251e;">Go Back Home</button></center> <br>
<center>
<h2>Experimental</h2><br>
<p>This is experimental - they will not always be up-to-date. Current version supported: beta 0.8.7</p><br>
<center><button class="largebutton" onclick="location.href='quizAL.html?shuffle=false';" style="background-color: #960ab9;">Continue, Auth-Lib Q's Only</button></center> <br>
<center><button class="largebutton" onclick="location.href='quizCP.html?shuffle=false';" style="background-color: #09b2c9;">Continue, Comu-Prop Q's Only</button></center> <br>
<center><button class="largebutton" onclick="location.href='quizPC.html?shuffle=false';" style="background-color: #0c023a;">Continue, Prog-Con Q's Only</button></center> <br>
<h2>Legacy</h2><br>
<p>These are legacy questions from older versions of the test.</p><br>
<center><button class="mediumbutton" onclick="location.href='quizBETA0.6.6.html?shuffle=true';" style="background-color: #5a3358;">Beta 0.6.6 Shuffled</button>
<button class="mediumbutton" onclick="location.href='quizBETA0.6.6.html?shuffle=false';" style="background-color: #3f2e3e;">Beta 0.6.6 Unshuffled</button></center> <br>
<center><button class="mediumbutton" onclick="location.href='quizBETA0.1.0.html?shuffle=true';" style="background-color: #6b6e3e;">Beta 0.1.0 Shuffled</button>
<button class="mediumbutton" onclick="location.href='quizBETA0.1.0.html?shuffle=false';" style="background-color: #3b3b2f;">Beta 0.1.0 Unshuffled</button></center> <br>
</center>
</body>