-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.yaml
More file actions
69 lines (69 loc) · 1.35 KB
/
Copy pathexample.yaml
File metadata and controls
69 lines (69 loc) · 1.35 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
---
text: Try to answer H.
choices:
- { text: "H", correct: True }
- { text: "A" }
- { text: "F" }
- { text: "D" }
- { text: "U" }
tag: [begin]
---
text: This question is
choices:
- { text: "easy", correct: True }
- { text: "impossible" }
- { text: "red" }
- { text: "magic" }
- { text: "super hard" }
tag: [stupid]
---
text: $A+B+A$
choices:
- { text: "A+B+A", correct: True }
- { text: "AAB" }
- { text: "D" }
- { text: "2A+B" }
tag: [stupid]
---
text: $5-3+2+5+3-2=?$
choices:
- { text: "10", correct: True }
- { text: "8" }
- { text: "0" }
- { text: "12" }
tag: [cp]
---
text: Is $7$ a random number?
choices:
- { text: "No", correct: True }
- { text: "No because it is prime" }
- { text: "It depends on the value of 7." }
- { text: "No, 9 is more random." }
- { text: "Yes when you use two dice." }
tag: [stupid]
---
text: Who is number $2$?
choices:
- { text: "The oddest prime", correct: True }
- { text: "The perimeter of a vector" }
- { text: "Raphaël Nadal" }
- { text: "The little indian" }
tag: [stupid]
---
text: What is the sum of all positive integers?
choices:
- { text: "$-\\frac1{12}$", correct: True }
- { text: "$\\infty$" }
- { text: "a google" }
- { text: "the weight of black matter" }
- { text: "0" }
tag: [math]
---
image: colorblind.jpg
choices:
- { text: "73", correct: True }
- { text: "18" }
- { text: "25" }
- { text: "33" }
- { text: "78" }
tag: [vision]