-
Notifications
You must be signed in to change notification settings - Fork 1
/
questions.json
46 lines (46 loc) · 1.19 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
{
"questions": [
{
"question": "What is the population of Brazil?",
"choices": [
"145 million",
"199 million",
"182 million",
"205 million",
"None of the above",
"Achana na mimi"
],
"images": [
"https://res.cloudinary.com/doltfsoo1/image/upload/v1596542419/rat_wa4kf5.jpg",
"https://res.cloudinary.com/doltfsoo1/image/upload/v1596542419/rat_wa4kf5.jpg"
],
"correctAnswer": 1
},
{
"question": "What is 27*14?",
"choices": ["485", "634", "408", "528"],
"correctAnswer": 2
},
{
"question": "What is the busiest train station in the world?",
"choices": [
"Grand Central, NY",
"Shibuya, Tokyo",
"Beijing Central, Chine",
"Gard du Nord, Paris"
],
"correctAnswer": 1
},
{
"question": "What is the longest river?",
"choices": ["Nile", "Amazon", "Mississippi", "Yangtze"],
"correctAnswer": 0
},
{
"question": "What is the busiest tube station in the London?",
"choices": ["Waterloo", "Baker Street", "Kings Cross", "Victoria"],
"correctAnswer": 0
}
],
"duration": 1
}