Browse Source

updated options for health_conditions

pull/462/head
roobottom 3 years ago
parent
commit
5924e7af4e
  1. 8
      config/forms/2021_2022.json

8
config/forms/2021_2022.json

@ -3148,16 +3148,16 @@
"type": "radio", "type": "radio",
"check_answer_label": "Anybody in household with physical or mental health condition", "check_answer_label": "Anybody in household with physical or mental health condition",
"answer_options": { "answer_options": {
"0": { "1": {
"value": "Yes" "value": "Yes"
}, },
"1": { "2": {
"value": "No" "value": "No"
}, },
"divider": { "divider": {
"value": true "value": true
}, },
"2": { "3": {
"value": "Tenant prefers not to say" "value": "Tenant prefers not to say"
} }
} }
@ -3169,7 +3169,7 @@
"description": "", "description": "",
"depends_on": [ "depends_on": [
{ {
"illness": 0 "illness": 1
} }
], ],
"questions": { "questions": {

Loading…
Cancel
Save