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!
quest_end
color: green
panel: panel_endgame
---
Great job!
You used the signs to stay safe.
Road safety can be fun!
<<jump post_quest_activity>>
post_quest_activity
color: green
panel: panel
tags: proposal
---
Draw a map of the streets around your home!
<<quest_end>>
talk_friend_intro
tags: actor=MAN
---
This is the Le Mans car race.
Cars are very fast!
Only grown-ups can drive them.
Those race cars are so fast!
You can only go that fast on the track.
On city streets we go slow.
Time to go home.
<<jump talk_friend_scooter>>
talk_friend_scooter
tags: actor=MAN
---
The race is over. Go home by train.
Take my scooter to the station.
<<card scooter>>
I will wait there.
Look at the signs.
<<action GIVE_SCOOTER>>
<<jump task_reach_station>>
task_reach_station
tags: actor=TUTOR, task
---
Get to the train station safely.
Stop at red. Go at green.
sign_stop
tags: actor=TUTOR
---
This is a STOP sign.
<<card stop_sign>>
Stop all the way.
Look both ways.
restart_level
tags: actor=TUTOR
---
You did not pay attention. Try again!
sign_danger
tags: actor=TUTOR
---
This is a DANGER sign.
<<card danger_sign>>
It means slow down.
Something may be on the road.
street_lights
tags: actor=TUTOR
---
These are traffic lights.
<<card traffic_lights>>
RED - STOP
YELLOW - SLOW
GREEN - GO
zebra_crossing
tags:
---
These white stripes are a zebra crossing.
<<card zebra_crossing>>
It gives pedestrians the right of way.
Slow down near it.
Stop if someone wants to cross.
danger_signs
tags: actor=TUTOR
---
They are triangles.
bravo
tags: actor=MAN
---
You made it!
You followed the rules.
You are great at street safety!
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!
Never run across the street, even if you're in a hurry!
Always use a crosswalk or pedestrian crossing when available!
Wear bright or reflective clothing when walking at night!
Never use your phone or headphones when crossing the street!
spawned_race_lemans
color: purple
actor: MAN
spawn_group: race
---
The Le Mans race lasts 24 hours!
Race cars go fast on the track, not on streets.
Speed is for the circuit.
In the streets we go slowly.
spawned_kids_walking
color: purple
actor:
spawn_group: kids
---
We walk on the sidewalk.
We stop and look before we cross.
We wait for green at the lights.
We look left and right for cars.
We do not play in the street.