-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacv.challenge.json
35 lines (35 loc) · 1.16 KB
/
acv.challenge.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
[
{
"no": 1,
"question": "In which year did World War II end?",
"answers": [
{"option": "A", "answer": "1945", "wtf": "True"},
{"option": "B", "answer": "1944", "wtf": "False"},
{"option": "C", "answer": "1946", "wtf": "False"},
{"option": "D", "answer": "1943", "wtf": "False"}
],
"prize": 100000
},
{
"no": 2,
"question": "Who was the first Emperor of China?",
"answers": [
{"option": "A", "answer": "Sun Yat-sen", "wtf": "False"},
{"option": "B", "answer": "Qin Shi Huang", "wtf": "True"},
{"option": "C", "answer": "Kublai Khan", "wtf": "False"},
{"option": "D", "answer": "Han Wudi", "wtf": "False"}
],
"prize": 200000
},
{
"no": 3,
"question": "Which civilization built the Machu Picchu?",
"answers": [
{"option": "A", "answer": "Mayans", "wtf": "False"},
{"option": "B", "answer": "Aztecs", "wtf": "False"},
{"option": "C", "answer": "Incas", "wtf": "True"},
{"option": "D", "answer": "Olmecs", "wtf": "False"}
],
"prize": 300000
}
]