Skip to content

Move around in a city in safety (fr_04) - 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_04 | Road Safety (Les Mans)
// 
// Cards:
// - lemans_race (sports heritage)
// - race_car (automotive)
// - traffic_lights safety education)
// - stop_sign (safety education)
// - danger_sign (safety education)
// - zebra_crossing (safety education)
// - scooter (transportation)
// Tasks:
// - Experience Le Mans race as spectator
// - Navigate city streets following traffic rules
// - Identify and respond to traffic signs correctly
// - Reach train station safely
// Words used: race, car, speed, traffic, lights, stop, danger, zebra crossing, scooter, train station, safety, street, road, pedestrian, red, yellow, green, triangle, stripes, careful
tags:
type: panel
color: red
---
<<set $TOTAL_COINS = 0>>
<<set $COLLECTED_ITEMS = 0>>
Welcome to Le Mans! #line:0a4f3e1

quest_end

color: green
panel: panel_endgame
---
Great job! #line:08cd696 
You used the signs to stay safe. #line:0298d64 
Road safety can be fun! #line:001499f 
<<jump post_quest_activity>>

post_quest_activity

color: green
panel: panel
tags: proposal
---
Draw a map of the streets around your home! #line:0acd0a1 
<<quest_end>>

talk_friend_intro

tags: actor=MAN
---
This is the Le Mans car race. #line:02f370e 
Cars are very fast! #line:07f77f0 
Only grown-ups can drive them. #line:0d0cd3f 
Those race cars are so fast! #line:0e54cfc 
You can only go that fast on the track. #line:053328c 
On city streets we go slow. #line:0b70620 
Time to go home. #line:06e4b9d 
<<jump talk_friend_scooter>>

talk_friend_scooter

tags: actor=MAN
---
The race is over. Go home by train. #line:0b834f8 
Take my scooter to the station. #line:00f2f65 
<<card scooter>>
I will wait there. #line:0425fb5 
Look at the signs. #line:0b5ee19 
<<action GIVE_SCOOTER>>
<<jump task_reach_station>>

task_reach_station

tags: actor=TUTOR, task
---
Get to the train station safely. #line:fr04_task_station
Stop at red. Go at green. #line:fr04_task_station_2

sign_stop

tags: actor=TUTOR
---
This is a STOP sign. #line:09ac224 
<<card stop_sign>>
Stop all the way. #line:0fde84a 
Look both ways. #line:0758dbd 


restart_level

tags: actor=TUTOR
---
You did not pay attention. Try again! #line:0eed8ec 

sign_danger

tags: actor=TUTOR
---
This is a DANGER sign. #line:0a57038 
<<card danger_sign>>
It means slow down. #line:02cfe75 
Something may be on the road. #line:07915e7 

street_lights

tags: actor=TUTOR
---
These are traffic lights. #line:0355437 
<<card traffic_lights>>
RED - STOP #line:0cb35d6
YELLOW - SLOW #line:0b0c56c 
GREEN - GO #line:0c87bce 

zebra_crossing

tags:  
---
These white stripes are a zebra crossing. #line:02fbb57 
<<card zebra_crossing>>
It gives pedestrians the right of way. #line:085d81b 
Slow down near it. #line:01cd74f 
Stop if someone wants to cross. #line:04e20a8 

danger_signs

tags: actor=TUTOR
---
They are triangles. #line:08c3073 

bravo

tags: actor=MAN
---
You made it! #line:03b112c 
You followed the rules. #line:0662662 
You are great at street safety! #line:0c88cfb 

spawned_pedestrian

///////// 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: 
spawn_group: pedestrian 
---
Always look both ways before crossing the street! #line:0d65c60 
Never run across the street, even if you're in a hurry! #line:084a760 
Always use a crosswalk or pedestrian crossing when available! #line:07f8272 
Wear bright or reflective clothing when walking at night! #line:0587fd6 
Never use your phone or headphones when crossing the street! #line:044f000 

spawned_race_lemans

color: purple
actor: MAN
spawn_group: race 
---
The Le Mans race lasts 24 hours! #line:02e7a89 
Race cars go fast on the track, not on streets. #line:0518750 
Speed is for the circuit. #line:02e3d19 
In the streets we go slowly. #line:02f57a4 

spawned_kids_walking

color: purple
actor: 
spawn_group: kids 
---
We walk on the sidewalk. #line:0999d95 
We stop and look before we cross. #line:04b17e0 
We wait for green at the lights. #line:0b0fe8c 
We look left and right for cars. #line:0bbc9ed 
We do not play in the street. #line:08097b8