-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathquiz-questions.json
39 lines (39 loc) · 1.22 KB
/
quiz-questions.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
[
{
"questionNumber": 1,
"question": "How fast is the blink of an eye?",
"choices": ["2 seconds", "1 second", "0.5 seconds", "0.2 seconds"],
"showImg": true,
"correct": 3,
"pic": "https://media.giphy.com/media/2AX09OcYVEsUM/giphy.gif"
},
{
"questionNumber": 2,
"question": "How fast is Ably? What is Ably's average roundtrip latency globally?",
"choices": ["1 second", "3 seconds", "0.065 seconds", "0.001 seconds"],
"showImg": true,
"correct": 2,
"pic": "https://media.giphy.com/media/7lz6nPd56aHh6/giphy.gif"
},
{
"questionNumber": 3,
"question": "How many children moved to remote interactive digitial learning in 2020?",
"choices": ["1.21 billion", "568 million", "3.46 billion", "1.57 billion"],
"showImg": true,
"correct": 3,
"pic": "https://media.giphy.com/media/4GZyVJkdSHTImp74RP/giphy.gif"
},
{
"questionNumber": 4,
"question": "What does Ably not yet power for children learning via online EdTech?",
"choices": [
"Online proctoring",
"Collaborative whiteboards",
"Telepathy with their friends",
"Chat"
],
"showImg": true,
"correct": 2,
"pic": "https://media.giphy.com/media/q6gzszRDonw3u/giphy.gif"
}
]