-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.json
More file actions
46 lines (46 loc) · 1.1 KB
/
Copy pathquestions.json
File metadata and controls
46 lines (46 loc) · 1.1 KB
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
[
{
"class": "RootNode",
"id": 0,
"question": "По какому поводу звоните?",
"type": "radio",
"ansvers": [
{
"value": 1,
"label": "Звонок по поводу проблемы качества"
},
{
"value": 2,
"label": "Вопрос по доставке"
},
{
"value": 3,
"label": "Консультация/Другое"
}
]
},
{
"class": "OrderNumber",
"id": 1,
"question": "Номер заказа?",
"type": "text",
"ansvers": [
{
"value": "",
"label": "Номер"
}
]
},
{
"class": "SomethingHappened",
"id": 2,
"question": "Что случилось?",
"type": "text",
"ansvers": [
{
"value": "",
"label": "Описание проблемы"
}
]
}
]