-
Notifications
You must be signed in to change notification settings - Fork 0
/
Name_That_Animal.json
265 lines (265 loc) · 6.39 KB
/
Name_That_Animal.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
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
myData = {
"Between_Rounds": [
"Now try these!"
],
"Choices_per_round": 4,
"Description": "A classic Hark the Sound guessing game.",
"Name": "Name that animal",
"Pair_answers_with_prompts": false,
"Question": [
"Sounds/Misc/Name that animal_Question",
"Sounds/Misc/Name that animal_Question_2",
"Sounds/Misc/Name that animal_Question_3"
],
"Repeat_rounds": false,
"Things": [
{
"Answer": [
"American Robin"
],
"Hint": [
"When we first see this bird we know that spring is near."
],
"Name": "American Robin",
"Picture": [],
"Prompt": [
"Sounds/Animals/American Robin"
]
},
{
"Answer": [
"Barred Owl"
],
"Hint": [
"This bird sleeps in the day and is awake at night."
],
"Name": "Barred Owl",
"Picture": [],
"Prompt": [
"Sounds/Animals/Barred Owl"
]
},
{
"Answer": [
"Canary"
],
"Hint": [
"This feathered creature is singing."
],
"Name": "Canary",
"Picture": [],
"Prompt": [
"Sounds/Animals/Canary"
]
},
{
"Answer": [
"Cat"
],
"Hint": [
"This soft, fuzzy pet is meowing."
],
"Name": "Cat",
"Picture": [],
"Prompt": [
"Sounds/Animals/Cat_1",
"Sounds/Animals/Cat_2"
]
},
{
"Answer": [
"Cow"
],
"Hint": [
"This large farm animal gives us milk."
],
"Name": "Cow",
"Picture": [],
"Prompt": [
"Sounds/Animals/Cow"
]
},
{
"Answer": [
"Crow"
],
"Hint": [
"This is a big black bird."
],
"Name": "Crow",
"Picture": [],
"Prompt": [
"Sounds/Animals/Crow"
]
},
{
"Answer": [
"Dog"
],
"Hint": [
"This fuzzy pet is barking."
],
"Name": "Dog",
"Picture": [],
"Prompt": [
"Sounds/Animals/Dog_1",
"Sounds/Animals/Dog_2",
"Sounds/Animals/Dog_3"
]
},
{
"Answer": [
"Duck"
],
"Hint": [],
"Name": "Duck",
"Picture": [],
"Prompt": [
"Sounds/Animals/Duck"
]
},
{
"Answer": [
"Elephant"
],
"Hint": [
"This giant grey animal has a long nose.\n"
],
"Name": "Elephant",
"Picture": [],
"Prompt": [
"Sounds/Animals/Elephant"
]
},
{
"Answer": [
"Frog"
],
"Hint": [
"This animal hops."
],
"Name": "Frog",
"Picture": [],
"Prompt": [
"Sounds/Animals/Frog_1"
]
},
{
"Answer": [
"Goat"
],
"Hint": [
"These animals are sometimes called \"Billy\"."
],
"Name": "Goat",
"Picture": [],
"Prompt": [
"Sounds/Animals/Goat"
]
},
{
"Answer": [
"Horse"
],
"Hint": [
"This big animal could give you a ride."
],
"Name": "Horse",
"Picture": [],
"Prompt": [
"Sounds/Animals/Horse"
]
},
{
"Answer": [
"Lion"
],
"Hint": [
"This animal is called the king of the jungle."
],
"Name": "Lion",
"Picture": [],
"Prompt": [
"Sounds/Animals/Lion"
]
},
{
"Answer": [
"Pig"
],
"Hint": [
"This farm animal says \"Oink, Oink\"."
],
"Name": "Pig",
"Picture": [],
"Prompt": [
"Sounds/Animals/Pig"
]
},
{
"Answer": [
"Rattle Snake"
],
"Hint": [
"Watch out for this dangerous snake!"
],
"Name": "Rattle Snake",
"Picture": [],
"Prompt": [
"Sounds/Animals/Rattle Snake"
]
},
{
"Answer": [
"Rooster"
],
"Hint": [
"This bird crows at sunrise!"
],
"Name": "Rooster",
"Picture": [],
"Prompt": [
"Sounds/Animals/Rooster"
]
},
{
"Answer": [
"Sheep"
],
"Hint": [
"This soft fuzzy animal is covered with wool."
],
"Name": "Sheep",
"Picture": [],
"Prompt": [
"Sounds/Animals/Sheep_1"
]
},
{
"Answer": [
"Turkey"
],
"Hint": [
"This bird is gobbling."
],
"Name": "Turkey",
"Picture": [],
"Prompt": [
"Sounds/Animals/Turkey"
]
},
{
"Answer": [
"Wolf"
],
"Hint": [
"This animal is a wild relative of the dog."
],
"Name": "Wolf",
"Picture": [],
"Prompt": [
"Sounds/Animals/Wolf"
]
}
]
};