Browse Source

add check answer labels to json

pull/25/head
MadeTech Dushan 3 years ago
parent
commit
0db55a78c7
  1. 54
      config/forms/2021_2022.json

54
config/forms/2021_2022.json

@ -421,9 +421,9 @@
"tenancy_code":{ "tenancy_code":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "What is the tenancy code?",
"questions":{ "questions":{
"tenancy_code": { "tenancy_code": {
"check_answer_label": "What is the tenancy code?",
"header": "What is the tenancy code?", "header": "What is the tenancy code?",
"hint_text": "", "hint_text": "",
"type": "text" "type": "text"
@ -433,9 +433,9 @@
"tenancy_start_date": { "tenancy_start_date": {
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "When is the tenancy start date?",
"questions": { "questions": {
"tenancy_start_date": { "tenancy_start_date": {
"check_answer_label": "When is the tenancy start date?",
"header": "What is the tenancy start date?", "header": "What is the tenancy start date?",
"hint_text": "For example, 27 3 2007", "hint_text": "For example, 27 3 2007",
"type": "date" "type": "date"
@ -445,9 +445,9 @@
"starter_tenancy": { "starter_tenancy": {
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "Is this a starter or introductory tenancy?",
"questions": { "questions": {
"starter_tenancy": { "starter_tenancy": {
"check_answer_label": "Is this a starter or introductory tenancy?",
"header": "Is this a starter tenancy?", "header": "Is this a starter tenancy?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -461,9 +461,9 @@
"fixed_term_tenancy":{ "fixed_term_tenancy":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "If the main tenancy is a fixed term tenancy, please provide the length of the fixed term (to the nearest year) excluding any starter/introductory period",
"questions":{ "questions":{
"fixed_term_tenancy": { "fixed_term_tenancy": {
"check_answer_label": "If the main tenancy is a fixed term tenancy, please provide the length of the fixed term (to the nearest year) excluding any starter/introductory period",
"header": "If fixed-term, what is the length of the fixed-term tenancy after any starter period?", "header": "If fixed-term, what is the length of the fixed-term tenancy after any starter period?",
"hint_text": "To the nearest year", "hint_text": "To the nearest year",
"type": "numeric", "type": "numeric",
@ -476,9 +476,9 @@
"tenancy_type": { "tenancy_type": {
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "Type of main tenancy (after any starter/introductory period)",
"questions": { "questions": {
"tenancy_type": { "tenancy_type": {
"check_answer_label": "Type of main tenancy (after any starter/introductory period)",
"header": "What is the type of tenancy after the starter period has ended?", "header": "What is the type of tenancy after the starter period has ended?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -496,9 +496,9 @@
"letting_type": { "letting_type": {
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "Type of letting",
"questions": { "questions": {
"letting_type": { "letting_type": {
"check_answer_label": "Type of letting",
"header": "Which type of letting is this?", "header": "Which type of letting is this?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -516,9 +516,9 @@
"letting_provider": { "letting_provider": {
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "Provider",
"questions": { "questions": {
"letting_provider": { "letting_provider": {
"check_answer_label": "Provider",
"header": "Who is the letting provider?", "header": "Who is the letting provider?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -537,9 +537,9 @@
"property_location":{ "property_location":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions":{ "questions":{
"property_location": { "property_location": {
"check_answer_label": "Property Location",
"header": "Property location", "header": "Property location",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -866,6 +866,7 @@
"description": "", "description": "",
"questions":{ "questions":{
"property_postcode": { "property_postcode": {
"check_answer_label": "What was the previous postcode?",
"header": "What is the property's postcode?", "header": "What is the property's postcode?",
"hint_text": "", "hint_text": "",
"type": "text" "type": "text"
@ -877,6 +878,7 @@
"description": "", "description": "",
"questions": { "questions": {
"property_relet": { "property_relet": {
"check_answer_label": "Which type was the property most recently let as?",
"header": "Is this property a relet?", "header": "Is this property a relet?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -892,6 +894,7 @@
"description": "", "description": "",
"questions": { "questions": {
"property_vacancy_reason": { "property_vacancy_reason": {
"check_answer_label": "What is the reason for the property vacancy?",
"header": "What is the reason for the property vacancy?", "header": "What is the reason for the property vacancy?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -919,6 +922,7 @@
"description": "", "description": "",
"questions":{ "questions":{
"property_reference": { "property_reference": {
"check_answer_label": "What’s the property reference?",
"header": "What's the property reference?", "header": "What's the property reference?",
"hint_text": "", "hint_text": "",
"type": "text" "type": "text"
@ -930,6 +934,7 @@
"description": "", "description": "",
"questions": { "questions": {
"property_unit_type": { "property_unit_type": {
"check_answer_label": "Which type of unit is the property?",
"header": "Which type of unit is the property?", "header": "Which type of unit is the property?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -951,6 +956,7 @@
"description": "", "description": "",
"questions":{ "questions":{
"property_number_of_bedrooms": { "property_number_of_bedrooms": {
"check_answer_label": "How many bedrooms are there in the property?",
"header": "How many bedrooms are there in the property?", "header": "How many bedrooms are there in the property?",
"hint_text": "If shared accommodation, enter number of bedrooms occupied by this household; a bed-sit has 1 bedroom", "hint_text": "If shared accommodation, enter number of bedrooms occupied by this household; a bed-sit has 1 bedroom",
"type": "numeric", "type": "numeric",
@ -965,6 +971,7 @@
"description": "", "description": "",
"questions": { "questions": {
"property_major_repairs": { "property_major_repairs": {
"check_answer_label": "Were major repairs carried out during the void period?",
"header": "Were any major repairs completed during the void period?", "header": "Were any major repairs completed during the void period?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -980,6 +987,7 @@
"description": "", "description": "",
"questions": { "questions": {
"property_major_repairs": { "property_major_repairs": {
"check_answer_label": "What was the major repairs completion date?",
"header": "What was the major repairs completion date?", "header": "What was the major repairs completion date?",
"hint_text": "For example, 27 3 2007", "hint_text": "For example, 27 3 2007",
"type": "date" "type": "date"
@ -991,6 +999,7 @@
"description": "", "description": "",
"questions":{ "questions":{
"property_number_of_times_relet": { "property_number_of_times_relet": {
"check_answer_label": "How many times has this unit been previously offered since becoming available for relet since the last tenancy ended or as a first let?",
"header": "How many times has this unit been previously offered since becoming available for relet since the last tenancy ended or as a first let? ", "header": "How many times has this unit been previously offered since becoming available for relet since the last tenancy ended or as a first let? ",
"hint_text": "For an Affordable Rent or Intermediate Rent Letting, only include number of offers as that type. For a property let at the first attempt enter '0' ", "hint_text": "For an Affordable Rent or Intermediate Rent Letting, only include number of offers as that type. For a property let at the first attempt enter '0' ",
"type": "numeric", "type": "numeric",
@ -1005,6 +1014,7 @@
"description": "", "description": "",
"questions": { "questions": {
"property_wheelchair_accessible": { "property_wheelchair_accessible": {
"check_answer_label": "Is property built or adapted to wheelchair user standards?",
"header": "Is property built or adapted to wheelchair user standards?", "header": "Is property built or adapted to wheelchair user standards?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -1028,9 +1038,9 @@
"net_income":{ "net_income":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions":{ "questions":{
"net_income": { "net_income": {
"check_answer_label": "",
"header": "What is the tenant’s /and partner’s combined income after tax?", "header": "What is the tenant’s /and partner’s combined income after tax?",
"hint_text": "", "hint_text": "",
"type": "numeric", "type": "numeric",
@ -1052,9 +1062,9 @@
"net_income_uc_proportion":{ "net_income_uc_proportion":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions":{ "questions":{
"net_income_uc_proportion": { "net_income_uc_proportion": {
"check_answer_label": "",
"header": "How much of the tenant’s income is from Universal Credit, state pensions or benefits?", "header": "How much of the tenant’s income is from Universal Credit, state pensions or benefits?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -1070,9 +1080,9 @@
"housing_benefit":{ "housing_benefit":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions":{ "questions":{
"housing_benefit": { "housing_benefit": {
"check_answer_label": "",
"header": "Is the tenant likely to be in receipt of any of these housing-related benefits?", "header": "Is the tenant likely to be in receipt of any of these housing-related benefits?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -1096,9 +1106,9 @@
"rent":{ "rent":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions":{ "questions":{
"rent_frequency": { "rent_frequency": {
"check_answer_label": "Rent Period",
"header": "Which period are rent and other charges due?", "header": "Which period are rent and other charges due?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -1116,6 +1126,7 @@
} }
}, },
"basic_rent": { "basic_rent": {
"check_answer_label": "Basic Rent",
"header": "What is the basic rent?", "header": "What is the basic rent?",
"hint_text": "Eligible for housing benefit or Universal Credit", "hint_text": "Eligible for housing benefit or Universal Credit",
"type": "numeric", "type": "numeric",
@ -1123,6 +1134,7 @@
"step": 1 "step": 1
}, },
"service_charge": { "service_charge": {
"check_answer_label": "Service Charge",
"header": "What is the service charge?", "header": "What is the service charge?",
"hint_text": "Eligible for housing benefit or Universal Credit", "hint_text": "Eligible for housing benefit or Universal Credit",
"type": "numeric", "type": "numeric",
@ -1130,6 +1142,7 @@
"step": 1 "step": 1
}, },
"personal_service_charge": { "personal_service_charge": {
"check_answer_label": "Personal Service Charge",
"header": "What is the personal service charge?", "header": "What is the personal service charge?",
"hint_text": "Not eligible for housing benefit or Universal Credit. For example, hot water excluding water rates.", "hint_text": "Not eligible for housing benefit or Universal Credit. For example, hot water excluding water rates.",
"type": "numeric", "type": "numeric",
@ -1137,6 +1150,7 @@
"step": 1 "step": 1
}, },
"support_charge": { "support_charge": {
"check_answer_label": "Support Charge",
"header": "What is the support charge?", "header": "What is the support charge?",
"hint_text": "This is to fund housing-related support services included in the tenancy agreement", "hint_text": "This is to fund housing-related support services included in the tenancy agreement",
"type": "numeric", "type": "numeric",
@ -1144,6 +1158,7 @@
"step": 1 "step": 1
}, },
"total_charge": { "total_charge": {
"check_answer_label": "Total Charge",
"header": "Total charge?", "header": "Total charge?",
"hint_text": "This is the total of rent and all charges", "hint_text": "This is the total of rent and all charges",
"type": "numeric", "type": "numeric",
@ -1151,6 +1166,7 @@
"step": 1 "step": 1
}, },
"outstanding_amount": { "outstanding_amount": {
"check_answer_label": "After housing benefit and/or housing element of UC payment is received, will there be an outstanding amount for basic rent and/or benefit eligible charges?",
"header": "After housing benefit and/or housing element of UC payment is received, will there be an outstanding amount for basic rent and/or benefit eligible charges?", "header": "After housing benefit and/or housing element of UC payment is received, will there be an outstanding amount for basic rent and/or benefit eligible charges?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -1174,9 +1190,9 @@
"time_lived_in_la":{ "time_lived_in_la":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions":{ "questions":{
"time_lived_in_la": { "time_lived_in_la": {
"check_answer_label": "",
"header": "How long has the household continuously lived in the local authority area where the new letting is located?", "header": "How long has the household continuously lived in the local authority area where the new letting is located?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -1196,9 +1212,9 @@
"time_on_la_waiting_list":{ "time_on_la_waiting_list":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions":{ "questions":{
"time_on_la_waiting_list": { "time_on_la_waiting_list": {
"check_answer_label": "",
"header": "How long has the household been on the local authority waiting list where the new letting is located?", "header": "How long has the household been on the local authority waiting list where the new letting is located?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -1218,9 +1234,9 @@
"previous_la":{ "previous_la":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions":{ "questions":{
"previous_la": { "previous_la": {
"check_answer_label": "",
"header": "Which local authority area did the household live in immediately before this letting?", "header": "Which local authority area did the household live in immediately before this letting?",
"hint_text": "Includes temporary accommodation", "hint_text": "Includes temporary accommodation",
"type": "radio", "type": "radio",
@ -1545,8 +1561,8 @@
"previous_postcode": { "previous_postcode": {
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions": { "questions": {
"check_answer_label": "",
"previous_postcode": { "previous_postcode": {
"header": "Postcode for the previous accommodation", "header": "Postcode for the previous accommodation",
"hint_text": "If the household has moved from settled accommodation immediately prior to being re-housed", "hint_text": "If the household has moved from settled accommodation immediately prior to being re-housed",
@ -1557,9 +1573,9 @@
"reasonable_preference": { "reasonable_preference": {
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions": { "questions": {
"reasonable_preference": { "reasonable_preference": {
"check_answer_label": "",
"header": "Was the household given reasonable preference by the local authority?", "header": "Was the household given reasonable preference by the local authority?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -1586,9 +1602,9 @@
"lettings_policy": { "lettings_policy": {
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions": { "questions": {
"cbl_letting": { "cbl_letting": {
"check_answer_label": "",
"header": "Was the letting made under choice-based lettings (CBL)? ", "header": "Was the letting made under choice-based lettings (CBL)? ",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
@ -1630,9 +1646,9 @@
"declaration":{ "declaration":{
"header": "", "header": "",
"description": "", "description": "",
"check_answer_label": "",
"questions":{ "questions":{
"declaration": { "declaration": {
"check_answer_label": "",
"header": "What is the tenant code?", "header": "What is the tenant code?",
"hint_text": "", "hint_text": "",
"type": "text" "type": "text"

Loading…
Cancel
Save