-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquiz.json
50 lines (50 loc) · 1.13 KB
/
quiz.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
data = '[
{
"question": {
"title": "This is the first form",
"webhook_submit_url": "some url",
"fields": [{
"type": "short_text",
"question": "Question from form one"
}],
}
},
{
"question": {
"title": "This is the first form",
"webhook_submit_url": "some url",
"fields": [{
"type": "short_text",
"question": "Question from form one"
}],
}
},
{
"question": {
"title": "This is the first form",
"webhook_submit_url": "some url",
"fields": [{
"type": "short_text",
"question": "Question from form one"
}],
}
},
{
"video": {
"title": "This is the first form",
"webhook_submit_url": "https://www.youtube.com/embed/iG9CE55wbtY",
}
},
{
"video": {
"title": "This is the first form",
"webhook_submit_url": "https://www.youtube.com/embed/dilnw_dP3xk",
}
},
{
"video": {
"title": "This is the first form",
"webhook_submit_url": "https://www.youtube.com/embed/wX78iKhInsc",
}
}
]'