Skip to content

Commit c8a9ce5

Browse files
Merge pull request #304 from RSE-Sheffield/feat/more-demographics
Add new demographics questions
2 parents 0925542 + ab85714 commit c8a9ce5

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

data/survey_config/demography_only_config.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,49 @@
6363
"disabled": false,
6464
"readOnly": true
6565
},
66+
{
67+
"type": "radio",
68+
"label": "Please describe your current role",
69+
"required": true,
70+
"sublabels": [],
71+
"options": [
72+
"Art Therapist",
73+
"Dietitian",
74+
"Dramatherapist",
75+
"Music therapist",
76+
"Occupational therapist",
77+
"Operating department practitioner",
78+
"Orthoptist",
79+
"Osteopath",
80+
"Paramedic",
81+
"Physiotherapist",
82+
"Podiatrist",
83+
"Prosthetist or Orthotist",
84+
"Radiographer",
85+
"Speech and Language Therapist",
86+
"Registered Nurse",
87+
"Nurse Consultant",
88+
"Other"
89+
],
90+
"disabled": false,
91+
"readOnly": true
92+
},
93+
{
94+
"description": "",
95+
"disabled": false,
96+
"enforceValueConstraints": false,
97+
"label": "Please provide your job title",
98+
"maxNumChar": 500,
99+
"maxNumValue": 100,
100+
"minNumValue": 0,
101+
"options": [
102+
],
103+
"required": true,
104+
"sublabels": [
105+
],
106+
"textType": "PLAIN_TEXT",
107+
"type": "text"
108+
},
66109
{
67110
"type": "radio",
68111
"label": "Please indicate your highest qualification",
@@ -77,6 +120,20 @@
77120
"disabled": false,
78121
"readOnly": true
79122
},
123+
{
124+
"description": "",
125+
"disabled": false,
126+
"enforceValueConstraints": true,
127+
"label": "How many years have you been qualified",
128+
"maxNumChar": 500,
129+
"maxNumValue": 100,
130+
"minNumValue": 0,
131+
"options": [],
132+
"required": true,
133+
"sublabels": [],
134+
"textType": "INTEGER_TEXT",
135+
"type": "text"
136+
},
80137
{
81138
"type": "radio",
82139
"label": "What is your ethnicity?",

0 commit comments

Comments
 (0)