-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
88 lines (84 loc) · 3.02 KB
/
Copy pathhelp.html
File metadata and controls
88 lines (84 loc) · 3.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<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/OutlineTitle.png"><br>
<br><p>Copy the text, paste & keep it handy in a separate tab:</p>
<a class="qshit">
```<br>
1|enter scoring|Example comment (this is where you comment!)<br>
2|enter|<br>
3|enter|<br>
4|enter|<br>
5|enter|<br>
6|enter|<br>
7|enter|<br>
8|enter|<br>
9|enter|<br>
10|enter|<br>
11|enter|<br>
12|enter|<br>
13|enter|<br>
14|enter|<br>
15|enter|<br>
16|enter|<br>
17|enter|<br>
18|enter|<br>
19|enter|<br>
20|enter|<br>
21|enter|<br>
22|enter|<br>
23|enter|<br>
24|enter|<br>
25|enter|<br>
26|enter|<br>
27|enter|<br>
28|enter|<br>
29|enter|<br>
30|enter|<br>
31|enter|<br>
32|enter|<br>
33|enter|<br>
34|enter|<br>
35|enter|<br>
36|enter|<br>
37|enter|<br>
38|enter|<br>
39|enter|<br>
40|enter|<br>
41|enter|<br>
42|enter|<br>
```
</a>
<p>Remember to do it <b>unshuffled!</b></p>
<p><b>Hint:</b> You can double click the word 'enter' to select it, instead of using the slower way of dragging to select the whole word.</p>
<br><p>Use the first number to denote question number—this should remain unchanged.</p>
<br><p>Use the second number to denote your answer to the question. Double-click the word "enter" to insert your score.</p>
<p>(numbers 0-3 shall correspond to your choice on the scalar, 0 being * (middle), 1 or -1 being left 1 tic or right 1 tic, etc.)</p>
<p>Example: "25|+3|comment" — "36|-1" — "41|*|idk what ts means"</p>
<br><p>Use the third area to explain/comment on the question.</p>
<br><p>During the test: Note out questions that you cannot answer or dont make sense to you. Point out redundancies, suggest questions</p>
<br><p>Make sure you have me <a onclick="navigator.clipboard.writeText('tiikketmaster');confirm('Discord tag copied! (tiikketmaster)')">friended on Discord!</a></p>
<br>
<button class="largebutton" onclick="location.href='instructions.html';" style="background-color: #19cc90;">Back To Instructions</button> <br>
<br>
<button class="largebutton" onclick="location.href='index.html';" style="background-color: #88251e;">Go Back Home</button></center> <br>
</body>