Mont Blanc & Mountains (fr_08) - 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_08 | Mont Blanc
//
// Cards:
// - mont_blanc (geographical landmark)
// - flag_france (national symbol)
// - flag_italy (national symbol)
// - flag_swiss (national symbol)
// Tasks:
// - Place 3 flags correctly on Mont Blanc summit
// Activities:
// - Basic flag placement
// - Order activity for mountain equipment preparation
// - Memory game for Alpine animal identification
// - Quiz on mountain safety and geography
// Words used:Europe, flags, France, Italy, Switzerland, Alps, altitude, summit, glacier, avalanche, marmot, crampons, rope, weather, safety
type: panel
color: red
---
<<set $COLLECTED_ITEMS = 0>>
quest_end¶
color: green
panel: panel_endgame
---
You reached Mont Blanc and learned summit facts!
You placed all three flags.
<<card mountain>>
You got ready with warm gear.
Brave mountain explorer!
<<card summit>>
<<jump post_quest_activity>>
post_quest_activity¶
color: green
panel: panel
tags: proposal
---
Why don't you draw Mont Blanc with the three flags.
<<quest_end>>
talk_tutor¶
tags: asset=mont_blanc
---
You have to go up the Mont Blanc
the highest mountain in Europe
and put the 3 flags correctly
item_backpack¶
tags: actor=TUTOR asset=backpack
---
<<card backpack>>
This backpack carries food, water and a map.
It keeps hands free while hiking.
item_coat¶
tags: actor=TUTOR asset=coat
---
<<card coat>>
This coat keeps your body warm in wind and snow.
Always zip it up high.
item_gloves¶
tags: actor=TUTOR asset=gloves
---
<<card gloves>>
Gloves keep fingers warm and dry.
Cold hands make climbing hard.
item_hat¶
tags: actor=TUTOR asset=hat
---
<<card hat>>
A warm hat keeps heat from leaving your head.
Wear it even in bright sun.
item_rope¶
tags: actor=TUTOR asset=rope
---
<<card rope>>
The rope helps climbers stay safe on ice and rock.
Always clip it correctly.
item_scarf¶
tags: actor=TUTOR asset=scarf
---
<<card scarf>>
A scarf blocks wind on your neck.
Tuck it so it will not flap.
item_sunglasses¶
tags: actor=TUTOR asset=sunglasses
---
<<card sunglasses>>
Snow and ice reflect bright sun.
Glasses protect your eyes.
flag_france¶
tags: asset=flag_france
---
Find the French flag.
flag_italy¶
tags: asset=flag_italy
---
Find the Italian flag.
flag_swiss¶
tags: asset=flag_swiss
---
Find the Swiss flag.
spawned_tourist¶
///////// 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: tourists
---
I love the mountains!
The Alps are beautiful!
Mont Blanc is the highest mountain in Europe!
I want to climb Mont Blanc one day!
I hope to see a marmot!
The view from the summit must be amazing!
Don't forget to bring warm clothes!
Mountains can be dangerous, be careful!
spawned_hiker¶
color: purple
actor:
spawn_group: hikers
---
Hiking here needs good boots.
<<card hiking>>
The wind can change fast.
<<card wind>>
I follow the rope line when it is icy.
<<card rope>>
That glacier looks like a frozen river.
<<card glacier>>
spawned_alps_climber¶
color: purple
actor:
spawn_group: alps_climber
---
The Alps are my playground.
<<card alps>>
Summit soon! I can feel the sun.
<<card summit>>
<<card sun>>
Crampons help me on hard ice.
<<card crampons>>
Climbing with a guide is safer.
<<card climbing>>
<<card mountain_guide>>