alexputhiyadom commited on
Commit
4bb50c3
·
verified ·
1 Parent(s): c082643

Update questions.json

Browse files
Files changed (1) hide show
  1. questions.json +82 -0
questions.json CHANGED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "task_id": "task_001",
4
+ "question": "How many studio albums did Mercedes Sosa release between 2000 and 2009?"
5
+ },
6
+ {
7
+ "task_id": "task_002",
8
+ "question": "In the video https://www.youtube.com/watch?v=L1vXCYZAYYM, what is the highest number of bird species seen on camera simultaneously?"
9
+ },
10
+ {
11
+ "task_id": "task_003",
12
+ "question": "What is the final output of the Python code shared in the article?"
13
+ },
14
+ {
15
+ "task_id": "task_004",
16
+ "question": "What is the name of the dinosaur featured in the Sinosauropteryx article?"
17
+ },
18
+ {
19
+ "task_id": "task_005",
20
+ "question": "Who wrote the song lyrics mentioned in the Wikipedia article on Pink Floyd?"
21
+ },
22
+ {
23
+ "task_id": "task_006",
24
+ "question": "What is the name of the astronaut who first set foot on Mars?"
25
+ },
26
+ {
27
+ "task_id": "task_007",
28
+ "question": "List all vegetables mentioned in the recipe for garden stew."
29
+ },
30
+ {
31
+ "task_id": "task_008",
32
+ "question": "What chess move is described as leading to a forced mate in 3?"
33
+ },
34
+ {
35
+ "task_id": "task_009",
36
+ "question": "What is the name of the scientist who discovered synthetic insulin?"
37
+ },
38
+ {
39
+ "task_id": "task_010",
40
+ "question": "Which character says 'No, it is not hot' in Stargate SG-1 Season 3 Episode 6?"
41
+ },
42
+ {
43
+ "task_id": "task_011",
44
+ "question": "What is the IOC country code for China?"
45
+ },
46
+ {
47
+ "task_id": "task_012",
48
+ "question": "Which award number supported R.G. Arendt according to the Universe Today article?"
49
+ },
50
+ {
51
+ "task_id": "task_013",
52
+ "question": "What are the ingredients of the strawberry pie mentioned in the wiki cookbook?"
53
+ },
54
+ {
55
+ "task_id": "task_014",
56
+ "question": "What is the first name of the 20th-century Malko Competition recipient from a now-defunct country?"
57
+ },
58
+ {
59
+ "task_id": "task_015",
60
+ "question": "Which planet has the longest day in the solar system?"
61
+ },
62
+ {
63
+ "task_id": "task_016",
64
+ "question": "What is the main theme of the book 'To Kill a Mockingbird'?"
65
+ },
66
+ {
67
+ "task_id": "task_017",
68
+ "question": "What is the full name of the author of the paper on quantum entanglement?"
69
+ },
70
+ {
71
+ "task_id": "task_018",
72
+ "question": "Name three programming languages released before 1990."
73
+ },
74
+ {
75
+ "task_id": "task_019",
76
+ "question": "Which element has the highest melting point?"
77
+ },
78
+ {
79
+ "task_id": "task_020",
80
+ "question": "Who composed the opera 'Carmen'?"
81
+ }
82
+ ]