-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
127 lines (127 loc) · 2.74 KB
/
db.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"introduction": {
"id": 1,
"_id": {
"$oid": "624811e98404134788ec0a05"
},
"cta": "How about a demo?",
"perks": [
{
"id": 1,
"text": "Easy set up",
"emoji": "⏩"
},
{
"id": 2,
"text": "Inexpensive solution",
"emoji": "🤑"
},
{
"id": 3,
"text": "Increase your applications",
"emoji": "📈"
}
]
},
"conversation": [
{
"_id": {
"$oid": "624810b18404134788ec09fe"
},
"id": 1,
"key": "intro",
"text": "At Blakesley House we’re always looking for talented and motivated individuals to join our staff. If you think that’s you, then answer a few short questions about yourself and we’ll get back to you by email.",
"answers": []
},
{
"_id": {
"$oid": "624810b18404134788ec09ff"
},
"id": 2,
"key": "exp",
"text": "To kick off, can you tell us: how many years of experience do you have in patient care?",
"answers": [
{
"id": 1,
"key": "0-2yrs",
"text": "0 - 2 years"
},
{
"id": 2,
"key": "2-4yrs",
"text": "2 - 4 years"
},
{
"id": 3,
"key": "4+years",
"text": "4+ years"
}
]
},
{
"_id": {
"$oid": "624810b18404134788ec0a00"
},
"id": 3,
"key": "driver",
"text": "Some of our carers may be required to take patients to various appointments. Do you have a valid driver's licence?",
"answers": [
{
"id": 1,
"key": "yes",
"text": "Yes"
},
{
"id": 2,
"key": "no",
"text": "No"
}
]
},
{
"_id": {
"$oid": "624810b18404134788ec0a01"
},
"id": 4,
"key": "start",
"text": "What would be your earliest possible start date?",
"answers": "input"
},
{
"_id": {
"$oid": "624810b18404134788ec0a02"
},
"id": 5,
"key": "name",
"text": "Now we just need some contact info. What is your first and last name?",
"answers": "input"
},
{
"_id": {
"$oid": "624810b18404134788ec0a03"
},
"id": 6,
"key": "email",
"text": "And your email address?",
"answers": "input"
},
{
"_id": {
"$oid": "624810b18404134788ec0a04"
},
"id": 7,
"text": "Thanks for your response! We will get back to you shortly.",
"answers": []
}
],
"response": [
{
"hear": "full",
"driver": "GCSE",
"start": "socmed",
"name": "Test Test",
"phone": "123457",
"id": 1
}
]
}