-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoc-survey-discussion.json
68 lines (68 loc) · 1.22 KB
/
poc-survey-discussion.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[{
"name": "s1",
"questions": [{
"type": "multi",
"name": "s1p1q1",
"options": [{
"type": "text",
"name": "foo",
"title": "Cheese"
}],
"randomize": true
}, {
"type": "multi",
"name": "s1p1q2",
"title": "What image is best? (max 2 options)",
"options": [{
"type": "image",
"name": "janga",
"url": "adsadsads.png"
}, {
"type": "image",
"name": "janga",
"url": "adsadsads.png"
}, {
"type": "image",
"name": "janga",
"url": "adsadsads.png"
}, {
"type": "image",
"name": "janga",
"url": "adsadsads.png"
}],
"maxOptions": 1,
"randomize": true
}, {
"type": "freeform-text",
"name": "s1p1q3",
"maxCharacters": 100,
"title": "What is the name of your car?"
}, {
"type": "freeform-date",
"name": "s1p1q4",
"title": "When were you born?"
}, {
"type": "freeform-number",
"name": "s1p1q5",
"title": "How old are you?"
}]
}, {
"name": "s2",
"condition": [
["s1p1q5", ">", "25"]
],
"questions": [{
"type": "multi",
"name": "s2p1q1",
"options": [{
"type": "text",
"name": "s2p1q1o1",
"title": "Yes"
}, {
"type": "text",
"name": "s2p1q1o2",
"title": "No"
}],
"title": "Since you are over 25, do you have children already?"
}]
}]