|
|
|
@ -12,11 +12,26 @@ class Form::Lettings::Questions::StarterTenancyType < ::Form::Question |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
ANSWER_OPTIONS = { |
|
|
|
ANSWER_OPTIONS = { |
|
|
|
"4" => { "value" => "Assured Shorthold Tenancy (AST) – Fixed term" }, |
|
|
|
"4" => { |
|
|
|
"6" => { "value" => "Secure – fixed term" }, |
|
|
|
"value" => "Assured Shorthold Tenancy (AST) – Fixed term", |
|
|
|
"2" => { "value" => "Assured – lifetime" }, |
|
|
|
"hint" => "Mostly housing associations provide these. Fixed term tenancies are intended to be for a set amount of time up to 20 years.", |
|
|
|
"7" => { "value" => "Secure – lifetime" }, |
|
|
|
}, |
|
|
|
"5" => { "value" => "Licence agreement" }, |
|
|
|
"6" => { |
|
|
|
"3" => { "value" => "Other" }, |
|
|
|
"value" => "Secure – fixed term", |
|
|
|
|
|
|
|
"hint" => "Mostly local authorities provide these. Fixed term tenancies are intended to be for a set amount of time up to 20 years.", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"2" => { |
|
|
|
|
|
|
|
"value" => "Assured – lifetime", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"7" => { |
|
|
|
|
|
|
|
"value" => "Secure – lifetime", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"5" => { |
|
|
|
|
|
|
|
"value" => "Licence agreement", |
|
|
|
|
|
|
|
"hint" => "Licence agreements are mostly used for Supported Housing and work on a rolling basis.", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"3" => { |
|
|
|
|
|
|
|
"value" => "Other", |
|
|
|
|
|
|
|
}, |
|
|
|
}.freeze |
|
|
|
}.freeze |
|
|
|
end |
|
|
|
end |
|
|
|
|