"The ’lead’ or ’main’ tenant is the person in the household who does the most paid work. If several people do the same amount of paid work, the lead tenant is whoever is the oldest."
else
"The ’lead’ or ’main’ tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
@ -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."
@hint_text=form.start_year_after_2024??"":"The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
@hint_text=form.start_year_after_2024??"":"The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
@hint_text=form.start_year_after_2024??"":"The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
@ -2,11 +2,8 @@ class Form::Lettings::Questions::EthnicGroup < ::Form::Question
definitialize(id,hsh,page)
super
@id="ethnic_group"
@check_answer_label="Lead tenant’s ethnic group"
@header="What is the lead tenant’s ethnic group?"
@type="radio"
@check_answers_card_number=1
@hint_text=form.start_year_after_2024??"":"The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
@hint_text=form.start_year_after_2024??"":"The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
@hint_text=form.start_year_after_2024??"":"The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
@header="Which of these best describes the lead tenant’s gender identity?"
@type="radio"
@check_answers_card_number=1
@answer_options=ANSWER_OPTIONS
@ -18,13 +16,5 @@ class Form::Lettings::Questions::GenderIdentity1 < ::Form::Question
"R"=>{"value"=>"Tenant 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
"The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
@ -2,11 +2,8 @@ class Form::Lettings::Questions::Nationality < ::Form::Question
definitialize(id,hsh,page)
super
@id="national"
@check_answer_label="Lead tenant’s nationality"
@header="What is the nationality of the lead tenant?"
@type="radio"
@check_answers_card_number=1
@hint_text="The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
@hint_text="If the lead tenant 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 tenant should decide which country to enter."
@ -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."
@header="Which of these best describes person #{person_index}’s gender identity?"
@type="radio"
@check_answers_card_number=person_index
@answer_options=ANSWER_OPTIONS
@ -19,14 +17,6 @@ class Form::Lettings::Questions::PersonGenderIdentity < ::Form::Question
"R"=>{"value"=>"Person 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."
@ -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'"
@ -2,11 +2,8 @@ class Form::Lettings::Questions::WorkingSituation1 < ::Form::Question
definitialize(id,hsh,page)
super
@id="ecstat1"
@check_answer_label="Lead tenant’s working situation"
@header="Which of these best describes the lead tenant’s working situation?"
@type="radio"
@check_answers_card_number=1
@hint_text=form.start_year_after_2024??"":"The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."