|
|
|
@ -2,7 +2,7 @@ class Form::Sales::Questions::PersonStudentNotChildValueCheck < ::Form::Question |
|
|
|
def initialize(id, hsh, page, person_index:) |
|
|
|
def initialize(id, hsh, page, person_index:) |
|
|
|
super(id, hsh, page) |
|
|
|
super(id, hsh, page) |
|
|
|
@id = "student_not_child_value_check" |
|
|
|
@id = "student_not_child_value_check" |
|
|
|
@check_answer_label = "Student not child confirmation" |
|
|
|
@check_answer_label = "Student not a child confirmation" |
|
|
|
@type = "interruption_screen" |
|
|
|
@type = "interruption_screen" |
|
|
|
@answer_options = { |
|
|
|
@answer_options = { |
|
|
|
"0" => { "value" => "Yes" }, |
|
|
|
"0" => { "value" => "Yes" }, |
|
|
|
|