forked from MapComplete/MapComplete
Improve school:for; disable it until voting has passed
This commit is contained in:
parent
21b268be61
commit
83bf3af9ac
1 changed files with 15 additions and 1 deletions
|
@ -145,6 +145,7 @@
|
|||
},
|
||||
{
|
||||
"id": "target-audience",
|
||||
"condition": "school:for~*",
|
||||
"question": {
|
||||
"en":"What is the target audience for this school?"
|
||||
},
|
||||
|
@ -157,10 +158,17 @@
|
|||
"inline": true
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "school:for=",
|
||||
"then": {
|
||||
"en": "This is a school where students study skills at their age-adequate level. <div>There are little or no special facilities to cater for students with special needs or facilities are ad-hoc</div>"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "school:for=mainstream",
|
||||
"then": {
|
||||
"en": "This is a school where students study skills at their age-adequate level"
|
||||
"en": "This is a school where students study skills at their age-adequate level."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -198,6 +206,12 @@
|
|||
"then": {
|
||||
"en": "This is a school with facilities for students with disabilities"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "school:for=special_needs",
|
||||
"then": {
|
||||
"en": "This is a school with facilities for students with special needs"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue