-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathquestions.json
134 lines (134 loc) · 4.79 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
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
{
"list" : [
{
"question": "Who was the 4th President of the United States?",
"choices": ["John Quincy Adams", "John Adams", "Thomas Jefferson"],
"answer": "James Madison"
},
{
"question": "Which of these is a mammal?",
"choices": ["Ant","Frog", "Shark"],
"answer": "Dolphin"
},
{
"question": "Where is the capital of France?",
"choices": ["Brazil","Normandy", "Versailles"],
"answer": "Paris"
},
{
"question": "Who created the theory of relativity?",
"choices": ["Stephen Hawking", "Carl Sagan", "Neil Degrasse Tyson"],
"answer": "Albert Einstein"
},
{
"question": "When was anime created",
"choices": ["1925", "1901", "1914"],
"answer": "1917"
},
{
"question": "Who is the most subscribed VTuber as of April 2021?",
"choices": ["Gawr Gura", "Nyanners", "Korone"],
"answer": "Kizuna Ai"
},
{
"question": "What was the third gender in ancient Japanese society?",
"choices": ["Seiki", "Washou", "Genpuku"],
"answer": "Wakashu"
},
{
"question": "Who is the oldest living member of the Joestar family?",
"choices": ["Jotaro Kujo", "Jolyne Kujo", "Giorno Giovanna"],
"answer": "Joseph Joestar"
},
{
"question": "When was Covid first discovered?",
"choices": ["69420", "2018", "2020"],
"answer": "2019"
},
{
"question": "What is the average lowest frequency the human ear can detect?",
"choices": ["0hz", "10hz", "40hz"],
"answer": "20hz"
},
{
"question": "Which Minecraft mob has the farthest viewing distance?",
"choices": ["Blaze", "Zombie", "Skeleton"],
"answer": "Enderman"
},
{
"question": "Who is the main male playable character in Minecraft?",
"choices": ["Satoru", "Alex", "Jesse"],
"answer": "Steve"
},
{
"question": "What is the biggest animal in the world?",
"choices":["Mouse", "African White Rhino", "Elephant" ],
"answer": "Blue Whale"
},
{
"question": "Which country consumes the most chocolate per capita?",
"choices": ["Sweden", "France", "United States"],
"answer": "Switzerland"
},
{
"question": "Who won the 2018 American League MVP award?",
"choices": ["Alex Bregman", "Jose Ramirez", "Mike Trout"],
"answer": "Mookie Betts"
},
{
"question": "What was the first state of the United States?",
"choices": ["Massachusetts", "New York", "California"],
"answer": "Delaware"
},
{
"question": "Which country produces the most coffee?",
"choices": ["Columbia", "Indonesia", "China"],
"answer": "Brazil"
},
{
"question": "What was the first ever Batman Game?",
"choices": ["Batman: Arkham Origins", "Batman: The Beginning", "Lego Batman"],
"answer": "Batman: The Video Game"
},
{
"question": "How fast is a cheetah while running?",
"choices": ["20mph", "30mph", "40mph"],
"answer": "50mph"
},
{
"question": "What is the hex code of blue?",
"choices": ["#00FF00","#6A5ACD","#7B68EE"],
"answer": "#0000FF"
},
{
"question": "What is the sum of all the numbers from 1 to 100?",
"choices": ["6969", "101", "1010"],
"answer": "5050"
},
{
"question": "How old do you have to be to get a drivers permit in the US?",
"choices": ["16 years", "16 months", "15 months"],
"answer": "15 years"
},
{
"question": "Which of the following has the highest melting point?",
"choices": ["Fe", "NaCl", "C6H12O6"],
"answer": "SiO2"
},
{
"question": "Which of the following in NOT a city in Nebraska?",
"choices": ["Omaha", "Nebraska City", "Lincoln"],
"answer": "Crittenden"
},
{
"question": "What is 'chocolate' in Spanish?",
"choices": ["chocolat", "chocolata", "chocolato"],
"answer": "chocolate"
},
{
"question": "Which of the following is a character in the hit anime K-ON!",
"choices": ["Hinata", "Aqua-chan", "Mikasa"],
"answer": "Ritsu"
}
]
}