-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathquestions.json
137 lines (121 loc) · 2.92 KB
/
questions.json
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
[
{
question: "How many days are there in January",
correct: "The answer should be in quotes too",
incorrect: ["The first wrong in quotes", "The second wrong in quotes", "the third wrong in quotes"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "Great Whites and Hammerheads are what type of animals?",
correct: "Sharks",
incorrect: ["Horses", "Elephants", "Birds"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "According to legend, who led a gang of merry outlaws in Sherwood Forest in Nottingham, England?",
correct: "Robin Hood",
incorrect: ["Pocahontas", "Aladdin", "Peter Pan"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "How many legs does a spider have?",
correct: "8",
incorrect: ["2", "4", "6"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "How many rings make up the symbol of the Olympic Games?",
correct: "5",
incorrect: ["3", "4", "6"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "In which continent is the country of Egypt found?",
correct: "Africa",
incorrect: ["Asia", "Asia", "America"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "Which country is home to the kangaroo?",
correct: "Australia",
incorrect: ["Mexico", "Argentina", "Russia"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "What is the name of Shrek's wife?",
correct: "Princess Fiona",
incorrect: ["Princess Snowhite", "Princess Diana", "Princess Jasmine"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "How many lungs do humans normally have?",
correct: "2",
incorrect: ["1", "3", "4"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "Is the planet Jupiter larger or smaller than the Earth?",
correct: "Larger",
incorrect: ["Smaller"],
difficulty: 2,
subject: "Kids Trivia"
},
{
question: "What is the top colour in a rainbow",
correct: "Red",
incorrect: ["Orange", "Yellow", "Green"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "How many hours are in a day?",
correct: "24",
incorrect: ["12", "18", "25"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "What colour are Smurfs?",
correct: "Blue",
incorrect: ["Red", "Green", "Purple"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "What is the capital of England?",
correct: "London",
incorrect: ["Paris", "Berlin", "Dublin"],
difficulty: 1,
subject: "Kids Trivia"
},
{
question: "Which planet in our Solar System is known for having a ring?",
correct: "Saturn",
incorrect: ["Mars", "Earth", "Uranus"],
difficulty: 2,
subject: "Kids Trivia"
},
{
question: "What color is the circle on the Japanese national flag?",
correct: "Red",
incorrect: ["Blue", "White", "Yellow"],
difficulty: 2,
subject: "Kids Trivia"
},
// {
// question: "GZZZzzzzzzzz",
// correct: "Sharks",
// incorrect: ["Horses", "Elephants", "Birds"],
// difficulty: 1,
// subject: "Kids Trivia"
// },
]