Themes: add 'hoops' question to basketball pitches

This commit is contained in:
Pieter Vander Vennet 2023-06-23 22:42:19 +02:00
parent 1faf93d6e2
commit 4df9632d7c

View file

@ -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?",