La Marseillaise (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>>
Welcome to the music quest!
band_member¶
tags: actor=MAN
---
<<if $quest1 == true>>
<<if $activity1 == false>>
Thank you for helping us!
Can you put it together?
<<set $activity1 = true>>
<<activity order_Musical_notes>>
<<elseif $activity1 ==true >>
We're gonna play soon!
<<endif>>
<<else>>
Hello! We're part of a band. We're musicians.
We wanted to play the French Anthem, but we cannot!
Antura has mixed up the musical script.
Find the notes of the script.
<<task_start find_the_script_parts win_quest1>>
<<endif>>
jean_michelle_jarre¶
tags:
---
<<if $activity2 == true>>
Great job!
<<elseif $quest2 == true >>
Thank you! The words of the French Hymn are important.
The French National Anthem, "La Marseillaise" rapresents France and its people.
Can you put the words in order?
<<set $activity2 = true>>
<<activity order_marseillese_audio marseillese_played>>
<<elseif $activity1 ==true >>
Hello I'm Jean Michelle Jarre.
I'm a french composer, and I'm helping the band play "La Marseillaise".
Find the words of the anthem.
They've been scattered around by Antura.
<<task_start find_the_words win_quest2>>
<<else>>
I'm busy right now, come talk to me later
<<endif>>
win_order¶
---
Now let's try to play the song!
<<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
---
now play Jigsaw
<<activity jigsaw_marseillese marseillese_played>>
npc_ll¶
---
now play this song
<<activity order_marseillese_audio marseillese_played>>
marseillese_played¶
---
Well done! You played "La Marseillaise"!
item_marseillaise_1¶
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_1>>
It says "Allons enfants"
<<action COLLECT_1>>
item_marseillaise_2¶
tags:
color: yellow
---
<<card marseillaise_2>>
It says "De la patrie"
<<action COLLECT_2>>
item_marseillaise_3¶
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_3>>
It says "Le jour de la gloire"
<<action COLLECT_3>>
item_marseillaise_4¶
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_4>>
It says "Est arrivé"
<<action COLLECT_4>>
item_note_do¶
tags: actor=TUTOR
color: yellow
---
<<card note_do>>
"DO" is the first note.
item_note_re¶
tags:
color: yellow
---
<<card note_re>>
"RE" is the second note.
item_note_mi¶
tags:
color: yellow
---
<<card note_mi>>
"MI" is the third note.
item_note_fa¶
tags: actor=TUTOR
color: yellow
---
<<card note_fa>>
"FA" is the fourth note.
item_note_sol¶
tags: actor=TUTOR
color: yellow
---
<<card note_sol>>
"SOL" is the fifth note.
item_note_la¶
tags: actor=TUTOR
color: yellow
---
<<card note_la>>
"LA" is the sixth note.
item_note_si¶
tags: actor=TUTOR
color: yellow
---
<<card note_si>>
"SI" is the seventh note.
facts_notes¶
color: purple
actor: TUTOR
---
<<card musical_score>>
These are 7 notes: Do Re Mi Fa Sol La Si.
They repeat again and again in music.
We use notes to write songs.
facts_marseillaise¶
color: purple
actor: TUTOR
---
<<card marseillaise_music>>
The anthem was written in 1792.
<<card french_revolution>>
It became a symbol during the French Revolution.
<<card marseillaise_1>>
Each part has powerful words.
Music can unite people.