Browse Source

updated time_on_waiting_list

pull/462/head
roobottom 3 years ago
parent
commit
ee6d73ec8a
  1. 18
      config/forms/2021_2022.json

18
config/forms/2021_2022.json

@ -3279,37 +3279,37 @@
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
"lawaitlist": { "waityear": {
"check_answer_label": "Length of time on local authority waiting list", "check_answer_label": "Length of time on local authority waiting list",
"header": "How long has the household been on the local authority waiting list for the new letting?", "header": "How long has the household been on the local authority waiting list for the new letting?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": { "1": {
"value": "Just moved to local authority area" "value": "Just moved to local authority area"
}, },
"1": { "2": {
"value": "Less than 1 year" "value": "Less than 1 year"
}, },
"2": { "7": {
"value": "1 year but under 2 years" "value": "1 year but under 2 years"
}, },
"3": { "8": {
"value": "2 years but under 3 years" "value": "2 years but under 3 years"
}, },
"4": { "9": {
"value": "3 years but under 4 years" "value": "3 years but under 4 years"
}, },
"5": { "10": {
"value": "4 years but under 5 years" "value": "4 years but under 5 years"
}, },
"6": { "5": {
"value": "5 years or more" "value": "5 years or more"
}, },
"divider": { "divider": {
"value": true "value": true
}, },
"7": { "6": {
"value": "Don’t know" "value": "Don’t know"
} }
} }

Loading…
Cancel
Save