La Marseillaise (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
---
<<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! #line:0e2f565
band_member
tags: actor=MAN
---
<<if $quest1 == true>>
<<if $activity1 == false>>
Thank you for helping us! #line:09fc7ad
Can you put it together? #line:0515a95
<<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. #line:09a50f8
We wanted to play the French Anthem, but we cannot! #line:0a9df26
Antura has mixed up the musical script. #line:0f0ccdf
Find the notes of the script. #line:0c9616b
<<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. #line:025e35b
The French National Anthem, "La Marseillaise" rapresents France and its people. #line:0e4484d
Can you put the words in order? #line:07e4ff1
<<set $activity2 = true>>
<<activity order_marseillese_audio marseillese_played>>
<<elseif $activity1 ==true >>
Hello I'm Jean Michelle Jarre. #line:02f7c8b
I'm a french composer, and I'm helping the band play "La Marseillaise". #line:0bd77b7
Find the words of the anthem. #line:0e7033c
They've been scattered around by Antura. #line:0dc84d4
<<task_start find_the_words win_quest2>>
<<else>>
I'm busy right now, come talk to me later #line:08be987
<<endif>>
win_order
---
Now let's try to play the song! #line:0cef358
<<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 #line:09d7993
<<activity jigsaw_marseillese marseillese_played>>
npc_ll
---
now play this song #line:00f2510
<<activity order_marseillese_audio marseillese_played>>
marseillese_played
---
Well done! You played "La Marseillaise"! #line:0a5f3e1
item_marseillaise_1
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_1>>
It says "Allons enfants" #line:0637a75
<<action COLLECT_1>>
item_marseillaise_2
tags:
color: yellow
---
<<card marseillaise_2>>
It says "De la patrie" #line:0265e2d
<<action COLLECT_2>>
item_marseillaise_3
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_3>>
It says "Le jour de la gloire" #line:0d4d50b
<<action COLLECT_3>>
item_marseillaise_4
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_4>>
It says "Est arrivé" #line:06d83a3
<<action COLLECT_4>>
item_note_do
tags: actor=TUTOR
color: yellow
---
<<card note_do>>
"DO" is the first note. #line:05d7453
item_note_re
tags:
color: yellow
---
<<card note_re>>
"RE" is the second note. #line:027b4cf
item_note_mi
tags:
color: yellow
---
<<card note_mi>>
"MI" is the third note. #line:05fb9da
item_note_fa
tags: actor=TUTOR
color: yellow
---
<<card note_fa>>
"FA" is the fourth note. #line:06c6c61
item_note_sol
tags: actor=TUTOR
color: yellow
---
<<card note_sol>>
"SOL" is the fifth note. #line:0624b86
item_note_la
tags: actor=TUTOR
color: yellow
---
<<card note_la>>
"LA" is the sixth note. #line:05898e9
item_note_si
tags: actor=TUTOR
color: yellow
---
<<card note_si>>
"SI" is the seventh note. #line:0e7f004
facts_notes
color: purple
actor: TUTOR
---
<<card musical_score>>
These are 7 notes: Do Re Mi Fa Sol La Si. #line:057ed8c
They repeat again and again in music. #line:0a9001d
We use notes to write songs. #line:0d7a884
facts_marseillaise
color: purple
actor: TUTOR
---
<<card marseillaise_music>>
The anthem was written in 1792. #line:0edd950
<<card french_revolution>>
It became a symbol during the French Revolution. #line:03e8eec
<<card marseillaise_1>>
Each part has powerful words. #line:0165048
Music can unite people. #line:01d4688