-
Notifications
You must be signed in to change notification settings - Fork 1
/
testdata.js
45 lines (45 loc) · 1.42 KB
/
testdata.js
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
data = [
{
"question": "How many ATP molecules would you hydrolyze walking to the top of the Burj Khalifa?\n",
"answer": 3,
"source": "UT Austin Invitational 18-19",
"number": 22
},
{
"question": "How many millimeters are in a kilometer?\n",
"answer": 6,
"source": "BirdSO In-Person Invitational 22-23",
"number": 2
},
{
"question": "How many seconds are in a decade?\n",
"answer": 8,
"source": "BirdSO In-Person Invitational 22-23",
"number": 3
},
{
"question": "What is 212?\n",
"answer": 3,
"source": "BirdSO In-Person Invitational 22-23",
"number": 5
},
{
"question": "What is ? Here log denotes the base 10 logarithm.\n",
"answer": 4,
"source": "SOAPS Invitational 22-23",
"number": 6
},{
"question": "How many dogs were owned as pets in the United States last year?",
"answer": 7,
"source": "RobertYL, daily fermi questions day #75 [2019 Polytechnic Q19]"
},{
"question": "United States contains how many square kilometers?",
"answer": 6,
"source": "RobertYL, daily fermi questions day #98 [2019 ATX Regionals Q41]"
},{
"question": "How many dislikes does this same video have?\n",
"answer": 7,
"source": "Cornell Invitational 22-23",
"number": 18
}
]