-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathquestions.json
More file actions
152 lines (152 loc) · 2.97 KB
/
questions.json
File metadata and controls
152 lines (152 loc) · 2.97 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
[
{
"id": 1,
"question": "What is the capital of France?",
"answer": "Paris",
"points": 10
},
{
"id": 2,
"question": "Who wrote '1984'?",
"answer": "George Orwell",
"points": 10
},
{
"id": 3,
"question": "What is 2 + 2?",
"answer": "4",
"points": 5
},
{
"id": 4,
"question": "What is the largest planet in our solar system?",
"answer": "Jupiter",
"points": 20
},
{
"id": 5,
"question": "What is the boiling point of water in Celsius?",
"answer": "100",
"points": 10
},
{
"id": 6,
"question": "Who painted the Mona Lisa?",
"answer": "Leonardo da Vinci",
"points": 15
},
{
"id": 7,
"question": "What is the chemical symbol for gold?",
"answer": "Au",
"points": 10
},
{
"id": 8,
"question": "What is the smallest prime number?",
"answer": "2",
"points": 5
},
{
"id": 9,
"question": "Which country is known as the Land of the Rising Sun?",
"answer": "Japan",
"points": 10
},
{
"id": 10,
"question": "Which element has the chemical symbol O?",
"answer": "Oxygen",
"points": 10
},
{
"id": 11,
"question": "In which year did the Titanic sink?",
"answer": "1912",
"points": 15
},
{
"id": 12,
"question": "What is the fastest land animal?",
"answer": "Cheetah",
"points": 20
},
{
"id": 13,
"question": "Who was the first man to walk on the moon?",
"answer": "Neil Armstrong",
"points": 15
},
{
"id": 14,
"question": "What is the capital city of Japan?",
"answer": "Tokyo",
"points": 10
},
{
"id": 15,
"question": "Which language is primarily spoken in Brazil?",
"answer": "Portuguese",
"points": 10
},
{
"id": 16,
"question": "Who discovered penicillin?",
"answer": "Alexander Fleming",
"points": 15
},
{
"id": 17,
"question": "What is the largest ocean on Earth?",
"answer": "Pacific Ocean",
"points": 20
},
{
"id": 18,
"question": "Which country is the largest by land area?",
"answer": "Russia",
"points": 20
},
{
"id": 19,
"question": "What is the hardest natural substance on Earth?",
"answer": "Diamond",
"points": 15
},
{
"id": 20,
"question": "Which planet is known as the Red Planet?",
"answer": "Mars",
"points": 10
},
{
"id": 21,
"question": "Which animal is known for its black and white stripes?",
"answer": "Zebra",
"points": 5
},
{
"id": 22,
"question": "What is the square root of 144?",
"answer": "12",
"points": 5
},
{
"id": 23,
"question": "What is the tallest mountain in the world?",
"answer": "Mount Everest",
"points": 20
},
{
"id": 24,
"question": "What is the capital city of Canada?",
"answer": "Ottawa",
"points": 10
},
{
"id": 25,
"question": "Which planet is closest to the Sun?",
"answer": "Mercury",
"points": 10
}
]