@ -4,6 +4,7 @@ class Form::Sales::Questions::Age1 < ::Form::Question
@id = "age1"
@type = "numeric"
@width = 2
@copy_key = "sales.household_characteristics.age1.age1"
@inferred_check_answers_value = [
{
"condition" => { "age1_known" => 1 },
@ -3,6 +3,7 @@ class Form::Sales::Questions::Buyer1AgeKnown < ::Form::Question
super
@id = "age1_known"
@type = "radio"
@copy_key = "sales.household_characteristics.age1.age1_known"
@answer_options = ANSWER_OPTIONS
@conditional_for = {
"age1" => [0],
@ -106,7 +106,7 @@ en:
check_answer_label: "Person 2’s age known?"
hint_text: ""
question_text: "Do you know person 2’s age?"
age:
age2:
check_answer_label: "Person 2’s age"
question_text: "Age"