-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestions.json
58 lines (58 loc) · 1.29 KB
/
questions.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
{
"questions": [
{
"score": "easy",
"question": "What is the name of Prince Anduin's father in the computer game WoW?",
"A": "Genn Greymane",
"B": "Arthas Menethil",
"C": "Varian Wrynn",
"D": "Illidan Stormrage",
"correct": "C"
},
{
"score": "easy",
"question": "Who served as finance minister under Louis XIV?",
"A": "Jean-Baptist Colbert",
"B": "Jean-Jacques Monnoyer",
"C": "Jules Mazarin",
"D": "François de Louvois",
"correct": "A"
},
{
"score": "medium",
"question": "What does \"I'm thirsty\" mean in French?",
"A": "J'ai soif",
"B": "J'ai faim",
"C": "J'ai la diarrhée",
"D": "J'ai bois",
"correct": "A"
},
{
"score": "hard",
"question": "Is this question a stupid question?",
"A": "Yes",
"B": "No",
"C": "Maybe",
"D": "I don't know",
"correct": "F"
},
{
"score": "hard",
"question": "Where was the old Chelsea Club in Vienna located?",
"A": "Arrow Lane",
"B": "Lange Gasse",
"C": "Piaristengasse",
"D": "Florianigasse",
"correct": "C"
},
{
"score": "hard",
"question": "Which of the following is a well-known wine region in Southern Quebec (Canada)?",
"A": "Montérégie",
"B": "Douro",
"C": "Beaujolais",
"D": "Languedoc-Roussillon",
"correct": "A"
}
]
}