Browse Source

Correct order of options in ‘Property information’ sub-section

pull/315/head
Paul Robert Lloyd 3 years ago
parent
commit
2d41b056b2
  1. 76
      config/forms/2021_2022.json

76
config/forms/2021_2022.json

@ -188,11 +188,11 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": {
"value": "No"
},
"1": { "1": {
"value": "Yes" "value": "Yes"
},
"0": {
"value": "No"
} }
}, },
"conditional_for": { "conditional_for": {
@ -230,11 +230,11 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": {
"value": "No"
},
"1": { "1": {
"value": "Yes" "value": "Yes"
},
"0": {
"value": "No"
} }
} }
} }
@ -592,13 +592,13 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": {
"value": "No",
"hint": "This is a re-let of existing social housing."
},
"1": { "1": {
"value": "Yes", "value": "Yes",
"hint": "This is a new let." "hint": "This is a new let."
},
"0": {
"value": "No",
"hint": "This is a re-let of existing social housing."
} }
} }
} }
@ -619,20 +619,20 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": {
"value": "Social rent basis"
},
"1": { "1": {
"value": "Affordable rent basis" "value": "Affordable rent basis"
}, },
"2": { "2": {
"value": "Intermediate rent basis" "value": "Intermediate rent basis"
}, },
"3": { "0": {
"value": "Don’t know" "value": "Social rent basis"
}, },
"divider": { "divider": {
"value": true "value": true
},
"3": {
"value": "Don’t know"
} }
} }
} }
@ -654,15 +654,18 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": {
"value": "Renewal of fixed-term tenancy"
},
"1": { "1": {
"value": "Internal transfer", "value": "Internal transfer",
"hint": "Excluding renewals of a fixed-term tenancy" "hint": "Excluding renewals of a fixed-term tenancy"
}, },
"10": {
"value": "Previous tenant died with no succession"
},
"2": { "2": {
"value": "Relet to tenant who occupied same property as temporary accommodation" "value": "Re-let to tenant who occupied same property as temporary accommodation"
},
"0": {
"value": "Renewal of fixed-term tenancy"
}, },
"3": { "3": {
"value": "Tenant involved in a succession downsize" "value": "Tenant involved in a succession downsize"
@ -680,13 +683,10 @@
"value": "Tenant abandoned property" "value": "Tenant abandoned property"
}, },
"8": { "8": {
"value": "Tenant evicted due to arrears" "value": "Tenant was evicted due to rent arrears"
}, },
"9": { "9": {
"value": "Tenant evicted due to ASB or other reason" "value": "Tenant was evicted due to anti-social behaviour"
},
"10": {
"value": "Previous tenant passed away (no succession)"
} }
} }
} }
@ -708,14 +708,14 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"11": {
"value": "First let of new-build property"
},
"12": { "12": {
"value": "First let of conversion, rehabilitation or acquired property" "value": "First let of conversion, rehabilitation or acquired property"
}, },
"13": { "13": {
"value": "First let of leased property" "value": "First let of leased property"
},
"11": {
"value": "First let of new-build property"
} }
} }
} }
@ -781,17 +781,20 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": {
"value": "Flat or maisonette"
},
"1": { "1": {
"value": "Bedsit" "value": "Bedsit"
}, },
"3": {
"value": "Bungalow"
},
"0": {
"value": "Flat or maisonette"
},
"2": { "2": {
"value": "House" "value": "House"
}, },
"3": { "6": {
"value": "Bungalow" "value": "Shared bungalow"
}, },
"4": { "4": {
"value": "Shared flat or maisonette" "value": "Shared flat or maisonette"
@ -799,9 +802,6 @@
"5": { "5": {
"value": "Shared house" "value": "Shared house"
}, },
"6": {
"value": "Shared bungalow"
},
"7": { "7": {
"value": "Other" "value": "Other"
} }
@ -819,11 +819,11 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": {
"value": "Purpose built"
},
"1": { "1": {
"value": "Converted from previous residential or non-residential property" "value": "Converted from previous residential or non-residential property"
},
"0": {
"value": "Purpose built"
} }
} }
} }

Loading…
Cancel
Save