-
Notifications
You must be signed in to change notification settings - Fork 0
/
quiz.json
44 lines (44 loc) · 921 Bytes
/
quiz.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
[
{ "choices" : [ "David Cameron",
"Gordon Brown",
"Winston Churchill",
"Tony Blair"
],
"correctAnswer" : 0,
"question" : "Who is Prime Minister of the United Kingdom?"
},
{ "choices" : [ "An ancient language",
"A programming language",
"A medieval manuscript",
"An internet troll"
],
"correctAnswer" : 1,
"question" : "What is Javascript?"
},
{ "choices" : [ "Peru",
"Greece",
"US",
"Italy",
"Congo"
],
"correctAnswer" : 3,
"question" : "Where is Venice?"
},
{ "choices" : [ "Red, Green, Blue",
"Real Graphics Body",
"SWAG"
],
"correctAnswer" : 0,
"question" : "What does RGB mean?"
},
{ "choices" : [ 3,
4,
5,
6,
7,
8
],
"correctAnswer" : 3,
"question" : "How many strings has a guitar?"
}
]