From 4644b6ae550fa53c042978317484f9a99eafe8c7 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 9 Jul 2024 14:41:20 +0200 Subject: [PATCH] Themes: add 'pedagogy', fix #1839 --- assets/layers/school/school.json | 71 ++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/assets/layers/school/school.json b/assets/layers/school/school.json index e6f249ff3..bf5b410dd 100644 --- a/assets/layers/school/school.json +++ b/assets/layers/school/school.json @@ -280,6 +280,74 @@ } ] }, + { + "id": "pedagogy", + "question": { + "en": "What educational theory is applied on this school?" + }, + "mappings": [ + { + "if": "pedagogy=mainstream", + "then": { + "en": "This school does not use a specific pedagogy" + } + }, + { + "if": "pedagogy=montessori", + "then": { + "en": "This school uses the Montessori method of education" + } + }, + { + "if": "pedagogy=freinet", + "then": { + "en": "This school is associated with the Freinet Modern School Movement" + } + }, + { + "if": "pedagogy=jenaplan", + "then": { + "en": "This school uses the Jenaplan teaching concept" + } + }, + { + "if": "pedagogy=waldorf", + "then": { + "en": "This school uses the Steiner/Waldorf educational philosophy" + } + }, + { + "if": "pedagogy=dalton", + "then": { + "en": "This school uses the Dalton plan teaching concept" + } + }, + { + "if": "pedagogy=outdoor", + "then": { + "en": "This school uses outdoor learning" + } + }, + { + "if": "pedagogy=reggio_emilia", + "then": { + "en": "This school uses the Reggio Emilia approach" + } + }, + { + "if": "pedagogy=sudbury", + "then": { + "en": "This school uses the Sudbury system" + } + } + ], + "render": { + "en": "This school uses {pedagogy}" + }, + "freeform": { + "key": "pedagogy" + } + }, { "id": "target-audience", "condition": "school:for~*", @@ -462,6 +530,9 @@ } } ], + "filter": [ + "pedagogy" + ], "allowMove": { "enableImproveAccuracy": true, "enableRelocation": true