@ -6,6 +6,7 @@ class Form::Sales::Questions::PropertyBuildingType < ::Form::Question
@header = "What type of building is the property?"
@type = "radio"
@answer_options = ANSWER_OPTIONS
@question_number = 13
end
ANSWER_OPTIONS = {
@ -9,5 +9,6 @@ class Form::Sales::Questions::PropertyNumberOfBedrooms < ::Form::Question
@width = 10
@min = 1
@max = 9
@question_number = 11
@ -6,6 +6,7 @@ class Form::Sales::Questions::PropertyUnitType < ::Form::Question
@header = "What type of unit is the property?"
@question_number = 12
@ -6,6 +6,7 @@ class Form::Sales::Questions::PropertyWheelchairAccessible < ::Form::Question
@header = "Is the property build or adapted to wheelchair-user standards?"
@question_number = 17