-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata_monopoly.json
More file actions
174 lines (172 loc) · 4.96 KB
/
Copy pathdata_monopoly.json
File metadata and controls
174 lines (172 loc) · 4.96 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
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
{
"10": [
{
"question": "What muscle does the brain mostly use for laughing",
"choices": ["Motor Cortex", "Orbicularis Oculi", "Temperal Lobe", "Sensory Cortex"],
"correct_answer": 1
},
{
"question": "What is the golden ratio?",
"choices": ["0.067","2","1.618","1.58"],
"correct_answer": 2
},
{
"question": " Who is known as the 'Father of History'?",
"choices": ["Plato","Herodotus"," Socrates","Aristotle"],
"correct_answer": 1
}
],
"9": [
{
"question": "What synthetic chemical element, is named after a famous New Zealand physicist?",
"choices": ["Rutherfordium", "Iodine", "Mercury", "Lithium"],
"correct_answer": 0
},
{
"question": "What is the sum of the interior angles of a triangle?",
"choices": ["90","300","270","180"],
"correct_answer": 3
},
{
"question": "What is the most expensive car type?",
"choices": ["Lamborghini", "Bugatti", "Mustang", "BMW"],
"correct_answer": 1
}
],
"8": [
{
"question": "What color does pink and blue make?",
"choices": ["Purple", "Red", "Green", "Yellow"],
"correct_answer": 0
},
{
"question": "What is the 17th letter of the Ukranian alphabet",
"choices": ["Т", "В", "Г", "Ї"],
"correct_answer": 3
},
{
"question": "How many countries are in Europe",
"choices": ["37", "50", "24", "45"],
"correct_answer": 1
}
],
"7": [
{
"question": "What is the 4th biggest state in the united states?",
"choices": ["Wyoming", "Nebraska", "Montana", "Alabama"],
"correct_answer": 2
},
{
"question": "How is a currency in India called?",
"choices": ["Ruppe", "Grivni", "Dollars", "Pesos"],
"correct_answer": 0
},
{
"question": "What is the coldest city in the world?",
"choices": ["Antarctica", "Harbin", "Yellowknife", "Yakutsk"],
"correct_answer": 3
}
],
"6": [
{
"question": "What year was predicted to be the end of the world?",
"choices": ["2010", "2012", "1998", "2005"],
"correct_answer": 1
},
{
"question": "Why can't the chicken cross the road?",
"choices": ["I don't know", "Because of the cars", "Becccaaussseeee", "Since it can fly"],
"correct_answer": 2
},
{
"question": "What country has the highest life expectancy in the world? ",
"choices": ["Japan", "U.S.A", "China", "Switzerland"],
"correct_answer": 0
}
],
"5": [
{
"question": "What do you call the study of weather, climate and the atmosphere?",
"choices": ["Mycology", "Orthodontist", "Doctor", "Meteorology"],
"correct_answer": 3
},
{
"question": "What is the highest temperature ever on Earth",
"choices": ["127 fahrenheit", "134 fahrenheit", "118 fahrenheit", "149 fahrenheit"],
"correct_answer": 1
},
{
"question": "What is the lowest temperature ever on Earth",
"choices": ["-137 fahrenheit", "-127.3 fahrenheit", "-128.6 fahrenheit", "-149.3 fahrenheit"],
"correct_answer": 2
}
],
"4": [
{
"question": "What are volcanoes made out of?",
"choices": ["Magma", "Mud", "Lava", "Rocks"],
"correct_answer": 0
},
{
"question": "What is the tallest mountain in the world?",
"choices": ["Mount Rainier", "Mount Olympus", "Mount Krakatoa", "Mount Everest"],
"correct_answer": 3
},
{
"question": "What language does Brazil mostly speak?",
"choices": ["Spanish", "English", "Portuguese", "Chinese"],
"correct_answer": 2
}
],
"3": [
{
"question": "How many sides does a pentagon have?",
"choices": ["4", "5", "7", "6"],
"correct_answer": 1
},
{
"question": "Which food do monkeys eat the most?",
"choices": ["Apples", "Pears", "Watermelons", "Bananas"],
"correct_answer": 3
},
{
"question": "What thing do you need to bring the most for school",
"choices": ["Pen/Pencil", "Water bottle", "Money", "Knowledge"],
"correct_answer": 0
}
],
"2": [
{
"question": "What do you need to drink the most",
"choices": ["Tea", "Sprite", "Water", "Smoothies"],
"correct_answer": 2
},
{
"question": "What is the biggest animal ever",
"choices": ["Dog", "Whale", "Donkey", "Monkey"],
"correct_answer": 1
},
{
"question": "What do cats do the most",
"choices": ["Meow", "Jump", "Lick", "Fall"],
"correct_answer": 3
}
],
"1": [
{
"question": "What is 2+2?",
"choices": ["21", "3", "4", "9"],
"correct_answer": 2
},
{
"question": "How many seasons are in a year",
"choices": ["4", "3", "9", "2"],
"correct_answer": 0
},
{
"question": "What does a dog say?",
"choices": ["Meow", "Woof", "Mooo", "Oink,Oink"],
"correct_answer": 1
}
]
}