diff --git a/assets/layers/sport_pitch/sport_pitch.json b/assets/layers/sport_pitch/sport_pitch.json index e0f2ff3817..206e715bf9 100644 --- a/assets/layers/sport_pitch/sport_pitch.json +++ b/assets/layers/sport_pitch/sport_pitch.json @@ -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?",