Further work on the educational theme

This commit is contained in:
Pieter Vander Vennet 2022-06-09 16:49:02 +02:00
parent 2408b4b19d
commit 88eabd183e
4 changed files with 39 additions and 7 deletions

View file

@ -56,6 +56,12 @@
"id": "education-level",
"question": "What level of education is given on this school?",
"mappings": [
{
"if": "isced:2011:level=early_childhood",
"then": {
"en": "This is a school with a kindergarten section where young kids receive some education which prepares reading and writing."
}
},
{
"if": "isced:2011:level=primary",
"then": {
@ -188,7 +194,28 @@
},
"website",
"phone",
"email"
"email",
{
"id": "language",
"question": {
"en": "What is the main language of this school?<div class='subtle'>What language is spoken with the students in non-language related courses and with the administration?</div>"
},
"render": {
"en":"{school:language} is the main language of {title()}"
},
"freeform": {
"key": "school:language",
"type": "language",
"inline": true
},
"mappings": [{
"if": "school:language=",
"then": {
"en": "The main language of this school is unknown"
},
"hideInAnswer": true
}]
}
],
"presets": [
{