-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.json
53 lines (52 loc) · 896 Bytes
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"questions": [
{
"id": 0,
"questionText": "What is your name?"
},
{
"id": 1,
"questionText": "What is your quest?"
},
{
"id": 2,
"questionText": "What is your favorite color?"
},
{
"id": 3,
"questionText": "What is your the average windspeed velocity of an unladden swallow?"
},
{
"id": 4,
"questionText": "Are you Swedish?"
},
{
"id": 5,
"questionText": "Rate this question?"
},
{
"id": 6,
"questionText": "Rate me poorly please?"
},
{
"id": 7,
"questionText": "Can you see a man with a baseball bat?"
},
{
"id": 8,
"questionText": "Will you eat them in a box?"
},
{
"id": 9,
"questionText": "Will you eat them with a fox?"
},
{
"id": 10,
"questionText": "Will you eat them with a cat?"
},
{
"id": 11,
"questionText": "Will you eat them with a dog?"
}
]
}