-
Notifications
You must be signed in to change notification settings - Fork 0
/
store-old.json
52 lines (51 loc) · 1.01 KB
/
store-old.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
[
{
"pathId": 1,
"preSelection": "",
"postSelection": "Does it have fur?",
"type": "continuation",
"options": [2, 3]
},
{
"pathId": 2,
"preSelection": "Yes",
"postSelection": "Your animal is a mammal!",
"type": "completion",
"options": []
},
{
"pathId": 3,
"preSelection": "No",
"postSelection": "Does it have feathers?",
"type": "continuation",
"options": [4, 5]
},
{
"pathId": 4,
"preSelection": "Yes",
"postSelection": "Your animal is a bird!",
"type": "completion",
"options": []
},
{
"pathId": 5,
"preSelection": "No",
"postSelection": "Dry skin or moist skin?",
"type": "continuation",
"options": [6, 7]
},
{
"pathId": 6,
"preSelection": "No",
"postSelection": "Dry skin or moist skin?",
"type": "completion",
"options": [6, 7]
},
{
"pathId": 7,
"preSelection": "No",
"postSelection": "Dry skin or moist skin?",
"type": "completion",
"options": [6, 7]
}
]