-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrivia.json
203 lines (203 loc) · 4.38 KB
/
trivia.json
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
{
"q1": {
"question": "Who teaches Harry how to play Wizard’s chess?",
"choices": [
"A) Hagrid",
"B) Hermione",
"C) Ron",
"D) Dudley"
],
"answer": "2"
},
"q2": {
"question": "When is Harry Potter’s birthday?",
"choices": [
"A) December 31",
"B) June 31",
"C) July 31",
"D) August 31"
],
"answer": "2"
},
"q3": {
"question": "Who teaches History of Magic at Hogwarts?",
"choices": [
"A) Professor Flitwick",
"B) Professor Sprout",
"C) Professor Vector",
"D) Professor Binns"
],
"answer": "3"
},
"q4": {
"question": "Who was not at the Dursley’s the night Harry’s parents died?",
"choices": [
"A) Albus Dumbledore",
"B) Sirius Black",
"C) Rubeus Hagrid",
"D) Minerva McGonagall"
],
"answer": "1"
},
"q5": {
"question": "Who said this?: 'I am good looking enough for both of us.'",
"choices": [
"A) Draco Malfoy",
"B) Ron Weasley",
"C) Ginny Weasley",
"D) Fleur Delacour"
],
"answer": "3"
},
"q6": {
"question": "Which of these spells is an Unforgivable Curse?",
"choices": [
"A) Sectumsempra",
"B) Crucio",
"C) Expecto Patronum",
"D) Stupefy"
],
"answer": "1"
},
"q7": {
"question": "Who said this?: 'It’s Levi-o-sa, not Levio-sa.'",
"choices": [
"A) Harry Potter",
"B) Gilderoy Lockhart",
"C) Petunia Dursley",
"D) Hermione Granger"
],
"answer": "3"
},
"q8": {
"question": "Which of the following is not a trait of Slytherin house?",
"choices": [
"A) Determination",
"B) Cunning",
"C) Ambition",
"D) Wit"
],
"answer": "3"
},
"q9": {
"question": "Which animal does Hermione become when she takes Polyjuice Potion in Chamber of Secrets?",
"choices": [
"A) A toad",
"B) A cat",
"C) A rat",
"D) An owl"
],
"answer": "1"
},
"q10": {
"question": "Which of these spells will summon an object to you?",
"choices": [
"A) Expelliarmus",
"B) Wingardium Leviosa",
"C) Accio",
"D) Lumos"
],
"answer": "2"
}
}{
"q1": {
"question": "Who teaches Harry how to play Wizard’s chess?",
"choices": [
"A) Hagrid",
"B) Hermione",
"C) Ron",
"D) Dudley"
],
"answer": "2"
},
"q2": {
"question": "When is Harry Potter’s birthday?",
"choices": [
"A) December 31",
"B) June 31",
"C) July 31",
"D) August 31"
],
"answer": "2"
},
"q3": {
"question": "Who teaches History of Magic at Hogwarts?",
"choices": [
"A) Professor Flitwick",
"B) Professor Sprout",
"C) Professor Vector",
"D) Professor Binns"
],
"answer": "3"
},
"q4": {
"question": "Who was not at the Dursley’s the night Harry’s parents died?",
"choices": [
"A) Albus Dumbledore",
"B) Sirius Black",
"C) Rubeus Hagrid",
"D) Minerva McGonagall"
],
"answer": "1"
},
"q5": {
"question": "Who said this?: 'I am good looking enough for both of us.'",
"choices": [
"A) Draco Malfoy",
"B) Ron Weasley",
"C) Ginny Weasley",
"D) Fleur Delacour"
],
"answer": "3"
},
"q6": {
"question": "Which of these spells is an Unforgivable Curse?",
"choices": [
"A) Sectumsempra",
"B) Crucio",
"C) Expecto Patronum",
"D) Stupefy"
],
"answer": "1"
},
"q7": {
"question": "Who said this?: 'It’s Levi-o-sa, not Levio-sa.'",
"choices": [
"A) Harry Potter",
"B) Gilderoy Lockhart",
"C) Petunia Dursley",
"D) Hermione Granger"
],
"answer": "3"
},
"q8": {
"question": "Which of the following is not a trait of Slytherin house?",
"choices": [
"A) Determination",
"B) Cunning",
"C) Ambition",
"D) Wit"
],
"answer": "3"
},
"q9": {
"question": "Which animal does Hermione become when she takes Polyjuice Potion in Chamber of Secrets?",
"choices": [
"A) A toad",
"B) A cat",
"C) A rat",
"D) An owl"
],
"answer": "1"
},
"q10": {
"question": "Which of these spells will summon an object to you?",
"choices": [
"A) Expelliarmus",
"B) Wingardium Leviosa",
"C) Accio",
"D) Lumos"
],
"answer": "2"
}
}