diff --git a/assets/layers/school/school.json b/assets/layers/school/school.json index 478a9c32f..b5ab8c216 100644 --- a/assets/layers/school/school.json +++ b/assets/layers/school/school.json @@ -204,11 +204,11 @@ "id": "target-audience", "condition": "school:for~*", "question": { - "en": "Does this school target students with a special need? Which structural facilities does this school have?
Ad-hoc ", - "nl": "Richt deze school zich op leerlingen met een speciale zorgbehoefte? Welke structurele faciliteiten heeft deze school voor leerlingen met een extra zorgbehoefte?
Ad-hoc maatregelen zijn niet voldoende
", - "de": "Richtet sich diese Schule an Schüler mit besonderem Förderbedarf? Über welche strukturellen Einrichtungen verfügt diese Schule?
Ad-hoc ", - "fr": "Est-ce que cet établissement scolaire s'adresse aux étudiants ayant des besoins particuliers? Quels types d'installation est-ce que cet établissement possède?
Ad-hoc ", - "ca": "Aquesta escola es dirigeix a estudiants amb necessitats especials? Quines instal·lacions estructurals té aquesta escola?
Ad-hoc " + "en": "Does this school target students with a special need? Which structural facilities does this school have?", + "nl": "Richt deze school zich op leerlingen met een speciale zorgbehoefte? Welke structurele faciliteiten heeft deze school voor leerlingen met een extra zorgbehoefte?", + "de": "Richtet sich diese Schule an Schüler mit besonderem Förderbedarf? Über welche strukturellen Einrichtungen verfügt diese Schule?", + "fr": "Est-ce que cet établissement scolaire s'adresse aux étudiants ayant des besoins particuliers? Quels types d'installation est-ce que cet établissement possède?", + "ca": "Aquesta escola es dirigeix a estudiants amb necessitats especials? Quines instal·lacions estructurals té aquesta escola?" }, "multiAnswer": true, "render": { @@ -313,7 +313,11 @@ "ca": "Aquesta és una escola per a estudiants amb necessitats especials" } } - ] + ], + "questionHint": { + "en": "Ad-hoc measures are not enough to count as a special-needs school", + "nl": "Ad-hoc maatregelen zijn niet voldoende " + } }, "website", "phone", @@ -393,4 +397,4 @@ "width": 1 } ] -} \ No newline at end of file +} diff --git a/langs/layers/ca.json b/langs/layers/ca.json index a1d14f96d..269e5a9a1 100644 --- a/langs/layers/ca.json +++ b/langs/layers/ca.json @@ -2570,7 +2570,7 @@ "then": "Aquesta és una escola per a estudiants amb necessitats especials" } }, - "question": "Aquesta escola es dirigeix a estudiants amb necessitats especials? Quines instal·lacions estructurals té aquesta escola?
Ad-hoc ", + "question": "Aquesta escola es dirigeix a estudiants amb necessitats especials? Quines instal·lacions estructurals té aquesta escola?", "render": "Aquesta escola té instal·lacions per a estudiants amb {school:for}" } } diff --git a/langs/layers/de.json b/langs/layers/de.json index e7a1495f6..b836c1092 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -6989,7 +6989,7 @@ "then": "Dies ist eine Schule für Schüler mit besonderen Bedürfnissen" } }, - "question": "Richtet sich diese Schule an Schüler mit besonderem Förderbedarf? Über welche strukturellen Einrichtungen verfügt diese Schule?
Ad-hoc ", + "question": "Richtet sich diese Schule an Schüler mit besonderem Förderbedarf? Über welche strukturellen Einrichtungen verfügt diese Schule?", "render": "Diese Schule verfügt über Einrichtungen für Schüler mit {school:for}" } }, diff --git a/langs/layers/en.json b/langs/layers/en.json index 179dbebe0..acf204c77 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -6992,7 +6992,8 @@ "then": "This is a school for students with special needs" } }, - "question": "Does this school target students with a special need? Which structural facilities does this school have?
Ad-hoc ", + "question": "Does this school target students with a special need? Which structural facilities does this school have?", + "questionHint": "Ad-hoc measures are not enough to count as a special-needs school", "render": "This school has facilities for students with {school:for}" } }, diff --git a/langs/layers/fr.json b/langs/layers/fr.json index 87ac4952e..d7e5b19fe 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -3991,7 +3991,7 @@ "then": "Ceci est un établissement scolaire pour les étudiants ayant des besoins particuliers" } }, - "question": "Est-ce que cet établissement scolaire s'adresse aux étudiants ayant des besoins particuliers? Quels types d'installation est-ce que cet établissement possède?
Ad-hoc ", + "question": "Est-ce que cet établissement scolaire s'adresse aux étudiants ayant des besoins particuliers? Quels types d'installation est-ce que cet établissement possède?", "render": "Cet établissement scolaire a des installations pour étudiants ayant {school:for}" } }, diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 8b7f0b7bc..fb2839720 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -6776,7 +6776,8 @@ "then": "Deze school richt zich op studenten met extra zorgbehoeften" } }, - "question": "Richt deze school zich op leerlingen met een speciale zorgbehoefte? Welke structurele faciliteiten heeft deze school voor leerlingen met een extra zorgbehoefte?
Ad-hoc maatregelen zijn niet voldoende
", + "question": "Richt deze school zich op leerlingen met een speciale zorgbehoefte? Welke structurele faciliteiten heeft deze school voor leerlingen met een extra zorgbehoefte?", + "questionHint": "Ad-hoc maatregelen zijn niet voldoende ", "render": "Deze school richt zich op studenten met {school:for}" } },