forked from MapComplete/MapComplete
		
	Add post-secondary as level for school; add school:gender
This commit is contained in:
		
							parent
							
								
									17972e2bf1
								
							
						
					
					
						commit
						f5986f25cc
					
				
					 1 changed files with 49 additions and 1 deletions
				
			
		|  | @ -3,6 +3,7 @@ | ||||||
|   "name": { |   "name": { | ||||||
|     "en": "Primary and secondary schools" |     "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, |   "minzoom": 12, | ||||||
|   "title": { |   "title": { | ||||||
|     "render": { |     "render": { | ||||||
|  | @ -85,14 +86,61 @@ | ||||||
|           "then": { |           "then": { | ||||||
|             "en": "This is a school where one learns <b>general upper secondary</b> skills with a focus on general skills in order to prepare student for further studies. <div class='subtle'>Pupils typically enroll from 14 or 15 years old till 18 years old</div>" |             "en": "This is a school where one learns <b>general upper secondary</b> skills with a focus on general skills in order to prepare student for further studies. <div class='subtle'>Pupils typically enroll from 14 or 15 years old till 18 years old</div>" | ||||||
|           } |           } | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |           "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.<div class='subtle'>Examples are vocational training for adults</div>" | ||||||
|  |           } | ||||||
|         } |         } | ||||||
|       ], |       ], | ||||||
|       "multiAnswer": true |       "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", |       "id": "target-audience", | ||||||
|       "question": "What is the target audience for this school?", |       "question": { | ||||||
|  |         "en":"What is the target audience for this school?" | ||||||
|  |       }, | ||||||
|       "multiAnswer": true, |       "multiAnswer": true, | ||||||
|  |       "render": { | ||||||
|  |         "en":"This is a school for" | ||||||
|  |       }, | ||||||
|  |       "freeform": { | ||||||
|  |         "key": "school:for", | ||||||
|  |         "inline": true | ||||||
|  |       }, | ||||||
|       "mappings": [ |       "mappings": [ | ||||||
|         { |         { | ||||||
|           "if": "school:for=normal_pupils", |           "if": "school:for=normal_pupils", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue