|
|
|
@ -2,7 +2,7 @@ class Form::Sales::Questions::HousingBenefits < ::Form::Question |
|
|
|
def initialize(id, hsh, page, joint_purchase:) |
|
|
|
def initialize(id, hsh, page, joint_purchase:) |
|
|
|
super(id, hsh, page) |
|
|
|
super(id, hsh, page) |
|
|
|
@id = "hb" |
|
|
|
@id = "hb" |
|
|
|
@check_answer_label = "Housing-related benefits buyer received before buying this property" |
|
|
|
@check_answer_label = "Housing-related benefits #{joint_purchase ? 'buyers' : 'buyer'} received before buying this property" |
|
|
|
@header = "#{joint_purchase ? 'Were the buyers' : 'Was the buyer'} receiving any of these housing-related benefits immediately before buying this property?" |
|
|
|
@header = "#{joint_purchase ? 'Were the buyers' : 'Was the buyer'} receiving any of these housing-related benefits immediately before buying this property?" |
|
|
|
@type = "radio" |
|
|
|
@type = "radio" |
|
|
|
@answer_options = ANSWER_OPTIONS |
|
|
|
@answer_options = ANSWER_OPTIONS |
|
|
|
|