|
|
|
@ -15,7 +15,7 @@ class Form::Lettings::Questions::Sheltered < ::Form::Question
|
|
|
|
|
"3" => { "value" => "No" }, |
|
|
|
|
"divider" => { "value" => true }, |
|
|
|
|
"4" => { "value" => "Don’t know" } } |
|
|
|
|
elsif form.start_year_2024_or_later? |
|
|
|
|
else |
|
|
|
|
{ "1" => { "value" => "Yes – specialist retirement housing" }, |
|
|
|
|
"2" => { "value" => "Yes – extra care housing" }, |
|
|
|
|
"5" => { "value" => "Yes – sheltered housing for adults aged under 55 years" }, |
|
|
|
@ -23,13 +23,6 @@ class Form::Lettings::Questions::Sheltered < ::Form::Question
|
|
|
|
|
"3" => { "value" => "No" }, |
|
|
|
|
"divider" => { "value" => true }, |
|
|
|
|
"4" => { "value" => "Don’t know" } } |
|
|
|
|
else |
|
|
|
|
{ "2" => { "value" => "Yes – extra care housing" }, |
|
|
|
|
"1" => { "value" => "Yes – specialist retirement housing" }, |
|
|
|
|
"5" => { "value" => "Yes – sheltered housing for adults aged under 55 years" }, |
|
|
|
|
"3" => { "value" => "No" }, |
|
|
|
|
"divider" => { "value" => true }, |
|
|
|
|
"4" => { "value" => "Don’t know" } } |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|