Add licenses, more questions
This commit is contained in:
parent
43f9afc3ba
commit
08fb66e421
5 changed files with 59 additions and 3 deletions
|
@ -106,6 +106,34 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "duration",
|
||||
"question": {
|
||||
"en": "How long takes a single journey with this elevator?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "This excludes the waiting time."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "duration"
|
||||
},
|
||||
"render": {
|
||||
"en": "A single journey takes {duration} minutes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "occupancy",
|
||||
"freeform": {
|
||||
"key": "aerialway:occupancy"
|
||||
},
|
||||
"question": {
|
||||
"en": "How many people fit a single carriage?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{aerialway:occupancy} people fit a single carriage"
|
||||
}
|
||||
},
|
||||
"opening_hours",
|
||||
{
|
||||
"id": "length",
|
||||
"render": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue