La Marsigliese (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>>
Benvenuti alla ricerca della musica! #line:0e2f565
band_member
tags: actor=MAN
---
<<if $quest1 == true>>
<<if $activity1 == false>>
Grazie per averci aiutato! #line:09fc7ad
Riesci a metterlo insieme? #line:0515a95
<<set $activity1 = true>>
<<activity order_Musical_notes>>
<<elseif $activity1 ==true >>
[MISSING TRANSLATION: We're gonna play soon!]
<<endif>>
<<else>>
Ciao! Siamo una band. Siamo musicisti. #line:09a50f8
Volevamo suonare l'inno francese, ma non possiamo! #line:0a9df26
Antura ha confuso la sceneggiatura musicale. #line:0f0ccdf
Trova le note della sceneggiatura. #line:0c9616b
<<task_start find_the_script_parts win_quest1>>
<<endif>>
jean_michelle_jarre
tags:
---
<<if $activity2 == true>>
[MISSING TRANSLATION: Great job!]
<<elseif $quest2 == true >>
Grazie! Le parole dell'inno francese sono importanti. #line:025e35b
L'inno nazionale francese, "La Marsigliese", rappresenta la Francia e il suo popolo. #line:0e4484d
Riesci a mettere in ordine le parole? #line:07e4ff1
<<set $activity2 = true>>
<<activity order_marseillese_audio marseillese_played>>
<<elseif $activity1 ==true >>
Ciao, sono Jean Michelle Jarre. #line:02f7c8b
Sono un compositore francese e aiuto la band a suonare "La Marsigliese". #line:0bd77b7
Trova le parole dell'inno. #line:0e7033c
Sono stati sparsi in giro da Antura. #line:0dc84d4
<<task_start find_the_words win_quest2>>
<<else>>
Sono occupato in questo momento, torna a trovarmi più tardi #line:08be987
<<endif>>
win_order
---
Adesso proviamo a suonare la canzone! #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
---
ora gioca a Jigsaw #line:09d7993
<<activity jigsaw_marseillese marseillese_played>>
npc_ll
---
ora ascolta questa canzone #line:00f2510
<<activity order_marseillese_audio marseillese_played>>
marseillese_played
---
Bravo! Hai suonato "La Marsigliese"! #line:0a5f3e1
item_marseillaise_1
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_1>>
Dice "Allons enfants" #line:0637a75
<<action COLLECT_1>>
item_marseillaise_2
tags:
color: yellow
---
<<card marseillaise_2>>
Dice "De la patrie" #line:0265e2d
<<action COLLECT_2>>
item_marseillaise_3
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_3>>
Dice "Le jour de la gloire" #line:0d4d50b
<<action COLLECT_3>>
item_marseillaise_4
tags: actor=TUTOR
color: yellow
---
<<card marseillaise_4>>
Dice "Est arrivé" #line:06d83a3
<<action COLLECT_4>>
item_note_do
tags: actor=TUTOR
color: yellow
---
<<card note_do>>
"DO" è la prima nota. #line:05d7453
item_note_re
tags:
color: yellow
---
<<card note_re>>
"RE" è la seconda nota. #line:027b4cf
item_note_mi
tags:
color: yellow
---
<<card note_mi>>
"MI" è la terza nota. #line:05fb9da
item_note_fa
tags: actor=TUTOR
color: yellow
---
<<card note_fa>>
"FA" è la quarta nota. #line:06c6c61
item_note_sol
tags: actor=TUTOR
color: yellow
---
<<card note_sol>>
"SOL" è la quinta nota. #line:0624b86
item_note_la
tags: actor=TUTOR
color: yellow
---
<<card note_la>>
"LA" è la sesta nota. #line:05898e9
item_note_si
tags: actor=TUTOR
color: yellow
---
<<card note_si>>
"SI" è la settima nota. #line:0e7f004
facts_notes
color: purple
actor: TUTOR
---
<<card musical_score>>
Queste sono 7 note: Do Re Mi Fa Sol La Si. #line:057ed8c
Si ripetono ancora e ancora nella musica. #line:0a9001d
Usiamo le note per scrivere canzoni. #line:0d7a884
facts_marseillaise
color: purple
actor: TUTOR
---
<<card marseillaise_music>>
L'inno fu scritto nel 1792. #line:0edd950
<<card french_revolution>>
Divenne un simbolo durante la Rivoluzione francese. #line:03e8eec
<<card marseillaise_1>>
Ogni parte contiene parole potenti. #line:0165048
La musica può unire le persone. #line:01d4688