Add more questions

This commit is contained in:
Robin van der Linde 2022-08-27 10:39:14 +02:00
parent 9d4140e49d
commit 959bd0da1c
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
5 changed files with 118 additions and 13 deletions

View file

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

Before After
Before After

View file

@ -270,7 +270,7 @@
"en": "This fitness station has a cross-trainer."
},
"icon": {
"path": "./assets/layers/fitness_station/07-12-2016,_Fitness_trail,_Parque_da_Alfarrobeira,_Albufeira_(2).jpg",
"path": "./assets/layers/fitness_station/07-12-2016,_Fitness_trail,_Parque_da_Alfarrobeira,_Albufeira_2.jpg",
"class": "large"
}
},
@ -280,7 +280,7 @@
"en": "This fitness station has an air walker."
},
"icon": {
"path": "./assets/layers/fitness_station/Ansan_Park_(beind_the_city_hall)_022.jpg",
"path": "./assets/layers/fitness_station/Ansan_Park_beind_the_city_hall_022.jpg",
"class": "large"
}
},
@ -306,6 +306,41 @@
}
],
"multiAnswer": true
},
{
"id": "operator",
"question": {
"en": "Who maintains this fitness station?"
},
"freeform": {
"key": "operator",
"placeholder": {
"en": "Operator of the fitness station"
},
"type": "string"
},
"render": {
"en": "The fitness station is maintained by {operator}."
}
},
{
"id": "opening_hours",
"question": {
"en": "When is this fitness station opened?"
},
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"render": "{opening_hours_table()}",
"mappings": [
{
"if": "opening_hours=24/7",
"then": {
"en": "24/7"
}
}
]
}
],
"presets": [

View file

@ -1,6 +1,6 @@
[
{
"path": "07-12-2016,_Fitness_trail,_Parque_da_Alfarrobeira,_Albufeira_(2).jpg",
"path": "07-12-2016,_Fitness_trail,_Parque_da_Alfarrobeira,_Albufeira_2.jpg",
"license": "CC-BY-SA",
"authors": [
"Kolforn"
@ -20,7 +20,7 @@
]
},
{
"path": "Ansan_Park_(beind_the_city_hall)_022.jpg",
"path": "Ansan_Park_beind_the_city_hall_022.jpg",
"license": "CC-BY-SA",
"authors": [
"Piotrus"