-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.json
More file actions
606 lines (605 loc) · 20.2 KB
/
test.json
File metadata and controls
606 lines (605 loc) · 20.2 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
{
"category": "science",
"questions": [
{
"question": "What was the average life expectancy of white males born in the U.S. just before the Civil War?",
"answers": [
"40 years",
"50 years",
"60 years",
"70 years"
],
"correctAnswer": "40 years"
},
{
"question": "What is a shaddock?",
"answers": [
"a fish, the offspring of a male shad and a female haddock",
"a crystal, such as quartz, that sticks out from a mineral vein",
"a plant that is a member of the nightshade family",
"a grapefruit"
],
"correctAnswer": "a grapefruit"
},
{
"question": "Which one of the following instruments is used to measure humidity?",
"answers": [
"anemometer",
"ammeter",
"hygrometer",
"barometer"
],
"correctAnswer": "hygrometer"
},
{
"question": "Which two planets are most similar in size diameter wise?",
"answers": [
"Mars and Mercury",
"Venus and Earth",
"Uranus and Neptune",
"Jupiter and Saturn"
],
"correctAnswer": "Venus and Earth"
},
{
"question": "If a hertz is equal to one cylce per second, how manyh cycles per second does a megahertz equal?",
"answers": [
"1/1,000",
"1,000",
"1,000,000",
"1,000,000,000"
],
"correctAnswer": "1,000,000"
},
{
"question": "What principle explains why cold food warms up and hot food cools off when stored at room temperature?",
"answers": [
"entropy",
"chemical equilibrium",
"momentum",
"relativity"
],
"correctAnswer": "entropy"
},
{
"question": "Which color is not considered to be one of the primary colors of light?",
"answers": [
"Red",
"yellow",
"green",
"blue"
],
"correctAnswer": "yellow"
},
{
"question": "What causes the disease toxoplasmosis??",
"answers": [
"a bacterium",
"a protozoan",
"a virus",
"a prion"
],
"correctAnswer": "a protozoan"
},
{
"question": "What is the slowest wind speed a hurricane can have according to the Saffir-Simpson scale??",
"answers": [
"50 m.p.h.",
"74 m.p.h.",
"96 m.p.h.",
"110 m.p.h."
],
"correctAnswer": "74 m.p.h."
},
{
"question": "Which of the following heavenly bodies have never had a spacecraft landed on it?",
"answers": [
"Venus",
"Mars",
"the moon",
"Jupiter"
],
"correctAnswer": "Jupiter"
},
{
"question": "Meat should be kept frozen at what temperature in degrees Fahrenheit?",
"answers": [
"0 degrees or below",
"between 10 and 20 degrees",
"between 20 and 30 degrees",
"just below 32 degrees"
],
"correctAnswer": "0 degrees or below"
},
{
"question": "Many scientists think that some of the dinosaurs did not go extinct, but rather evolved into what kind of creature?",
"answers": [
"amphibians",
"reptiles",
"birds",
"mammals"
],
"correctAnswer": "birds"
},
{
"answers": [
"up to 250",
"up to 25,000",
"up to 2,500,000",
"up to 250,000,000"
],
"correctAnswer": "up to 250,000,000",
"question": "In 1989, scientists from Norway discovered that there are far more viruses in oceans, lakes, and streams than previously believed. How many viruses did they find that a milliliter of natural water might contain?"
},
{
"correctAnswer": "Euclidean",
"question": "In which kind of geometry is the sum of the angles inside a triangle exactly equal to 180 degrees?",
"answers": [
"elliptical",
"Euclidean",
"hyperbolic",
"linear"
]
},
{
"question": "What is the name of the disease that has been referred to as the disease of kings?",
"answers": [
"hemophilia",
"jaundice",
"rubella",
"syphilis"
],
"correctAnswer": "hemophilia"
},
{
"question": "What disease causes a buildup of fluid pressure in the eyeball and damages the optic nerve at the back of the eye?",
"answers": [
"astigmatism",
"cataract",
"glaucoma",
"retinitis"
],
"correctAnswer": "glaucoma"
},
{
"question": "What would be the most likely thing one would do with the compound MgSO4 7H2O?",
"answers": [
"power a car",
"blow up a building",
"soak ones feet",
"fertilize a lawn"
],
"correctAnswer": "soak ones feet"
},
{
"question": "Amps are a unit of measurement of what?",
"answers": [
"electric charge",
"electric current",
"electric field strength",
"electric potential"
],
"correctAnswer": "electric current"
},
{
"question": "In which century was the greatest number of chemical elements discovered?",
"answers": [
"17th",
"18th",
"19th",
"20th"
],
"correctAnswer": "19th"
},
{
"question": "Louis Pasteur developed which vaccine?",
"answers": [
"polio",
"rabies",
"smallpox",
"anthrax"
],
"correctAnswer": "rabies"
},
{
"question": "How long ago did dinosaurs become extinct?",
"answers": [
"10,000 years",
"600,000 years",
"6 million years",
"60 million years"
],
"correctAnswer": "60 million years"
},
{
"question": "Which of the following food items have the least calories?",
"answers": [
"5 ounces of whole milk",
"5 ounces of beer",
"5 teaspoons of sugar",
"5 ounces of vegetable oil"
],
"correctAnswer": "5 ounces of beer"
},
{
"answers": [
"shoulder blade",
"knee cap",
"femur",
"lower jaw bone"
],
"correctAnswer": "shoulder blade",
"question": "The scapula is more commonly called the what?"
},
{
"correctAnswer": "rance and Switzerland",
"question": "At the time that the Large Electron-Positron Collider went into operation in 1989 it was the largest scientific instrument ever built with a circumference of over 16 miles. Where is it located?",
"answers": [
"California and Nevada",
"France and Switzerland",
"Austria and Germany",
"France and Italy"
]
},
{
"question": "If a circle and a square have the same area, then which of the following statements must be true?",
"answers": [
"The circle's circumference is greater than the square's perimeter",
"the circle's circumference is greater than the square's perimeter",
"the circle's circumference is less than the square's perimeter",
"None of the above"
],
"correctAnswer": "the circle's circumference is less than the square's perimeter"
},
{
"question": "Which of the following are true during a lunar eclipse?",
"answers": [
"The sun is between the earth and the moon",
"the earth is between the sun and the moon",
"the sun is between the earth and the moon",
"none of the above"
],
"correctAnswer": "the earth is between the sun and the moon"
},
{
"question": "What kinds of quarks form the protons and neutrons in the atoms of matter?",
"answers": [
"strange and charmed",
"top and bottom",
"up and down",
"all of the above"
],
"correctAnswer": "up and down"
},
{
"question": "What country became the third one to launch a spacecraft to the moon in January 1990?",
"answers": [
"China",
"France",
"Japan",
"United Kingdom"
],
"correctAnswer": "Japan"
},
{
"question": "Which of the following flowers did not get its name from adding \"ia\" to the surname of the botanist?",
"answers": [
"fuchsia",
"magnolia",
"zinnia",
"petunia"
],
"correctAnswer": "petunia"
},
{
"question": "What is an imaginary number?",
"answers": [
"any irrational number",
"any complex number",
"the result of dividing any number by zero",
"the square root of any negative real number"
],
"correctAnswer": "the square root of any negative real number"
},
{
"question": "Prior to 1977 rings were only known to exist around Saturn. Since then, at least one ring has been found around which other planet or planets?",
"answers": [
"Jupiter, Uranus, and Neptune",
"Uranus and Neptune",
"Uranus",
"Mercury and Neptune"
],
"correctAnswer": "Jupiter, Uranus, and Neptune"
},
{
"question": "Which of these drugs was discovered first?",
"answers": [
"aspirin",
"cocaine",
"penicillin",
"xanax"
],
"correctAnswer": "cocaine"
},
{
"question": "The Magellan spacecraft launched in 1989, was sent to map the surface of what planet?",
"answers": [
"Mars",
"Neptune",
"Venus",
"Mercury"
],
"correctAnswer": "Venus"
},
{
"answers": [
"100",
"1,000",
"8,000",
"8192"
],
"correctAnswer": "8192",
"question": "In computer software, how many bits are in a kilobyte?"
},
{
"correctAnswer": "the ship would lose mass",
"question": "In relativity theory, if a spaceship accelerated to near the speed of light, an observer not on the ship might notice all but which of the following?",
"answers": [
"clocks on the ship would slow down",
"the ship would get smaller",
"the ship would lose mass",
"the ship would gain mass"
]
},
{
"question": "Which of these animals lays eggs?",
"answers": [
"kangaroo",
"koala",
"platypus",
"Tasmanian devil"
],
"correctAnswer": "platypus"
},
{
"question": "During which decade was the television invented?",
"answers": [
"1920s",
"1930s",
"1940s",
"1950s"
],
"correctAnswer": "1920s"
},
{
"answers": [
"0",
"2",
"4",
"6"
],
"correctAnswer": "4",
"question": "How many of the eight planets other than earth are smaller than Earth?"
},
{
"question": "Which of the following animals have, on the average, the shortest lifespan?",
"answers": [
"gray squirrel",
"grizzly bear",
"kangaroo",
"moose"
],
"correctAnswer": "kangaroo"
},
{
"question": "Which of the following gasses account for about 78 percent of the earth's atmosphere?",
"answers": [
"argon",
"carbon dioxide",
"nitrogen",
"oxygen"
],
"correctAnswer": "nitrogen"
},
{
"correctAnswer": "3500 B.C.",
"question": "Approximately when was the wheel invented?",
"answers": [
"5500 B.C.",
"4500 B.C.",
"3500 B.C.",
"1500 B.C."
]
},
{
"question": "In chemistry, what element is represented by the symbol C?",
"answers": [
"calcium",
"carbon",
"chlorine",
"copper"
],
"correctAnswer": "carbon"
},
{
"answers": [
"10",
"12",
"15",
"20"
],
"correctAnswer": "12",
"question": "How many sides does a dodecagon have?"
},
{
"question": "Which of the following animals usually weighs the least?",
"answers": [
"lions",
"polar bears",
"tigers",
"Wildebeest"
],
"correctAnswer": "lions"
},
{
"correctAnswer": "sometime in the next 2,000 years",
"question": "Ice Age patterns of the last half million years indicate that the next Ice Age is due to arrive when?",
"answers": [
"sometime between 10,000 to 30,000 years from now",
"sometime between 50,000 to 100,000 years from now.",
"sometime in the next 2,000 years",
"over 100,000 years from now"
]
},
{
"question": "Which two different species of animals were successfully bred by the University of California?",
"answers": [
"a goat and a sheep producing a new animal called a \"geep\"",
"a rabbit and a hamster, producing a new animal called a \"ramster\"",
"a horse and a camel, producing a new animal called a \"hormel\"",
"a deer and an elk , producing a new animal called a \"Delk\""
],
"correctAnswer": "a goat and a sheep producing a new animal called a \"geep\""
},
{
"question": "What was the name of the space shuttle that place in April, 1981 and was the first manned U.S. space shuttle fight?",
"answers": [
"Atlantis",
"Discovery",
"Columbia",
"Challenger"
],
"correctAnswer": "Columbia"
},
{
"question": "Room temperature is about 68 degrees Fahrenheit. What is the temperature given in degrees Celsius?",
"answers": [
"20",
"30",
"40",
"50"
],
"correctAnswer": "20"
},
{
"question": "What was the name of the first U.S. Space Shuttle to take flight in April, 1981?",
"answers": [
"Atlantis",
"Columbia",
"Challenger",
"Discovery"
],
"correctAnswer": "Columbia"
},
{
"question": "According to a 1980s survey of 40,000 students, approximately what fraction of American school children now have no decay in their permanent teeth?",
"answers": [
"one tenth",
"one quarter",
"one third",
"one half "
],
"correctAnswer": "one half"
},
{
"question": "In the manufacturing of pewter what is the main ingredient?",
"answers": [
"copper",
"iron",
"lead",
"tin"
],
"correctAnswer": "tin"
},
{
"answers": [
"101",
"12",
"15",
"20"
],
"correctAnswer": "12",
"question": "How many sides does a dodecagon have?"
},
{
"correctAnswer": "62 pounds",
"question": "Roughly how much does a cubic foot of water weigh?",
"answers": [
"10 pounds",
"37 pounds",
"62 pounds",
"75 pounds"
]
},
{
"question": "What planet has a day that lasts only 10 hours?",
"answers": [
"Mars",
"Mercury",
"Jupiter",
"Venus"
],
"correctAnswer": "Jupiter"
},
{
"question": "How long did it take the voyager 2 spacecraft to reach Netpune?",
"answers": [
"6 months",
"3 years",
"12 years",
"15 years"
],
"correctAnswer": "12 years"
},
{
"question": "Which one of the following laws of heredity are not one of Gregor Mendel's laws?",
"answers": [
"dominance",
"independent assortment",
"integration",
"segregation"
],
"correctAnswer": "integration"
},
{
"question": "From the pit of what fruit does the controversial cancer-treating drug Laetrile come from?",
"answers": [
"apricot",
"cherry",
"peach",
"watermelon"
],
"correctAnswer": "apricot"
},
{
"answers": [
"10,000 ",
"100,000",
"1,000,000",
"10,000,000"
],
"correctAnswer": "10,000",
"question": "How many years has the Amazon rain forest existed?"
},
{
"question": "The spaceship Voyager2 found geysers on Triton, a moon of what planet?",
"answers": [
"Saturn",
"Uranus",
"Neptune",
"Mars"
],
"correctAnswer": "Neptune"
},
{
"correctAnswer": "tests on animals",
"question": "What are \"pre-clinical trials\" in the process of testing new drugs before they are approved for general use?",
"answers": [
"test by computer simulation of molecular interactions",
"tests on animals",
"tests on humans",
"chemical testing"
]
}
]
}