Marsylianka (fr_11) - 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
// fr_11 | La Marseillaise
//
//
quest_start¶
=
tags:
type: panel
---
<<set $MAX_PROGRESS = 4>>
<<set $CURRENT_PROGRESS = 0>>
<<set $TOTAL_COINS = 0>>
<<declare $quest1 = false>>
<<declare $activity1 = false>>
<<declare $quest2 = false>>
<<declare $activity2 = false>>
Witaj w muzycznej wyprawie!
band_member¶
tags: actor=MAN
---
<<if $quest1 == true>>
<<if $activity1 == false>>
Dziękujemy za pomoc!
Czy potrafisz to złożyć do kupy?
<<set $activity1 = true>>
<<activity order_Musical_notes>>
<<elseif $activity1 ==true >>
[MISSING TRANSLATION: We're gonna play soon!]
<<endif>>
<<else>>
Cześć! Jesteśmy częścią zespołu. Jesteśmy muzykami.
Chcieliśmy zagrać hymn Francji, ale nie możemy!
Antura pomyliła scenariusz musicalu.
Znajdź notatki do scenariusza.
<<task_start find_the_script_parts win_quest1>>
<<endif>>
jean_michelle_jarre¶
tags:
---
<<if $activity2 == true>>
[MISSING TRANSLATION: Great job!]
<<elseif $quest2 == true >>
Dziękuję! Słowa francuskiego hymnu są ważne.
Francuski hymn narodowy „Marsylianka” reprezentuje Francję i jej naród.
Czy potrafisz ułożyć słowa we właściwej kolejności?
<<set $activity2 = true>>
<<activity order_marseillese_audio marseillese_played>>
<<elseif $activity1 ==true >>
Witam, jestem Jean Michelle Jarre.
Jestem francuskim kompozytorem i pomagam zespołowi zagrać „Marsyliankę”.
Znajdź słowa hymnu.
Zostały rozrzucone przez Anturę.
<<task_start find_the_words win_quest2>>
<<else>>
Jestem teraz zajęty, przyjdź do mnie później
<<endif>>
win_order¶
---
Teraz spróbujmy zagrać tę piosenkę!
<<activity play_piano>>
title : win_quest1
---
<<set $quest1 = true>>
<<task_end find_the_script_parts>>
title : win_quest2
---
<<set $quest2 = true>>
<<task_end find_the_words>>
npc_robot¶
// TESTING
---
teraz zagraj w Jigsaw
<<activity jigsaw_marseillese marseillese_played>>
npc_ll¶
---
teraz odtwórz tę piosenkę
<<activity order_marseillese_audio marseillese_played>>
marseillese_played¶
---
Brawo! Zagrałeś „Marsyliankę”!
item_marseillaise_1¶
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_1>>
Napisane jest „Allons enfants”
<<action COLLECT_1>>
item_marseillaise_2¶
tags:
color: yellow
---
<<card marseillaise_2>>
Napisane jest „De la patrie”
<<action COLLECT_2>>
item_marseillaise_3¶
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_3>>
Jest napisane: „Le jour de la gloire”
<<action COLLECT_3>>
item_marseillaise_4¶
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_4>>
Napisano „Est arrivé”
<<action COLLECT_4>>
item_note_do¶
tags: actor=TUTOR
color: yellow
---
<<card note_do>>
„DO” jest pierwszą nutą.
item_note_re¶
tags:
color: yellow
---
<<card note_re>>
„RE” jest drugą nutą.
item_note_mi¶
tags:
color: yellow
---
<<card note_mi>>
„MI” jest trzecią nutą.
item_note_fa¶
tags: actor=TUTOR
color: yellow
---
<<card note_fa>>
„FA” jest czwartą nutą.
item_note_sol¶
tags: actor=TUTOR
color: yellow
---
<<card note_sol>>
„SOL” jest piątą nutą.
item_note_la¶
tags: actor=TUTOR
color: yellow
---
<<card note_la>>
„LA” jest szóstą nutą.
item_note_si¶
tags: actor=TUTOR
color: yellow
---
<<card note_si>>
„SI” jest siódmą nutą.
facts_notes¶
color: purple
actor: TUTOR
---
<<card musical_score>>
Oto 7 nut: Do Re Mi Fa Sol La Si.
Powtarzają się w muzyce bezustannie.
Piszemy piosenki, korzystając z nut.
facts_marseillaise¶
color: purple
actor: TUTOR
---
<<card marseillaise_music>>
Hymn został napisany w 1792 roku.
<<card french_revolution>>
Stał się symbolem rewolucji francuskiej.
<<card marseillaise_1>>
W każdej części znajdują się mocne słowa.
Muzyka potrafi jednoczyć ludzi.