Marsylianka (fr_11) - Script 
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
actor: NARRATOR
---
<<set $MAX_PROGRESS = 4>>
<<set $CURRENT_PROGRESS = 0>>
<<set $TOTAL_COINS = 0>>
<<declare $quest1_done = false>>
<<declare $activity1_done = false>>
<<declare $quest2_done = false>>
<<declare $activity2_done = false>>
Witaj w muzycznej wyprawie! #line:0e2f565 
quest_end 
color: purple
actor: NARRATOR
---
<<card marseillaise_music zoom>>
<<quest_end>>
band_member 
actor: ADULT_M
---
<<if $quest1_done == true>>
    <<if $activity1_done == false>>
        Dziękujemy za pomoc! #line:09fc7ad
        <<card musical_score notes>>
        Czy potrafisz to złożyć do kupy? #line:0515a95
        <<set $activity1_done = true>>
        <<activity order_Musical_notes>>
    <<elseif $activity1_done ==true >>
        [MISSING TRANSLATION:         We're gonna play soon!] #line:0ef876c 
        [MISSING TRANSLATION:         Do you wanna try to order them again?] #line:08ae1b5 
        [MISSING TRANSLATION:         -> Yes] #line:0a1e74f 
        <<activity order_Musical_notes band_member>>
        [MISSING TRANSLATION:         -> No] #line:05d9168 
    <<endif>>
<<else>>
Cześć! Jesteśmy częścią zespołu. Jesteśmy muzykami. #line:09a50f8 
Chcieliśmy zagrać hymn Francji, ale nie możemy! #line:0a9df26 
Antura pomyliła scenariusz musicalu. #line:0f0ccdf 
Znajdź notatki do scenariusza. #line:0c9616b #task:find_the_script_parts
<<task_start find_the_script_parts win_quest1>>
<<endif>>
win_quest1 
---
<<set $quest1_done = true>>
[MISSING TRANSLATION: You found the musical notes!] #line:0c3d5b7 
[MISSING TRANSLATION: Do, the first one.] #line:090aa20 #card:note_do
[MISSING TRANSLATION: Re, the second one.] #line:01ef658 #card:note_re
[MISSING TRANSLATION: Mi, the third one.] #line:0c78966 #card:note_mi
[MISSING TRANSLATION: Fa, the fourth one.] #line:0c185a1 #card:note_fa
[MISSING TRANSLATION: Sol, the fifth one.] #line:0338a81 #card:note_sol
[MISSING TRANSLATION: La, the sixth one.] #line:0809b07 #card:note_la
[MISSING TRANSLATION: Si, the last one and the highest note.] #line:04a7724 #card:note_si
[MISSING TRANSLATION: Good job! Now speak with the band manager.] #line:0064edf 
jean_michelle_jarre 
actor: ADULT_M
tags: 
---
<<if $activity2_done == true>>
    [MISSING TRANSLATION:     Great job!] #line:0227e33 
    <<jump quest_end>>
<<elseif $quest2_done == true >>
    <<set $activity2_done = true>>
    Dziękuję! Słowa francuskiego hymnu są ważne. #line:025e35b 
    Francuski hymn narodowy „Marsylianka” reprezentuje Francję i jej naród. #line:0e4484d 
    Czy potrafisz ułożyć słowa we właściwej kolejności? #line:07e4ff1 
    <<activity  order_marseillese_audio marseillese_played>>
<<elseif $activity1_done == true >>
    Witam, jestem Jean Michelle Jarre. #line:02f7c8b
    Jestem francuskim kompozytorem i pomagam zespołowi zagrać „Marsyliankę”. #line:0bd77b7 
    Znajdź słowa hymnu. #line:0e7033c 
    Zostały rozrzucone przez Anturę. #line:0dc84d4 
    <<task_start find_the_words win_quest2>>
<<else>>
    Jestem teraz zajęty, przyjdź do mnie później #line:08be987 
<<endif>>
win_order 
---
Teraz spróbujmy zagrać tę piosenkę! #line:0cef358 
<<activity play_piano>>
title : win_quest2
---
<<set $quest2_done = true>>
[MISSING TRANSLATION: These are the words of la Marseillaise!] #line:08ea860 
[MISSING TRANSLATION: The first part.] #line:0f8bb5a 
<<card  marseillaise_1 zoom>>
[MISSING TRANSLATION: The second part.] #line:0f1831e 
<<card  marseillaise_2 zoom>>
[MISSING TRANSLATION: The third part.] #line:018f56a 
<<card  marseillaise_3 zoom>>
[MISSING TRANSLATION: The last part.] #line:050d937 
<<card  marseillaise_4 zoom>>
[MISSING TRANSLATION: Now go talk with Jean!] #line:0a28908 
<<target Jean_MJ>>
<<task_end find_the_words>>
npc_robot 
// TESTING
---
[MISSING TRANSLATION: Hello!] #line:0b8b684 
npc_ll 
---
[MISSING TRANSLATION: Good morning!] #line:0913236 
marseillese_played 
---
Brawo! Zagrałeś „Marsyliankę”! #line:0a5f3e1
item_marseillaise_1 
actor: 
color: yellow
---
<<card marseillaise_1>>
Napisane jest „Allons enfants” #line:0637a75 
<<action COLLECT_1>>
item_marseillaise_2 
tags:
color: yellow
---
<<card marseillaise_2>>
Napisane jest „De la patrie” #line:0265e2d 
<<action COLLECT_2>>
item_marseillaise_3 
actor: 
color: yellow
---
<<card marseillaise_3>>
Jest napisane: „Le jour de la gloire” #line:0d4d50b 
<<action COLLECT_3>>
item_marseillaise_4 
actor: 
color: yellow
---
<<card marseillaise_4>>
Napisano „Est arrivé” #line:06d83a3 
<<action COLLECT_4>>
item_note_do 
actor: 
color: yellow
---
<<card note_do>>
„DO” jest pierwszą nutą. #line:05d7453 
item_note_re 
tags:
color: yellow
---
<<card note_re>>
„RE” jest drugą nutą. #line:027b4cf 
item_note_mi 
tags:
color: yellow
---
<<card note_mi>>
„MI” jest trzecią nutą. #line:05fb9da 
item_note_fa 
actor: 
color: yellow
---
<<card note_fa>>
„FA” jest czwartą nutą. #line:06c6c61 
item_note_sol 
actor: 
color: yellow
---
<<card note_sol>>
„SOL” jest piątą nutą. #line:0624b86 
item_note_la 
actor: 
color: yellow
---
<<card note_la>>
„LA” jest szóstą nutą. #line:05898e9 
item_note_si 
actor: 
color: yellow
---
<<card note_si>>
„SI” jest siódmą nutą. #line:0e7f004 
facts_notes 
color: purple
actor: ADULT_M
---
<<card musical_score>>
Oto 7 nut: Do Re Mi Fa Sol La Si. #line:057ed8c 
Powtarzają się w muzyce bezustannie. #line:0a9001d 
Piszemy piosenki, korzystając z nut. #line:0d7a884 
facts_marseillaise 
color: purple
actor: ADULT_M
---
<<card marseillaise_music>>
Hymn został napisany w 1792 roku. #line:0edd950 
<<card french_revolution>>
Stał się symbolem rewolucji francuskiej. #line:03e8eec 
<<card marseillaise_1>>
W każdej części znajdują się mocne słowa. #line:0165048 
Muzyka potrafi jednoczyć ludzi. #line:01d4688 
secret_ll 
color: purple
actor: ADULT_M
---
[MISSING TRANSLATION: You found me!] #line:0d732f4 
<<card arc_de_triomphe zoom>>
[MISSING TRANSLATION: We're standing on top of the Arc Du Triomphe!] #line:0236a86 
[MISSING TRANSLATION: I'll reward you with some more cookies!] #line:0bb0568 
<<action cookies_unleashed>>
