-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestfile.json
More file actions
86 lines (86 loc) · 2.23 KB
/
testfile.json
File metadata and controls
86 lines (86 loc) · 2.23 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
[
{
"question": "In what year did the first manned moon landing take place ?",
"answer(s)": [
"1969"
],
"needed_answers": 1
},
{
"question": "Can you name three famous works of literature written by William Shakespeare?",
"answer(s)": [
"Romeo and Juliet",
"Hamlet",
"Macbeth",
"King Lear",
"Othello",
"Much Ado about nothing"
],
"needed_answers": 3
},
{
"question": "What is the longest river in the world, and which continents does it flow through?",
"answer(s)": [
"Nile",
"Africa"
],
"needed_answers": 2
},
{
"question": "Who is often credited as the 'Father of Modern Physics' for his groundbreaking theories on relativity?",
"answer(s)": [
"Albert Einstein"
],
"needed_answers": 1
},
{
"question": "Name the three countries that are part of the Scandinavian region.",
"answer(s)": [
"Sweden",
"Norway",
"Denmark"
],
"needed_answers": 3
},
{
"question": "In art history, who painted the famous portrait known as the 'Mona Lisa'?",
"answer(s)": [
"Leonardo da vinci"
],
"needed_answers": 1
},
{
"question": "What is the chemical symbol for gold on the periodic table?",
"answer(s)": [
"Au"
],
"needed_answers": 1
},
{
"question": "Can you list three of the Seven Wonders of the Ancient World?",
"answer(s)": [
"The Colosseum",
"Petra",
"Chichen Itza",
"Christ the Redeemer",
"Machu Picchu",
"Taj Mahal",
"The Great Wall of China"
],
"needed_answers": 3
},
{
"question": "Who is the author of the science fiction novel '1984,' which explores dystopian themes?",
"answer(s)": [
"George Orwell"
],
"needed_answers": 1
},
{
"question": "something",
"answer(s)": [
"answer"
],
"needed_answers": 8
}
]