@ -17,11 +17,13 @@ class Form::Sales::Questions::PersonAge < ::Form::Question
end
def question_number
case form.start_date.year
when 2023
29 + (4 * @person_index)
else
31 + (4 * @person_index)
base_question_number = case form.start_date.year
29
31
base_question_number + (4 * @person_index)
@ -28,11 +28,13 @@ class Form::Sales::Questions::PersonAgeKnown < ::Form::Question
}.freeze
@ -29,11 +29,13 @@ class Form::Sales::Questions::PersonGenderIdentity < ::Form::Question
30 + (4 * @person_index)
32 + (4 * @person_index)
30
32
@ -23,11 +23,13 @@ class Form::Sales::Questions::PersonRelationshipToBuyer1 < ::Form::Question
28 + (4 * @person_index)
when 2024
28
@ -30,11 +30,13 @@ class Form::Sales::Questions::PersonWorkingSituation < ::Form::Question
33 + (4 * @person_index)
33