forked from UrbanInstitute/quick-quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunicorns.json
44 lines (44 loc) · 1.24 KB
/
unicorns.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
{
"questions": [
{
"answers": [
"Loch Ness Monster",
"Centaur",
"Unicorn",
"Mermaid"
],
"correct": {
"index": 2,
"text": "The unicorn is a mythical creature. Strong, wild, and fierce, it was impossible to tame by man. Plinie, the Roman naturalist records it as \"a very ferocious beast, similar in the rest of its body to a horse, with the head of a deer, the feet of an elephant, the tail of a boar, a deep, bellowing voice, and a single black horn, two cubits in length, standing out in the middle of its forehead.\""
},
"number": 1,
"prompt": "Which of the following is the most real?"
},
{
"answers": [
"True"
],
"correct": {
"index": 0
},
"number": 2,
"prompt": "Unicorns are real?"
},
{
"answers": [
"Marshmallow",
"Moon glow",
"Egg shell"
],
"correct": {
"index": 1
},
"image": "unicorn.jpg",
"image_credit": "Random dude from the Interwebs",
"number": 3,
"prompt": "What shade of white is this unicorn?"
}
],
"title": "How well do you know real creatures?",
"url": "http://urbaninstitute.github.io/quick-quiz/"
}