-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrivia.json
54 lines (54 loc) · 1.16 KB
/
trivia.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
{
"title": "Sample Survey",
"image": "https://48tools.com/wp-content/uploads/2015/09/shortlink.png",
"questions": [
{
"text": "Question1",
"image": "https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg",
"lifetimeSeconds": 10,
"options": [
{
"text": "Opt1"
},
{
"text": "Opt2"
},
{
"text": "Opt"
}
]
},
{
"text": "Question2",
"image": "https://filedn.com/ltOdFv1aqz1YIFhf4gTY8D7/ingus-info/BLOGS/Photography-stocks3/stock-photography-slider.jpg",
"lifetimeSeconds": 5,
"options": [
{
"text": "Opt1"
},
{
"text": "Opt2"
},
{
"text": "Opt"
}
]
},
{
"text": "Pregunta 2",
"image": "https://filedn.com/ltOdFv1aqz1YIFhf4gTY8D7/ingus-info/BLOGS/Photography-stocks3/stock-photography-slider.jpg",
"lifetimeSeconds": 5,
"options": [
{
"text": "Opt1"
},
{
"text": "Opt2"
},
{
"text": "Opt"
}
]
}
]
}