diff --git a/assets/layers/playground/playground.json b/assets/layers/playground/playground.json
index 2686a33b01..82153c5f66 100644
--- a/assets/layers/playground/playground.json
+++ b/assets/layers/playground/playground.json
@@ -268,6 +268,19 @@
"cs": "Povrch je zpevněný"
},
"hideInAnswer": true
+ },
+ {
+ "if": "surface=tartan",
+ "then": {
+ "en": "The surface is tartan - a synthetic, springy surface typically seen on athletic pistes",
+ "nl": "De ondergrond bestaat uit Tartan - een synthetisch, elastisch en poreus materiaal dat je ook vindt op atletiekpistes"
+ }
+ },
+ {"if": "surface=rubber",
+ "then": {
+ "en": "The surface is made from rubber, such as rubber tiles, rubber mulch or a big rubber area",
+ "nl": "De ondergrond bestaat uit rubber, zoals rubberen tegels, rubber snippers of een groot rubberen oppervlak"
+ }
}
],
"id": "playground-surface",
@@ -670,6 +683,7 @@
],
"id": "playground-opening_hours"
},
+ "check_date",
"questions",
{
"id": "playground-reviews",
diff --git a/assets/layers/sport_pitch/sport_pitch.json b/assets/layers/sport_pitch/sport_pitch.json
index ffc6a6babf..712360d65f 100644
--- a/assets/layers/sport_pitch/sport_pitch.json
+++ b/assets/layers/sport_pitch/sport_pitch.json
@@ -463,6 +463,12 @@
"nl": "De ondergrond bestaat uit grind",
"de": "Die Oberfläche ist feiner Kies"
}
+ },
+ {"if": "surface=tartan",
+ "then": {
+ "en": "The surface of this track is Tartan, a synthetic, slightly springy, porous surface",
+ "nl": "De ondergrond is Tartan, een synthetisch, licht verende en poreuze ondergrond"
+ }
}
],
"id": "sport_pitch-surface"