A Voyage on the Odra River (pl_03) - 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¶
// pl_03 | Odra River (Wroclaw)
// PL_03 - A Voyage on the Odra River
//
// ---------------------------------------------
// WANTED:
// cleancanvas odra_footbridge â Clean the FOOTBRIDGE image; concept: BRIDGE for people (no CARS).
// memory odra_bridges â Match BRIDGE types; concepts: TRAIN BRIDGE (tracks), ROAD BRIDGE (CARS).
// jigsawpuzzle odra_barge â Rebuild BARGE image; concept: BOAT that carries GOODS.
// jigsawpuzzle odra_houseboat â Rebuild HOUSEBOAT image; concept: BOAT for LIVING.
// order odra_couples â Pair BRIDGESâ(people/CARS/TRAIN) and BOATSâ(goods/live).
// order odra_map_triplet â Tap/sequence ODRA, WISÅA, BALTIC; concept: rivers flow to SEA.
// quiz odra_facts â Final assessment (at least 2 Qs): ODRAâBALTIC, longest river=WISÅA.
// Words used: Odra, river, bridge, island , water, WrocÅaw, navigation, ecosystem
// INTRO â DOCK
group: Intro
tags: actor=BoatCaptain
image: odra_dock
color: red
---
Welcome to WROCÅAW in POLAND.
<<card place_odra_river>>
This is the ODRA RIVER.
Ready to explore?
quest_end¶
panel: panel_endgame
color: green
---
Great trip on the ODRA.
You saw BRIDGES and BOATS.
You used a MAP and a QUIZ.
Want an extra task?
<<jump post_quest_activity>>
post_quest_activity¶
panel: panel
color: green
tags: proposal
---
Draw a simple MAP.
Mark ODRA and WISÅA.
Add one ROAD BRIDGE.
Add one TRAIN BRIDGE.
Sketch a BARGE and a KAYAK.
Show it to a friend.
<<quest_end>>
BRIDGES_INTRO¶
//--------------------------------------------
// PART 1 â CITY OF BRIDGES
//--------------------------------------------
group: Bridges
tags: actor=BoatCaptain
image: city_of_bridges
---
<<card bridge>>
WROCÅAW has many BRIDGES.
<<card wroclaw_bridges>>
More than one hundred!
Letâs find three types.
BRIDGE_FOOT_HINT¶
group: Bridges
tags: actor=BoatCaptain
image: footbridge_view
---
<<card footbridge>>
FOOTBRIDGE is for people.
Hint: no CARS on it.
<<activity cleancanvas odra_footbridge tutorial>>
BRIDGE_TRAIN_HINT¶
group: Bridges
tags: actor=BoatCaptain
image: railway_bridge
---
<<card train_bridge>>
TRAIN BRIDGE carries TRAINS.
Hint: look for TRACKS.
<<activity memory odra_bridges tutorial>>
Next: ROAD BRIDGE
<<jump BRIDGE_CAR_HINT>>
BRIDGE_CAR_HINT¶
group: Bridges
tags: actor=BoatCaptain
image: road_bridge
---
<<card road_bridge>>
ROAD BRIDGE is for CARS.
Hint: see CARS crossing.
<<activity memory odra_bridges tutorial>>
BOATS_INTRO¶
//--------------------------------------------
// PART 2 â RIVER BOATS
//--------------------------------------------
group: Boats
tags: actor=BoatCaptain
image: odra_river_traffic
---
<<card boat>>
Many BOATS on the ODRA.
<<card barge>>
Find a BARGE first.
Show me a BARGE
<<jump BOAT_BARGE_HINT>>
BOAT_BARGE_HINT¶
group: Boats
tags: actor=BoatCaptain
image: barge_photo
---
BARGE is low and flat.
It carries GOODS.
<<activity jigsawpuzzle odra_barge tutorial>>
Find a HOUSEBOAT
BOAT_HOUSE_HINT¶
group: Boats
tags: actor=BoatCaptain
image: houseboat
---
<<card houseboat>>
HOUSEBOAT is for living.
Windows like a small home.
<<activity jigsawpuzzle odra_houseboat tutorial>>
Show me a KAYAK
<<jump BOAT_KAYAK_HINT>>
Ready to match
<<jump BOATS_MATCH>>
BOAT_KAYAK_HINT¶
group: Boats
tags: actor=BoatCaptain
image: kayak
---
<<card kayak>>
KAYAK is small and light
One person can paddle it.
Move fast on calm water.
BOATS_MATCH¶
group: Boats
tags: actor=BoatCaptain
image: odra_couples
---
Match things to jobs.
BRIDGE -> people/CARS/TRAIN.
BOAT -> goods/live.
<<activity order odra_couples tutorial>>
MAP_INTRO¶
//--------------------------------------------
// PART 3 â BIG MAP
//--------------------------------------------
group: Map
tags: actor=BoatCaptain
image: poland_river_map
---
<<card odra_river_map>>
ODRA is Polandâs 2 RIVER.
<<card place_vistula_river>>
WISÅA is 1, the longest.
Both flow to the BALTIC SEA.
<<jump MAP_ACTIVITY>>
MAP_ACTIVITY¶
group: Map
tags:
image: map_icons
---
<<card wroklaw_map>>
Tap ODRA, WISÅA, BALTIC.
Follow RIVERS to the SEA.
<<activity jigsaw_odra_map jigsaw_odra_map_done>>
jigsaw_odra_map_done¶
group: Map
---
Great work, RIVER explorer!
ENDING_DOCK¶
group: End
tags: actor=BoatCaptain
image: odra_sign
---
<<card tumski_bridge>>
This blue SIGN means RIVER.
<<card redzinski_bridge>>
You learned BRIDGES and BOATS.
Ready for a quiz?
<<jump FINAL_QUIZ>>
FINAL_QUIZ¶
//--------------------------------------------
// FINAL QUIZ â ALWAYS LAST
//--------------------------------------------
group: End
tags:
image: odra_quiz
---
Answer two questions.
Tap the best choice.
<<activity order_odra_facts order_odra_facts_done>>
order_odra_facts_done¶
group: End
tags: actor=BoatCaptain
image: quest_complete
---
Great work, RIVER explorer!
See you on the next trip!
<<jump quest_end>>
spawned_child¶
///////// NPCs SPAWNED IN THE SCENE //////////
// these npc are spawned automatically in the scene
// each time you meet them they say one random line
group: Spawned
tags: actor=Child
---
I like the small KAYAK.
Paddle fast on calm water.
spawned_tourist¶
group: Spawned
tags: actor=Tourist
---
So many BRIDGES in this city.
My photo count is huge.
spawned_fisher¶
group: Spawned
tags: actor=Fisher
---
Quiet water is good for fish.
I watch boats glide past.
spawned_birdwatcher¶
group: Spawned
tags: actor=Birdwatcher
---
Birds rest on the old bridge.
I note them in my book.