|
|
|
@ -2,7 +2,7 @@ class Form::Sales::Questions::Prevshared < ::Form::Question |
|
|
|
def initialize(id, hsh, page) |
|
|
|
def initialize(id, hsh, page) |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "prevshared" |
|
|
|
@id = "prevshared" |
|
|
|
@check_answer_label = "Buyers previously owned a shared property" |
|
|
|
@check_answer_label = "Previous property shared ownership?" |
|
|
|
@header = "Was the previous property a shared ownership property?" |
|
|
|
@header = "Was the previous property a shared ownership property?" |
|
|
|
@type = "radio" |
|
|
|
@type = "radio" |
|
|
|
@answer_options = ANSWER_OPTIONS |
|
|
|
@answer_options = ANSWER_OPTIONS |
|
|
|
|