-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.json
More file actions
31 lines (31 loc) · 916 Bytes
/
questions.json
File metadata and controls
31 lines (31 loc) · 916 Bytes
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
{
"questions": [
{
"question": { "text": "Which animal can produce the loudest sound?" },
"answers": [
{ "text": "🐯 Tiger", "votes": 18 },
{ "text": "🐻 Bear", "votes": 11 },
{ "text": "🐋 Blue Whale", "votes": 37 },
{ "text": "🐷 Pig", "votes": 8 }
]
},
{
"question": { "text": "Which animal is tallest?" },
"answers": [
{ "text": "🐊 Crocodile", "votes": 4 },
{ "text": "🐋 Whale", "votes": 92 },
{ "text": "🦒 Giraffe", "votes": 48 },
{ "text": "🦕 Sauropod", "votes": 109 }
]
},
{
"question": { "text": "Which of these animal are real?" },
"answers": [
{ "text": "🦄 Unicorn", "votes": 30 },
{ "text": "🐲 Dragon", "votes": 50 },
{ "text": "🧚 Fairy", "votes": 3 },
{ "text": "🦆 Duck", "votes": 80 }
]
}
]
}