Skip to content

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! #line:014887e 
You are 10 years old and in the last year of primary school. #line:063e8e0 
Find your school and your classroom! #line:0f65a1b 
<<task_start TASK_FIND_SCHOOL task_find_school_done>>

quest_end

color: green
panel: panel_endgame
---
The game is complete! Congratulations! #line:022962d 
This is our school day #line:038dacc 

<<jump post_quest_activity>>

post_quest_activity

color: green
panel: panel
tags: proposal
---
Now draw a map of your classroom! #line:09ac4f1 
<<quest_end>>

task_find_school_done

tags: actor=TUTOR
---
You found your school! #line:03ed76a 

task_find_school_desc

type: task
---
Find your school! #line:0da284c 

school_1

tags: actor=WOMAN
actor: WOMAN
---
Welcome! This is a nursery school for children aged 3 to 5. #line:096b721 
You are too big for our small chairs. Your school is nearby. #line:07ed07b 


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. #line:092b309 
It looks like you forgot your backpack. #line:0dd7977 
You need your books for the lesson. #line:044385f 
<<jump task_backpack>>

school_3

tags: actor=KID_M
actor: KID_MALE
---
Hi! This is a middle school for ages 11 to 15. #line:06478e9 
You are almost old enough, but not yet. Keep looking! #line:0df97f8 

school_4

tags: actor=MAN
actor: MAN
---
Bonjour! This is a high school for ages 16 to 18. #line:04a0e4b 
Students study for the Baccalauréat exam here before university. #line:027eba1 
You are too young. Try another school. #line:0630d14 

school_4_talk_man

tags: actor=MAN_OLD
actor: OLD_MAN
---
Hello! I found a backpack on my way here. #line:0c3b4fe 
These books are simpler than the ones my students use, #line:0d3aba1 
so I don't think it belongs to them. #line:09c5297 
<<SetActive Collect_Backpack>>
Could it be yours? #line:0f44535 

school_2_talk

tags: actor=GUIDE
actor: GUIDE
---
There it is! Let's go inside and start the lesson. #line:0624437 
<<action door_open_2>>
Come in! Your classroom is down the hall. #line:0b91268 
<<jump task_find_classroom >>

task_find_classroom

tags: actor=TUTOR, task
color: green
---
TASK: Find your classroom. #line:058ddbc 
<<task_start TASK_CLASSROOM task_class_done>>

task_classroom_desc

type: task
---
Find your class so you can start the lesson. #line:00e71a9 

task_class_done

tags: actor=TUTOR
---
Yes! You can start the lesson now. #line:093e91d 

classroom_1

tags: actor=MAN
actor: MAN
---
This is the CP classroom. #line:08b2774 
Children start primary school at 6 years old. #line:09bfe7f 
This is not your class. Try the next door! #line:068e48b 
<<action DOOR_OPEN_2>>

classroom_2

tags: actor=WOMAN
actor: WOMAN
---
This is CE1, the second year of primary school. #line:08f3ab2 
This is not your class. Try again! #line:029fd9c 
<<action DOOR_OPEN_3>>

classroom_3

tags: actor=WOMAN
actor: WOMAN
---
Hi! This is the CE2 classroom. #line:0bce01a 
for students who are 8 years old. #line:0b411ce 
This is not your class, but you are close! #line:0e4aa95 
<<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. #line:0532330 
Your class is just over there! #line:00f6294 
<<action DOOR_OPEN_5>>

classroom_5

tags: actor=GUIDE
color: purple
actor: GUIDE
---
There you are! Welcome to CM2! #line:02797f8 
Let's start. #line:0f90123 
It is a writing lesson. #line:0071a0d 
In France, we learn to write in cursive. #line:0f8995f 
<<card concept_cursive_writing zoom>>
Now we do geometry! #line:0365921 
<<jump activity_match_geometry>>

activity_match_geometry

---
Match each tool to the shape it draws. #line:052d22a 
<<activity match_shapes activity_match_done>>

activity_match_done

tags: actor=GUIDE
color: purple
---
<<if GetActivityResult("match_shapes") > 0>>
    Great job! #line:0e3f1fa 
    <<jump quest_end>>
<<else>>
Not quite right. Try again. #line:0a5c8f1
<<jump activity_match_geometry>>
<<endif>>

task_backpack

tags: actor=GUIDE, task
color: green
---
Find your backpack and then come back. #line:0e3ad75 
<<task_start TASK_BACKPACK task_backpack_done>>

task_backpack_done

tags: actor=TUTOR
---
Task completed! You can enter the school. #line:063f354  
<<set $got_backpack = true>>

task_backpack_desc

type: task
---
Find your backpack so you can go to school. #line:00faf2f 

school_canteen

tags: actor=WOMAN_OLD, 
color: yellow
---
Hello! I hope you are registered for the canteen. #line:021132d 
<<card object_canteen_menu>>
Look at the menu for today! #line:0978619 
<<card object_canteen_menu zoom>>
Enjoy your meal! #line:0671097 

school_charte

tags: actor=TUTOR
color: yellow
tags: item
---
<<card concept_charter_of_secularism>>
At school, everyone is welcome and respected, #line:02977c9 
no matter their beliefs. #line:09c12ac 

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. #line:027d036 
I like to draw and color. #line:0879a44 
My favorite subject is art. #line:0cee587 

spawned_kid_m

color: purple
actor: KID_M
spawn_group: kids 
---
I like math because of numbers. #line:01b23d9 
I play soccer with friends. #line:0b82cb5 
I love video games! #line:0aeea98 

spawned_adult

color: purple
spawn_group: adults 
---
In France school starts in September and ends in June. #line:037e288 
There are many holidays in the school year. #line:028f2bf 
I like when my kids tell me what they learned. #line:0d8d4aa 

spawned_teacher

color: purple
spawn_group: teachers 
---
School is from 8 a.m. to 4 p.m. #line:0f6b039 
Bring lunch or eat in the canteen. #line:008ffb5 
We learn cursive writing. #line:0d88d5b