-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmockConversationData.json
145 lines (145 loc) · 3.29 KB
/
mockConversationData.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"accounts": [
{
"id": 1,
"cta": "Considering a career in nursing? Join our team!",
"perks": [
{
"id": 1,
"text": "Lunch provided",
"emoji": "🍔"
},
{
"id": 2,
"text": "$17ph",
"emoji": ""
},
{
"id": 3,
"text": "Promotion opportunities",
"emoji": "🔥"
}
],
"conversation": [
{
"id": 1,
"key": "open",
"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": 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": 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": 4,
"key": "start",
"text": "What would be your earliest possible start date?",
"answers": "input"
},
{
"id": 5,
"key": "name",
"text": "Now we just need some contact info. What is your first and last name?",
"answers": "input"
},
{
"id": 6,
"key": "email",
"text": "And your email address?",
"answers": "input"
},
{
"id": 7,
"text": "Thanks for your response! We will get back to you shortly.",
"answers": []
}
]
}
],
"submissions": [
{
"exp": "0-2yrs",
"driver": "no",
"start": "Test",
"name": "Test again",
"email": "[email protected]",
"id": 1
},
{
"exp": "2-4yrs",
"driver": "no",
"start": "this is a test",
"name": "hello hello helloooo",
"email": "try",
"id": 2
},
{
"exp": "4+years",
"driver": "no",
"start": "testting",
"name": "and again",
"email": "hoi",
"id": 3
},
{
"exp": "0-2yrs",
"driver": "no",
"start": "test",
"name": "test",
"email": "test",
"id": 4
},
{
"exp": "2-4yrs",
"driver": "no",
"start": "This is a test",
"name": "Test",
"email": "test",
"id": 5
},
{
"exp": "2-4yrs",
"driver": "no",
"start": "test",
"name": "autofocus",
"email": "testing",
"id": 6
}
]
}