Themes(elevator): add handrail question
This commit is contained in:
parent
8b3a2ac89d
commit
4bd4d90867
1 changed files with 23 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue