@ -133,7 +133,7 @@ Assumptions made by the format:
- All sections have at least 1 subsection
- All subsections have at least 1 page
- All pages have at least 1 question
- The ActiveRecord case log model has a field for each question name (must match)
- The ActiveRecord case log model has a field for each question name (must match). In the case of checkbox questions it must have one field for every answer option (again names must match).
- Text not required by a page/question such as a header or hint text should be passed as an empty string
- For conditionally shown questions conditions that have been implemented and can be used are:
- Radio question answer option selected matches one of conditional e.g. ["answer-options-1-string", "answer-option-3-string"]
"accessibility_requirements_do_not_know":"Do not know",
"divider_b":true,
"6":"Prefer not to say"
"accessibility_requirements_prefer_not_to_say":"Prefer not to say"
}
}
}
@ -806,18 +806,18 @@
"type":"checkbox",
"check_answer_label":"Conditions or illnesses",
"answer_options":{
"0":"Vision - such as blindness or partial sight",
"1":"Hearing - such as deafness or partial hearing",
"2":"Mobility - such as walking short distances or climbing stairs",
"3":"Dexterity - such as lifting and carrying objects or using a keyboard",
"4":"Stamina or breathing or fatigue",
"5":"Learning or understanding or concentrating",
"6":"Memory",
"7":"Mental health - such as depression, anxiety, schizophrenia or bipolar",
"8":"Socially or behaviourally - such as those associated with autism spectral disorder (ASD) including Aspergers’ or attention deficit hyperactivity disorder (ADHD))",
"9":"Other",
"condition_effects_vision":"Vision - such as blindness or partial sight",
"condition_effects_hearing":"Hearing - such as deafness or partial hearing",
"condition_effects_mobility":"Mobility - such as walking short distances or climbing stairs",
"condition_effects_dexterity":"Dexterity - such as lifting and carrying objects or using a keyboard",
"condition_effects_stamina":"Stamina or breathing or fatigue",
"condition_effects_learning":"Learning or understanding or concentrating",
"condition_effects_memory":"Memory",
"condition_effects_mental_health":"Mental health - such as depression, anxiety, schizophrenia or bipolar",
"condition_effects_social_or_behavioral":"Socially or behaviourally - such as those associated with autism spectral disorder (ASD) including Aspergers’ or attention deficit hyperactivity disorder (ADHD))",
"condition_effects_other":"Other",
"divider":true,
"10":"Prefer not to say"
"condition_effects_prefer_not_to_say":"Prefer not to say"
}
}
}
@ -2025,12 +2025,12 @@
"hint_text":"Select all that apply",
"type":"checkbox",
"answer_options":{
"0":"Homeless or about to lose their home (within 56 days)",
"1":"Living in insanitary or overcrowded or unsatisfactory housing",
"2":"A need to move on medical and welfare grounds (including a disability)",
"3":"A need to move to avoid hardship to themselves or others",
"reasonable_preference_reason_homeless":"Homeless or about to lose their home (within 56 days)",
"reasonable_preference_reason_unsatisfactory_housing":"Living in insanitary or overcrowded or unsatisfactory housing",
"reasonable_preference_reason_medical_grounds":"A need to move on medical and welfare grounds (including a disability)",
"reasonable_preference_reason_avoid_hardship":"A need to move to avoid hardship to themselves or others",
"divider":true,
"4":"Do not know"
"reasonable_preference_reason_do_not_know":"Do not know"