forked from MapComplete/MapComplete
Themes: add 'hoops' question to basketball pitches
This commit is contained in:
parent
1faf93d6e2
commit
4df9632d7c
1 changed files with 33 additions and 0 deletions
|
@ -178,6 +178,39 @@
|
|||
],
|
||||
"id": "sport_pitch-sport"
|
||||
},
|
||||
{
|
||||
"id": "basketball-hoops",
|
||||
"question": {
|
||||
"en": "How much basketball hoops does this pitch have?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "hoops=1",
|
||||
"then": {
|
||||
"en": "This basketball pitch has a single hoop"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hoops=2",
|
||||
"then": {
|
||||
"en": "This basketball pitch has two hoops"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hoops=4",
|
||||
"then": {
|
||||
"en": "This basketball pitch has four hoops"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hoops~*",
|
||||
"then": {
|
||||
"en": "This basketball pitch has {hoops} hoops"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"nl": "Wat is de ondergrond van dit sportveld?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue