@ -2,11 +2,8 @@ class Form::Lettings::Questions::Armedforces < ::Form::Question
definitialize(id,hsh,page)
super
@id="armedforces"
@check_answer_label="Household links to UK armed forces"
@header="Does anybody in the household have any links to the UK armed forces?"
@type="radio"
@check_answers_card_number=0
@hint_text="This excludes national service.<br><br>If there are several people in the household with links to the UK armed forces, you should answer for the regular. If there’s no regular, answer for the reserve. If there’s no reserve, answer for the spouse or civil partner."
@ -2,9 +2,6 @@ class Form::Lettings::Questions::NeedsType < ::Form::Question
definitialize(id,hsh,page)
super
@id="needstype"
@check_answer_label="Needs type"
@header="What is the needs type?"
@hint_text="General needs housing includes both self-contained and shared housing without support or specific adaptations. Supported housing can include direct access hostels, group homes, residential care and nursing homes."
@ -16,21 +13,5 @@ class Form::Lettings::Questions::Renewal < ::Form::Question
}
.freeze
defheader_text
ifform.start_year_after_2024?
"Is this letting a renewal of social housing to the same tenant in the same property?"
else
"Is this letting a renewal?"
end
end
defhint_text
ifform.start_year_after_2024?
"If the property was previously being used as temporary accommodation, then answer 'no'"
else
"A renewal is a letting to the same tenant in the same property. If the property was previously being used as temporary accommodation, then answer 'no'"
@hint_text="Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@hint_text=form.start_year_after_2024??"":"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@hint_text=form.start_year_after_2024??"":"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@hint_text=form.start_year_after_2024??"":"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@hint_text=form.start_year_after_2024??"":"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@hint_text=form.start_year_after_2024??"":"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@ -2,11 +2,8 @@ class Form::Sales::Questions::Buyer1EthnicGroup < ::Form::Question
definitialize(id,hsh,page)
super
@id="ethnic_group"
@check_answer_label="Buyer 1’s ethnic group"
@header="What is buyer 1’s ethnic group?"
@type="radio"
@answer_options=ANSWER_OPTIONS
@hint_text=form.start_year_after_2024??"":"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@ -2,11 +2,8 @@ class Form::Sales::Questions::Buyer1LiveInProperty < ::Form::Question
definitialize(id,hsh,page)
super
@id="buy1livein"
@check_answer_label="Will buyer 1 live in the property?"
@header="Will buyer 1 live in the property?"
@type="radio"
@answer_options=ANSWER_OPTIONS
@hint_text=form.start_year_after_2024??"":"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@ -2,10 +2,7 @@ class Form::Sales::Questions::Buyer1Nationality < ::Form::Question
definitialize(id,hsh,page)
super
@id="national"
@check_answer_label="Buyer 1’s nationality"
@header="What is buyer 1’s nationality?"
@type="radio"
@hint_text="Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@ -2,11 +2,8 @@ class Form::Sales::Questions::Buyer1WorkingSituation < ::Form::Question
definitialize(id,hsh,page)
super
@id="ecstat1"
@check_answer_label="Buyer 1's working situation"
@header="Which of these best describes buyer 1's working situation?"
@type="radio"
@answer_options=ANSWER_OPTIONS
@hint_text=form.start_year_after_2024??"":"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@ -2,8 +2,6 @@ class Form::Sales::Questions::GenderIdentity1 < ::Form::Question
definitialize(id,hsh,page)
super
@id="sex1"
@check_answer_label="Buyer 1’s gender identity"
@header="Which of these best describes buyer 1’s gender identity?"
@type="radio"
@answer_options=ANSWER_OPTIONS
@check_answers_card_number=1
@ -17,13 +15,5 @@ class Form::Sales::Questions::GenderIdentity1 < ::Form::Question
"R"=>{"value"=>"Prefers not to say"},
}.freeze
defhint_text
ifform.start_year_after_2024?
"This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
else
"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@ -23,11 +22,5 @@ class Form::Sales::Questions::GenderIdentity2 < ::Form::Question
"R"=>{"value"=>"Buyer prefers not to say"},
}.freeze
defhint_text
returnunlessform.start_year_after_2024?
"This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
@header="What is buyer #{buyer_index}’s nationality?"
@type="radio"
@hint_text="If buyer #{buyer_index} is a dual national of the United Kingdom and another country, enter United Kingdom. If they are a dual national of two other countries, the buyer should decide which country to enter."
@ -23,12 +22,6 @@ class Form::Sales::Questions::PersonGenderIdentity < ::Form::Question
"R"=>{"value"=>"Person prefers not to say"},
}.freeze
defhint_text
returnunlessform.start_year_after_2024?
"This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."