Themes(elevator): add handrail question

This commit is contained in:
Pieter Vander Vennet 2025-03-19 23:04:22 +01:00
parent 8b3a2ac89d
commit 4bd4d90867

View file

@ -317,6 +317,29 @@
"type": "pfloat"
}
},
{
"id": "handrail",
"question": {
"en": "Is there a handrail in the cabin?"
},
"questionHint": {
"en": "A handrail can help people with reduced mobility to get in or out of the elevator"
},
"mappings": [
{
"if": "handrail=yes",
"then": {
"en": "This elevator has a handrail in the cabin"
}
},
{
"if": "handrail=no",
"then": {
"en": "This elevator does not have a handrail"
}
}
]
},
"induction-loop",
{
"id": "tactile_writing_available",