The School system (fr_02) - Script¶
Quest Index - Language: english - french - polish - italian
Educators & Designers: help improving this quest!
Comments and feedback: discuss in the Forum
Improve translations: comment the Google Sheet
Improve the script: propose an edit here
quest_start¶
// fr_02 | Schools (Angers)
//
type: panel
tags:
color: red
---
<<declare $got_backpack = false>>
<<SetActive Collect_Backpack false>>
Welcome to Angers! It is the first day of school!
You are 10 years old and in the last year of primary school.
Find your school and your classroom!
<<task_start TASK_FIND_SCHOOL task_find_school_done>>
quest_end¶
color: green
panel: panel_endgame
---
The game is complete! Congratulations!
This is our school day
<<jump post_quest_activity>>
post_quest_activity¶
color: green
panel: panel
tags: proposal
---
Now draw a map of your classroom!
<<quest_end>>
task_find_school_done¶
tags: actor=TUTOR
---
You found your school!
task_find_school_desc¶
type: task
---
Find your school!
school_1¶
tags: actor=WOMAN
actor: WOMAN
---
Welcome! This is a nursery school for children aged 3 to 5.
You are too big for our small chairs. Your school is nearby.
school_2¶
tags:
---
<<if $got_backpack>>
<<jump school_2_talk>>
<<else>>
<<jump school_2_welcome>>
<<endif>>
school_2_welcome¶
tags: actor=GUIDE
actor: GUIDE
---
Bonjour! Welcome! You found it. This is your elementary school.
It looks like you forgot your backpack.
You need your books for the lesson.
<<jump task_backpack>>
school_3¶
tags: actor=KID_M
actor: KID_MALE
---
Hi! This is a middle school for ages 11 to 15.
You are almost old enough, but not yet. Keep looking!
school_4¶
tags: actor=MAN
actor: MAN
---
Bonjour! This is a high school for ages 16 to 18.
Students study for the Baccalauréat exam here before university.
You are too young. Try another school.
school_4_talk_man¶
tags: actor=MAN_OLD
actor: OLD_MAN
---
Hello! I found a backpack on my way here.
These books are simpler than the ones my students use,
so I don't think it belongs to them.
<<SetActive Collect_Backpack>>
Could it be yours?
school_2_talk¶
tags: actor=GUIDE
actor: GUIDE
---
There it is! Let's go inside and start the lesson.
<<action door_open_2>>
Come in! Your classroom is down the hall.
<<jump task_find_classroom >>
task_find_classroom¶
tags: actor=TUTOR, task
color: green
---
TASK: Find your classroom.
<<task_start TASK_CLASSROOM task_class_done>>
task_classroom_desc¶
type: task
---
Find your class so you can start the lesson.
task_class_done¶
tags: actor=TUTOR
---
Yes! You can start the lesson now.
classroom_1¶
tags: actor=MAN
actor: MAN
---
This is the CP classroom.
Children start primary school at 6 years old.
This is not your class. Try the next door!
<<action DOOR_OPEN_2>>
classroom_2¶
tags: actor=WOMAN
actor: WOMAN
---
This is CE1, the second year of primary school.
This is not your class. Try again!
<<action DOOR_OPEN_3>>
classroom_3¶
tags: actor=WOMAN
actor: WOMAN
---
Hi! This is the CE2 classroom.
for students who are 8 years old.
This is not your class, but you are close!
<<action DOOR_OPEN_4>>
classroom_4¶
tags: actor=WOMAN_OLD
actor: OLD_WOMAN
---
Hello! This is CM1, the second-to-last year of primary school.
Your class is just over there!
<<action DOOR_OPEN_5>>
classroom_5¶
tags: actor=GUIDE
color: purple
actor: GUIDE
---
There you are! Welcome to CM2!
Let's start.
It is a writing lesson.
In France, we learn to write in cursive.
<<card concept_cursive_writing zoom>>
Now we do geometry!
<<jump activity_match_geometry>>
activity_match_geometry¶
---
Match each tool to the shape it draws.
<<activity match_shapes activity_match_done>>
activity_match_done¶
tags: actor=GUIDE
color: purple
---
<<if GetActivityResult("match_shapes") > 0>>
Great job!
<<jump quest_end>>
<<else>>
Not quite right. Try again.
<<jump activity_match_geometry>>
<<endif>>
task_backpack¶
tags: actor=GUIDE, task
color: green
---
Find your backpack and then come back.
<<task_start TASK_BACKPACK task_backpack_done>>
task_backpack_done¶
tags: actor=TUTOR
---
Task completed! You can enter the school.
<<set $got_backpack = true>>
task_backpack_desc¶
type: task
---
Find your backpack so you can go to school.
school_canteen¶
tags: actor=WOMAN_OLD,
color: yellow
---
Hello! I hope you are registered for the canteen.
<<card object_canteen_menu>>
Look at the menu for today!
<<card object_canteen_menu zoom>>
Enjoy your meal!
school_charte¶
tags: actor=TUTOR
color: yellow
tags: item
---
<<card concept_charter_of_secularism>>
At school, everyone is welcome and respected,
no matter their beliefs.
spawned_kid_f¶
///////// NPCs SPAWNED IN THE SCENE //////////
// these npc are spawn automatically in the scene
// use these to add random facts. everythime you meet them
// they will say one of these lines randomly
color: purple
actor: KID_F
spawn_group: kids
---
We have a play break morning and afternoon.
I like to draw and color.
My favorite subject is art.
spawned_kid_m¶
color: purple
actor: KID_M
spawn_group: kids
---
I like math because of numbers.
I play soccer with friends.
I love video games!
spawned_adult¶
color: purple
spawn_group: adults
---
In France school starts in September and ends in June.
There are many holidays in the school year.
I like when my kids tell me what they learned.
spawned_teacher¶
color: purple
spawn_group: teachers
---
School is from 8 a.m. to 4 p.m.
Bring lunch or eat in the canteen.
We learn cursive writing.