Jack S
2 years ago
committed by
GitHub
7 changed files with 1712 additions and 852 deletions
File diff suppressed because it is too large
Load Diff
@ -1,55 +1,57 @@ |
|||||||
{ |
{ |
||||||
"form_type": "lettings", |
"form_type": "lettings", |
||||||
"start_date": "2022-04-01T00:00:00.000+01:00", |
"start_date": "2022-04-01T00:00:00.000+01:00", |
||||||
"end_date": "2023-07-01T00:00:00.000+01:00", |
"end_date": "2023-07-01T00:00:00.000+01:00", |
||||||
"sections": { |
"sections": { |
||||||
"household": { |
"household": { |
||||||
"label": "About the household", |
"label": "About the household", |
||||||
"subsections": { |
"subsections": { |
||||||
"household_characteristics": { |
"household_characteristics": { |
||||||
"label": "Household characteristics", |
"label": "Household characteristics", |
||||||
"pages": { |
"pages": { |
||||||
"tenant_code_test": { |
"tenant_code_test": { |
||||||
"questions": { |
"questions": { |
||||||
"tenancycode": { |
"tenancycode": { |
||||||
"check_answer_label": "Tenant code", |
"check_answer_label": "Tenant code", |
||||||
"header": "Different question header text for this year - 2023", |
"header": "Different question header text for this year - 2023", |
||||||
"type": "text", |
"type": "text", |
||||||
"width": 10 |
"width": 10 |
||||||
} |
|
||||||
} |
} |
||||||
}, |
|
||||||
"outstanding_amount_known": { |
|
||||||
"header": "", |
|
||||||
"description": "", |
|
||||||
"questions": { |
|
||||||
"tshortfall_known": { |
|
||||||
"check_answer_label": "", |
|
||||||
"header": "", |
|
||||||
"hint_text": "", |
|
||||||
"hidden_in_check_answers": true, |
|
||||||
"type": "radio", |
|
||||||
"derived": true, |
|
||||||
"answer_options": { |
|
||||||
"0": { |
|
||||||
"value": "Yes" |
|
||||||
}, |
|
||||||
"1": { |
|
||||||
"value": "No" |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
}, |
|
||||||
"depends_on": [false] |
|
||||||
} |
} |
||||||
}, |
}, |
||||||
"depends_on": [ |
"outstanding_amount_known": { |
||||||
{ |
"header": "", |
||||||
"setup": "completed" |
"description": "", |
||||||
} |
"questions": { |
||||||
] |
"tshortfall_known": { |
||||||
} |
"check_answer_label": "", |
||||||
|
"header": "", |
||||||
|
"hint_text": "", |
||||||
|
"hidden_in_check_answers": true, |
||||||
|
"type": "radio", |
||||||
|
"derived": true, |
||||||
|
"answer_options": { |
||||||
|
"0": { |
||||||
|
"value": "Yes" |
||||||
|
}, |
||||||
|
"1": { |
||||||
|
"value": "No" |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
}, |
||||||
|
"depends_on": [ |
||||||
|
false |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"depends_on": [ |
||||||
|
{ |
||||||
|
"setup": "completed" |
||||||
|
} |
||||||
|
] |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
} |
||||||
|
Loading…
Reference in new issue