From f5986f25cc0ce093600db08233c11bf4d81da1a6 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 9 Jun 2022 02:15:38 +0200 Subject: [PATCH] Add post-secondary as level for school; add school:gender --- assets/layers/school/school.json | 50 +++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/assets/layers/school/school.json b/assets/layers/school/school.json index 27d0d2e3db..de689d9172 100644 --- a/assets/layers/school/school.json +++ b/assets/layers/school/school.json @@ -3,6 +3,7 @@ "name": { "en": "Primary and secondary schools" }, + "description": "Schools giving primary and secondary education and post-secondary, non-tertiary education. Note that this level of education does not imply an age of the pupiles", "minzoom": 12, "title": { "render": { @@ -85,14 +86,61 @@ "then": { "en": "This is a school where one learns general upper secondary skills with a focus on general skills in order to prepare student for further studies.
Pupils typically enroll from 14 or 15 years old till 18 years old
" } + }, + { + "if": "isced:2011:level=post_secondary", + "then": { + "en": "This is a school where one learns skills and competencies which require secondary schooling, but are not sufficiently complex for tertiary education.
Examples are vocational training for adults
" + } } ], "multiAnswer": true }, + { + "id": "gender", + "question": { + "en": "Which genders can enroll at this school?" + }, + "mappings": [ + { + "if": "school:gender=mixed", + "then": { + "en": "Both boys and girls can enroll here and have classes together" + } + }, + { + "if": "school:gender=separated", + "then": { + "en": "Both boys and girls can enroll here but they are separated (e.g. they have lessons in different classrooms or at different times)" + } + }, + { + "if": "school:gender=male", + "then": { + "en": "This is a boys only-school" + } + }, + { + "if": "school:gender=female", + "then": { + "en": "This is a girls-only school" + } + } + ] + }, { "id": "target-audience", - "question": "What is the target audience for this school?", + "question": { + "en":"What is the target audience for this school?" + }, "multiAnswer": true, + "render": { + "en":"This is a school for" + }, + "freeform": { + "key": "school:for", + "inline": true + }, "mappings": [ { "if": "school:for=normal_pupils",