This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
168 lines (168 loc) · 3.72 KB
/
data.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
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
{
"Quiz": [
{
"Name": "Among Us",
"Questions": [
{
"Question": "Have you ever played the hit game Among Us?",
"Answers": [
"Yes",
"No"
],
"Answer": 0
},
{
"Question": "What year was Among Us released?",
"Answers": [
"2020",
"2019",
"2018",
"2021"
],
"Answer": 2
},
{
"Question": "Which of these roles are NOT in the game?",
"Answers": [
"Imposter",
"Crewmate",
"Engineer",
"Navigator",
"Guardian Angel"
],
"Answer": 3
},
{
"Question": "What was the first Among Us map?",
"Answers": [
"Polus",
"The Airship",
"Mira HQ",
"The Skeld"
],
"Answer": 3
},
{
"Question": "What color is the crewmate on the game icon",
"Answers": [
"Green",
"Pink",
"Purple",
"Yellow",
"Blue",
"Red",
"Orange",
"Black"
],
"Answer": 5
}
]
},
{
"Name": "Countries",
"Questions": [
{
"Question": "What is the biggest country?",
"Answers": [
"India",
"Russia",
"China",
"USA",
"Australia"
],
"Answer": 1
},
{
"Question": "What is the smallest country?",
"Answers": [
"England",
"Fiji",
"South Africa",
"Vatican City",
"Madagascar"
],
"Answer": 3
},
{
"Question": "What country has the biggest population",
"Answers": [
"Russia",
"India",
"China",
"Canada"
],
"Answer": 2
},
{
"Question": "Where is Mount Fuji located?",
"Answers": [
"Fiji",
"Japan",
"Germany"
],
"Answer": 1
},
{
"Question": "What is the capital of Ukrane?",
"Answers": [
"Schu",
"Rame",
"Kyiv",
"Beui",
"Jeou",
"Koru"
],
"Answer": 2
},
{
"Question": "Where is the Grand Canyon located?",
"Answers": [
"Russia",
"England",
"China",
"USA",
"Japan",
"Germany",
"Canada"
],
"Answer": 3
}
]
},
{
"Name": "Social Media",
"Questions": [
{
"Question": "What is the most popular social media?",
"Answers": [
"Instagram",
"TikTok",
"Facebook",
"YouTube kids",
"Snapchat",
"Reddit"
],
"Answer": 2
},
{
"Question": "Which Social Media platform has the most videos?",
"Answers": [
"Facebook Watch",
"YouTube",
"Instagram",
"Reddit"
],
"Answer": 1
},
{
"Question": "Does Social Media melt your brain and vilen!1!!",
"Answers": [
"Yes!!1!",
"NOOOO"
],
"Answer": 1
}
]
}
]
}