Skip to content

Commit a8571a9

Browse files
feat: add organisation type demographic field to generic survey (#550)
* feat: Remove "clinical" from question B5 * feat: add organisation type demographic field to generic survey Insert a new radio field at the top of the demographic section asking respondents what type of organisation they work for (NHS Trust, NHS England/ICB, local authority, VCFSE, primary care, or other). This enables segmentation of responses across the different sectors that use the generic survey. Refs #519 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: undo survey changes * feat: add description field to organisation type question in generic survey config Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 84981dc commit a8571a9

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

data/survey_config/demography_only_config_generic.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
"type": "demographic",
66
"description": "Please fill in your demographic information",
77
"fields": [
8+
{
9+
"type": "radio",
10+
"label": "What type of organisation do you work for?",
11+
"description": "",
12+
"required": true,
13+
"sublabels": [],
14+
"options": [
15+
"NHS Trust / Foundation Trust",
16+
"NHS England / ICB / ICS",
17+
"Local authority",
18+
"Voluntary, Community, Faith, or Social Enterprise (VCFSE)",
19+
"Primary care (GP practice, PCN, or similar)",
20+
"Other"
21+
],
22+
"disabled": false,
23+
"readOnly": true
24+
},
825
{
926
"type": "text",
1027
"label": "What is your age?",

0 commit comments

Comments
 (0)