-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquiz.json
106 lines (105 loc) · 2.84 KB
/
quiz.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
{
"shortDescription": "Test your knowledge of animals with this quiz.",
"questions": [
{
"question": "What is the largest mammal?",
"answers": ["Whale", "Elephant", "Shark"],
"correctAnswerIndex": 0
},
{
"question": "Which bird can't fly?",
"answers": ["Penguin", "Eagle", "Owl"],
"correctAnswerIndex": 0
},
{
"question": "What animal is the fastest?",
"answers": ["Cheetah", "Rabbit", "Horse"],
"correctAnswerIndex": 0
},
{
"question": "Which animal has a trunk?",
"answers": ["Elephant", "Lion", "Zebra"],
"correctAnswerIndex": 0
},
{
"question": "What animal is known as man's best friend?",
"answers": ["Dog", "Cat", "Fish"],
"correctAnswerIndex": 0
},
{
"question": "Which reptile has no legs?",
"answers": ["Snake", "Lizard", "Croc"],
"correctAnswerIndex": 0
},
{
"question": "What do bees produce?",
"answers": ["Honey", "Milk", "Silk"],
"correctAnswerIndex": 0
},
{
"question": "Which animal is a marsupial?",
"answers": ["Koala", "Elephant", "Tiger"],
"correctAnswerIndex": 0
},
{
"question": "Which fish is known for its teeth?",
"answers": ["Piranha", "Salmon", "Shark"],
"correctAnswerIndex": 0
},
{
"question": "What is a baby cat called?",
"answers": ["Kitten", "Pup", "Calf"],
"correctAnswerIndex": 0
},
{
"question": "Which bird is known for its wisdom?",
"answers": ["Owl", "Crow", "Sparrow"],
"correctAnswerIndex": 0
},
{
"question": "Which animal lives in a hive?",
"answers": ["Bee", "Ant", "Spider"],
"correctAnswerIndex": 0
},
{
"question": "What is the tallest animal?",
"answers": ["Giraffe", "Elephant", "Lion"],
"correctAnswerIndex": 0
},
{
"question": "Which animal is known for its quills?",
"answers": ["Porcupine", "Rabbit", "Deer"],
"correctAnswerIndex": 0
},
{
"question": "What is the largest bird?",
"answers": ["Ostrich", "Eagle", "Parrot"],
"correctAnswerIndex": 0
},
{
"question": "Which animal has a mane?",
"answers": ["Lion", "Tiger", "Bear"],
"correctAnswerIndex": 0
},
{
"question": "What do cows produce?",
"answers": ["Milk", "Honey", "Wool"],
"correctAnswerIndex": 0
},
{
"question": "What is the main food of pandas?",
"answers": ["Bamboo", "Fish", "Leaves"],
"correctAnswerIndex": 0
},
{
"question": "Which animal is known for its hump?",
"answers": ["Camel", "Horse", "Cow"],
"correctAnswerIndex": 0
},
{
"question": "Which bird is colorful and can mimic?",
"answers": ["Parrot", "Sparrow", "Crow"],
"correctAnswerIndex": 0
}
]
}