@ -16,10 +16,13 @@ class Form::Lettings::Questions::Age < ::Form::Question
end
def question_number
if form.start_date.year == 2023
31 + (4 * @person_index)
else
30 + (4 * @person_index)
base_question_number = case form.start_date.year
when 2023
31
30
base_question_number + (4 * @person_index)
@ -21,6 +21,13 @@ class Form::Lettings::Questions::AgeKnown < ::Form::Question
ANSWER_OPTIONS = { "0" => { "value" => "Yes" }, "1" => { "value" => "No" } }.freeze
@ -27,10 +27,13 @@ class Form::Lettings::Questions::PersonGenderIdentity < ::Form::Question
32 + (4 * @person_index)
32
@ -23,10 +23,13 @@ class Form::Lettings::Questions::PersonRelationship < ::Form::Question
}.freeze
29 + (4 * @person_index)
29
@ -33,10 +33,13 @@ class Form::Lettings::Questions::PersonWorkingSituation < ::Form::Question
33 + (4 * @person_index)
33