Browse Source

Merge pull request #351 from communitiesuk/content-update-household-needs

Content tweaks for household needs section
pull/355/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
2779071874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 57
      config/forms/2021_2022.json

57
config/forms/2021_2022.json

@ -3019,17 +3019,20 @@
"check_answer_label": "Household links to UK armed forces",
"answer_options": {
"0": {
"value": "Yes, the person is a current or former regular"
"value": "Yes the person is a current or former regular"
},
"1": {
"value": "Yes, the person is a current or former reserve"
"value": "Yes the person is a current or former reserve"
},
"2": {
"value": "Yes, the person is a spouse or civil partner of a UK armed forces member and has been bereaved or separated from them within the last 2 years"
"value": "Yes the person is a spouse or civil partner of a UK armed forces member and has been bereaved or separated from them within the last 2 years"
},
"3": {
"value": "No"
},
"divider": {
"value": true
},
"4": {
"value": "Person prefers not to say"
}
@ -3056,10 +3059,13 @@
"value": "Yes"
},
"1": {
"value": "No, they left up to and including 5 years ago"
"value": "No they left up to and including 5 years ago"
},
"2": {
"value": "No, they left more than 5 years ago"
"value": "No – they left more than 5 years ago"
},
"divider": {
"value": true
},
"3": {
"value": "Person prefers not to say"
@ -3092,6 +3098,9 @@
"1": {
"value": "No"
},
"divider": {
"value": true
},
"2": {
"value": "Person prefers not to say"
}
@ -3115,6 +3124,9 @@
"1": {
"value": "No"
},
"divider": {
"value": true
},
"2": {
"value": "Tenant prefers not to say"
}
@ -3122,7 +3134,7 @@
}
}
},
"accessibility_requirements": {
"access_needs": {
"header": "",
"description": "",
"questions": {
@ -3157,7 +3169,7 @@
}
}
},
"medical_conditions": {
"health_conditions": {
"header": "",
"description": "",
"questions": {
@ -3173,6 +3185,9 @@
"1": {
"value": "No"
},
"divider": {
"value": true
},
"2": {
"value": "Tenant prefers not to say"
}
@ -3195,18 +3210,6 @@
"type": "checkbox",
"check_answer_label": "How is person affected by condition or illness",
"answer_options": {
"illness_type_1": {
"value": "Vision",
"hint": "For example, blindness or partial sight."
},
"illness_type_2": {
"value": "Hearing",
"hint": "For example, deafness or partial hearing."
},
"illness_type_3": {
"value": "Mobility",
"hint": "For example, walking short distances or climbing stairs."
},
"illness_type_4": {
"value": "Dexterity",
"hint": "For example, lifting and carrying objects or using a keyboard."
@ -3214,6 +3217,10 @@
"illness_type_5": {
"value": "Learning or understanding or concentrating"
},
"illness_type_2": {
"value": "Hearing",
"hint": "For example, deafness or partial hearing."
},
"illness_type_6": {
"value": "Memory"
},
@ -3221,13 +3228,21 @@
"value": "Mental health",
"hint": "For example, depression or anxiety."
},
"illness_type_8": {
"value": "Stamina or breathing or fatigue"
"illness_type_3": {
"value": "Mobility",
"hint": "For example, walking short distances or climbing stairs."
},
"illness_type_9": {
"value": "Socially or behaviourally",
"hint": "For example, associated with autism spectrum disorder (ASD) which includes Asperger’s or attention deficit hyperactivity disorder (ADHD)."
},
"illness_type_8": {
"value": "Stamina or breathing or fatigue"
},
"illness_type_1": {
"value": "Vision",
"hint": "For example, blindness or partial sight."
},
"illness_type_10": {
"value": "Other"
}

Loading…
Cancel
Save