diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 3708e65f4b8..d7fb0b31677 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -7562,6 +7562,10 @@ "es-a1-quiz-describing-people-at-work": { "title": "Describing People at Work", "intro": ["", ""] + }, + "es-a1-learn-talking-about-colleagues": { + "title": "Talking About Colleagues", + "intro": ["", ""] } } }, diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/696ff91fc1eebae9720933e0.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/696ff91fc1eebae9720933e0.md deleted file mode 100644 index 718838eb4bc..00000000000 --- a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/696ff91fc1eebae9720933e0.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: 696ff91fc1eebae9720933e0 -title: "Dialogue 1: I'm Tom" -challengeType: 21 -dashedName: dialogue-1-im-tom -lang: es ---- - -# --description-- - -Watch the video below to understand the context of the upcoming lessons. - -# --assignment-- - -Watch the video. - -# --scene-- - -```json -{ - "setup": { - "background": "chaos.png", - "characters": [ - { - "character": "David", - "position": {"x":50,"y":80,"z":8}, - "opacity": 0 - } - ], - "audio": { - "filename": "1.1-1.mp3", - "startTime": 1, - "startTimestamp": 5.7, - "finishTimestamp": 6.48 - } - }, - "commands": [ - { - "character": "David", - "opacity": 1, - "startTime": 0 - }, - { - "character": "David", - "startTime": 1, - "finishTime": 0.78, - "dialogue": { - "text": "I'm Tom.", - "align": "center" - } - }, - { - "character": "Tom", - "opacity": 0, - "startTime": 1.28 - } - ] -} -``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5f61c3c7f83732a38c7a.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5f61c3c7f83732a38c7a.md new file mode 100644 index 00000000000..a5addbef212 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5f61c3c7f83732a38c7a.md @@ -0,0 +1,143 @@ +--- +id: 698a5f61c3c7f83732a38c7a +title: Task 1 +challengeType: 19 +dashedName: task-1 +lang: es +--- + + + +# --description-- + +Esteban is talking about his `colega` ("colleague"), Diego Ferreira. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Where is Diego Ferreira from? + +## --answers-- + +`Brasil` + +--- + +`Colombia` + +### --feedback-- + +Esteban mentions a different country. + +--- + +`México` + +### --feedback-- + +Esteban mentions a different country. + +--- + +`Panamá` + +### --feedback-- + +Esteban mentions a different country. + +## --video-solution-- + +1 + +# --explanation-- + +Esteban says `Diego Ferreira es de Brasil`. This means that Diego is from Brazil. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 0.69, + "finishTimestamp": 3.01 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 3.32, + "dialogue": { + "text": "Diego Ferreira es de Brasil.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 3.82 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 4.32 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5f750b0e05438722814d.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5f750b0e05438722814d.md new file mode 100644 index 00000000000..86ba77a9167 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5f750b0e05438722814d.md @@ -0,0 +1,131 @@ +--- +id: 698a5f750b0e05438722814d +title: Task 2 +challengeType: 22 +dashedName: task-2 +lang: es +--- + + + +# --description-- + +Esteban is talking about his `colega` ("colleague"), Diego Ferreira. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Diego Ferreira BLANK BLANK Brasil.` + +## --blanks-- + +`es` + +### --feedback-- + +This is the third-person singular form of the verb `ser` ("to be"). + +--- + +`de` + +### --feedback-- + +This preposition is used to indicate origin or where someone is from. + +# --explanation-- + +To express where someone is from, you use the verb `ser` followed by the preposition `de`. + +To talk about another person, use the third-person singular form of the verb `ser`. For example: + +`Ella es de Uruguay` - She is from Uruguay. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 0.69, + "finishTimestamp": 3.01 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 3.32, + "dialogue": { + "text": "Diego Ferreira es de Brasil.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 3.82 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 4.32 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5f8e807977624232b402.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5f8e807977624232b402.md new file mode 100644 index 00000000000..051dbcbac54 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5f8e807977624232b402.md @@ -0,0 +1,129 @@ +--- +id: 698a5f8e807977624232b402 +title: Task 3 +challengeType: 19 +dashedName: task-3 +lang: es +--- + + + +# --description-- + +Esteban is talking about his `colega` ("colleague"), Diego Ferreira. + +Specifically, he is mentioning his profession. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Is Diego a software developer? + +## --answers-- + +Yes + +### --feedback-- + +Esteban says that Diego has a different profession. Software developer translates to `desarrollador de software` in Spanish. + +--- + +No + +## --video-solution-- + +2 + +# --explanation-- + +Esteban says that Diego `es diseñador gráfico`. This means that he is a graphic designer, not a software developer. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 3.92, + "finishTimestamp": 8.46 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 5.54, + "dialogue": { + "text": "Es diseñador gráfico y tiene veintiséis años.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 6.04 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 6.54 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5fa8348811d219d5aea8.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5fa8348811d219d5aea8.md new file mode 100644 index 00000000000..1857e92bd0c --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5fa8348811d219d5aea8.md @@ -0,0 +1,127 @@ +--- +id: 698a5fa8348811d219d5aea8 +title: Task 4 +challengeType: 22 +dashedName: task-4 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Es BLANK BLANK y tiene veintiséis años.` + +## --blanks-- + +`diseñador` + +### --feedback-- + +This word refers to a person who designs. Remember to use the masculine form to agree with Diego's gender. + +--- + +`gráfico` + +### --feedback-- + +This adjective describes the type of design profession. Remember to include the accent mark on the letter `á`. + +# --explanation-- + +`Diseñador gráfico` is the Spanish term for "graphic designer". + +`Diseñador` is the masculine form, while `diseñadora` is the feminine form. + +The noun must agree with the gender of the person being described. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 3.92, + "finishTimestamp": 8.46 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 5.54, + "dialogue": { + "text": "Es diseñador gráfico y tiene veintiséis años.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 6.04 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 6.54 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5fbd588904388e03bbe1.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5fbd588904388e03bbe1.md new file mode 100644 index 00000000000..a6817177151 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5fbd588904388e03bbe1.md @@ -0,0 +1,143 @@ +--- +id: 698a5fbd588904388e03bbe1 +title: Task 5 +challengeType: 19 +dashedName: task-5 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +How old is Diego? + +## --answers-- + +Twenty years old + +### --feedback-- + +Esteban mentions a different age. + +--- + +Sixteen years old + +### --feedback-- + +Esteban mentions a different age. + +--- + +Twenty-six years old + +--- + +Twenty-five years old + +### --feedback-- + +Esteban mentions a different age. + +## --video-solution-- + +3 + +# --explanation-- + +Esteban says that Diego `tiene veintiséis años.` + +`Veintiséis` means "twenty-six", while `años` means "years", with the letter `ñ`. + +Remember that numbers from 21 to 29 are written as a single word starting with `veinti-`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 3.92, + "finishTimestamp": 8.46 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 5.54, + "dialogue": { + "text": "Es diseñador gráfico y tiene veintiséis años.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 6.04 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 6.54 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5fd8fc6ebab0c385455a.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5fd8fc6ebab0c385455a.md new file mode 100644 index 00000000000..70811b529d2 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5fd8fc6ebab0c385455a.md @@ -0,0 +1,121 @@ +--- +id: 698a5fd8fc6ebab0c385455a +title: Task 6 +challengeType: 22 +dashedName: task-6 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Es diseñador gráfico y BLANK veintiséis años.` + +## --blanks-- + +`tiene` + +### --feedback-- + +This is the verb `tener` ("to have") conjugated for the third person singular ("he"/"she"). Remember that in Spanish, you "have" years. + +# --explanation-- + +Spanish uses the verb `tener` ("to have") to express age. For example: + +`Él tiene veinte años` - He is twenty years old. + +When describing someone in a professional context, it's common to combine the verb `ser` ("to be") for the profession, with the verb `tener` ("to have") for the age. For example: + +`Es diseñador gráfico` (profession) + `y tiene veintiséis años` (age). + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 3.92, + "finishTimestamp": 8.46 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 5.54, + "dialogue": { + "text": "Es diseñador gráfico y tiene veintiséis años.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 6.04 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 6.54 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5febca87074134edf8b4.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5febca87074134edf8b4.md new file mode 100644 index 00000000000..81b4573b8fe --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a5febca87074134edf8b4.md @@ -0,0 +1,115 @@ +--- +id: 698a5febca87074134edf8b4 +title: Task 7 +challengeType: 22 +dashedName: task-7 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Es diseñador gráfico y tiene BLANK años.` + +## --blanks-- + +`veintiséis` + +### --feedback-- + +This is the number 26 in Spanish. Remember to include the accent mark on the letter `é`. + +# --explanation-- + +Esteban says that Diego `tiene veintiséis años`, which means that he is twenty-six years old. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 3.92, + "finishTimestamp": 8.46 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 5.54, + "dialogue": { + "text": "Es diseñador gráfico y tiene veintiséis años.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 6.04 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 6.54 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a600ec8b383d8794d2ffe.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a600ec8b383d8794d2ffe.md new file mode 100644 index 00000000000..37916a560ae --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a600ec8b383d8794d2ffe.md @@ -0,0 +1,149 @@ +--- +id: 698a600ec8b383d8794d2ffe +title: Task 8 +challengeType: 19 +dashedName: task-8 +lang: es +--- + + + +# --description-- + +To talk about someone's residence, you can use the verb `vivir` ("to live") followed by the preposition `en` ("in") and the current location. For example: + +- `Él vive en Montevideo, Uruguay.` - He lives in Montevideo, Uruguay. + +- `Ella vive en Buenos Aires, Argentina` - She lives in Buenos Aires, Argentina. + +Now you'll hear Esteban talking about where Diego lives. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Where does Diego live? + +## --answers-- + +`São Paulo, Brasil` + +### --feedback-- + +Esteban mentions that Diego is from a different city. + +--- + +`Bogotá, Colombia` + +### --feedback-- + +Esteban mentions that Diego is from a different city. + +--- + +`Madrid, España` + +### --feedback-- + +Esteban mentions that Diego is from a different city. + +--- + +`Medellín, Colombia` + +## --video-solution-- + +4 + +# --explanation-- + +Esteban says that Diego `Vive en Medellín, Colombia`. This means that he lives in Medellín, Colombia. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 9.18, + "finishTimestamp": 11.23 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 3.05, + "dialogue": { + "text": "Vive en Medellín, Colombia.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 3.55 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 4.05 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a603491a9a243609bf1c9.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a603491a9a243609bf1c9.md new file mode 100644 index 00000000000..d176e95fe76 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a603491a9a243609bf1c9.md @@ -0,0 +1,123 @@ +--- +id: 698a603491a9a243609bf1c9 +title: Task 9 +challengeType: 22 +dashedName: task-9 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK BLANK Medellín, Colombia.` + +## --blanks-- + +`Vive` + +### --feedback-- + +This is the third-person singular form of the verb `vivir` ("to live"). Remember to capitalize the first letter. + +--- + +`en` + +### --feedback-- + +This is the preposition used to indicate location, equivalent to "in" in this context. + +# --explanation-- + +The words in the blanks are `vive` ("lives") and `en` ("in"). + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 9.18, + "finishTimestamp": 11.23 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 3.05, + "dialogue": { + "text": "Vive en Medellín, Colombia.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 3.55 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 4.05 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a6042f7f597200d146658.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a6042f7f597200d146658.md new file mode 100644 index 00000000000..a17a0ba3166 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a6042f7f597200d146658.md @@ -0,0 +1,133 @@ +--- +id: 698a6042f7f597200d146658 +title: Task 10 +challengeType: 19 +dashedName: task-10 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Is it true: Diego doesn't like to create visual ideas. + +## --answers-- + +True + +### --feedback-- + +Diego says something different. + +--- + +False + +## --video-solution-- + +2 + +# --explanation-- + +In Spanish, the verb `gustar` ("to like") is used to express that someone likes something. + +`Me gusta crear` - I like to create. + +To say that someone **doesn't** like something, you must write the word `no` at the start. For example: + +`No me gusta crear` - I don't like to create. + +Esteban says `Le gusta crear ideas visuales`, so Diego likes to create visual ideas. + +The negative version would be `No le gusta crear ideas visuales.` + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 12.18, + "finishTimestamp": 15.08 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 3.9, + "dialogue": { + "text": "Le gusta crear ideas visuales.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 4.4 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 4.9 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a60667c6347735ae69d71.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a60667c6347735ae69d71.md new file mode 100644 index 00000000000..665f712fa4d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698a60667c6347735ae69d71.md @@ -0,0 +1,125 @@ +--- +id: 698a60667c6347735ae69d71 +title: Task 11 +challengeType: 22 +dashedName: task-11 +lang: es +--- + + + +# --description-- + +`Le` is a pronoun that represents "to him", "to her", or "to you". + +`Le gusta` means "he likes" when referring to Diego, who is a male. This is the same when referring to a female. For example: + +- `Le gusta el fútbol.` - He likes football (referring to a male). + +- `Le gusta el fútbol.` - She likes football (referring to a female). + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK gusta crear ideas visuales.` + +## --blanks-- + +`Le` + +### --feedback-- + +This is the indirect object pronoun used for "him". In this case, Diego. Remember to capitalize the first letter. + +# --explanation-- + +Esteban says this about Diego: `Le gusta crear ideas visuales.` + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_diego_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 12.18, + "finishTimestamp": 15.08 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 31, + "y": 28, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Diego", + "position": { + "x": 72, + "y": 5, + "z": 1 + }, + "startTime": 0.5 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 3.9, + "dialogue": { + "text": "Le gusta crear ideas visuales.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 5, + "z": 1 + }, + "startTime": 4.4 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 28, + "z": 1.5 + }, + "startTime": 4.9 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698ddea9143aaf2d2d7a2901.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698ddea9143aaf2d2d7a2901.md new file mode 100644 index 00000000000..2bbd85fc2ab --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698ddea9143aaf2d2d7a2901.md @@ -0,0 +1,149 @@ +--- +id: 698ddea9143aaf2d2d7a2901 +title: Task 12 +challengeType: 19 +dashedName: task-12 +lang: es +--- + + + +# --description-- + +In Spanish, one of the main use cases for the verb `ser` ("to be") is to express where someone is from. + +You can use this basic structure: + +**Subject + Verb `ser` ("to be") + `de` ("from") + Place of Origin** + +Julieta is saying where her colleague Valeria is from. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Where is Valeria Méndez from? + +## --answers-- + +`Dominica` + +### --feedback-- + +Julieta mentions a different country. + +--- + +`Perú` + +### --feedback-- + +Julieta mentions a different country. + +--- + +`República Dominicana` + +--- + +`Chile` + +### --feedback-- + +Julieta mentions a different country. + +## --video-solution-- + +3 + +# --explanation-- + +Julieta says `Valeria es de República Dominicana`, which means "Valeria is from Dominican Republic". + +# --scene-- + +```json +{ + "setup": { + "background": "company3-reception.png", + "characters": [ + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_valeria_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 0.34, + "finishTimestamp": 4.37 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Julieta", + "position": { + "x": 31, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Valeria", + "position": { + "x": 72, + "y": 9, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 5.03, + "dialogue": { + "text": "Valeria Méndez es de República Dominicana.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "startTime": 5.53 + }, + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 6.03 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de3470c16da6aa6f371e8.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de3470c16da6aa6f371e8.md new file mode 100644 index 00000000000..cba6b518459 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de3470c16da6aa6f371e8.md @@ -0,0 +1,125 @@ +--- +id: 698de3470c16da6aa6f371e8 +title: Task 13 +challengeType: 22 +dashedName: task-13 +lang: es +--- + + + +# --description-- + +The verb `ser` ("to be") is used to describe where someone is from. + +In the third person, this verb is conjugated as `es`. For example: + +- `Ella es...` + +- `Él es...` + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Valeria Méndez BLANK de República Dominicana.` + +## --blanks-- + +`es` + +### --feedback-- + +This is the conjugated form of the verb `ser` for "he" or "she". + +# --explanation-- + +Julieta says `Valeria es de República Dominicana`, using the conjugated verb `es`. + +# --scene-- + +```json +{ + "setup": { + "background": "company3-reception.png", + "characters": [ + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_valeria_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 0.34, + "finishTimestamp": 4.37 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Julieta", + "position": { + "x": 31, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Valeria", + "position": { + "x": 72, + "y": 9, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 5.03, + "dialogue": { + "text": "Valeria Méndez es de República Dominicana.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "startTime": 5.53 + }, + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 6.03 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de4685a922c1faa3c757e.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de4685a922c1faa3c757e.md new file mode 100644 index 00000000000..3ecc14ffa30 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de4685a922c1faa3c757e.md @@ -0,0 +1,129 @@ +--- +id: 698de4685a922c1faa3c757e +title: Task 14 +challengeType: 22 +dashedName: task-14 +lang: es +--- + + + +# --description-- + +Now you will practice writing the country where Valeria is from. + +Remember that in Spanish, the names of countries must always be capitalized. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Valeria Méndez es de BLANK BLANK.` + +## --blanks-- + +`República` + +### --feedback-- + +This is the first word of the country's name. Remember to use a capital letter and to write an accent mark on the letter `u`. + +--- + +`Dominicana` + +### --feedback-- + +This is the second word of the country's name. Remember to use a capital letter. + +# --explanation-- + +Valeria is from `República Dominicana` ("Dominican Republic"). Both words should be capitalized. + +# --scene-- + +```json +{ + "setup": { + "background": "company3-reception.png", + "characters": [ + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_valeria_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 0.34, + "finishTimestamp": 4.37 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Julieta", + "position": { + "x": 31, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Valeria", + "position": { + "x": 72, + "y": 9, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 5.03, + "dialogue": { + "text": "Valeria Méndez es de República Dominicana.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "startTime": 5.53 + }, + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 6.03 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de581e9194ffa14437922.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de581e9194ffa14437922.md new file mode 100644 index 00000000000..e5139713a2f --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de581e9194ffa14437922.md @@ -0,0 +1,155 @@ +--- +id: 698de581e9194ffa14437922 +title: Task 15 +challengeType: 19 +dashedName: task-15 +lang: es +--- + + + +# --description-- + +In Spanish, when talking about someone's profession, use the verb `ser` ("to be") with this general structure: + +**Verb (`ser`) + Profession** + +For example: + +`Noris es astronauta.` - Noris is an astronaut. + +Julieta is using this structure to tell you about Valeria's profession. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Valeria's profession? + +## --answers-- + +Developer + +### --feedback-- + +Julieta mentions a different profession. + +--- + +Product Owner + +--- + +Project Manager + +### --feedback-- + +Julieta mentions a different profession. + +--- + +Teacher + +### --feedback-- + +Julieta mentions a different profession. + +## --video-solution-- + +2 + +# --explanation-- + +Julieta says that Valeria `es product owner`, which means that Valeria is a product owner. + +In Spanish, it's common to use the names of certain professions in English if that is the common convention in the culture or country. + +For example, terms like `product owner` and `marketing` are commonly found in conversations. + +# --scene-- + +```json +{ + "setup": { + "background": "company3-reception.png", + "characters": [ + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_valeria_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 5.08, + "finishTimestamp": 9.18 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Julieta", + "position": { + "x": 31, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Valeria", + "position": { + "x": 72, + "y": 9, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 5.1, + "dialogue": { + "text": "Es product owner y tiene treinta y cuatro años.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "startTime": 5.6 + }, + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 6.1 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de810a9763b20abcfddfe.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de810a9763b20abcfddfe.md new file mode 100644 index 00000000000..1be69587ec2 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de810a9763b20abcfddfe.md @@ -0,0 +1,135 @@ +--- +id: 698de810a9763b20abcfddfe +title: Task 16 +challengeType: 22 +dashedName: task-16 +lang: es +--- + + + +# --description-- + +Now you'll practice writing Valeria's age. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Valeria es product owner y tiene BLANK BLANK BLANK años.` + +## --blanks-- + +`treinta` + +### --feedback-- + +This is the number 30. + +--- + +`y` + +### --feedback-- + +This is the conjunction used to join tens and units in numbers. + +--- + +`cuatro` + +### --feedback-- + +This is the number 4. + +# --explanation-- + +Julieta says that Valeria `tiene treinta y cuatro años`, which means that Valeria "is thirty-four years old". + +# --scene-- + +```json +{ + "setup": { + "background": "company3-reception.png", + "characters": [ + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_valeria_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 5.08, + "finishTimestamp": 9.18 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Julieta", + "position": { + "x": 31, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Valeria", + "position": { + "x": 72, + "y": 9, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 5.1, + "dialogue": { + "text": "Es product owner y tiene treinta y cuatro años.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "startTime": 5.6 + }, + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 6.1 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de9137891bb9f485808bf.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de9137891bb9f485808bf.md new file mode 100644 index 00000000000..a9d75c7628a --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698de9137891bb9f485808bf.md @@ -0,0 +1,131 @@ +--- +id: 698de9137891bb9f485808bf +title: Task 17 +challengeType: 22 +dashedName: task-17 +lang: es +--- + + + +# --description-- + +Julieta mentions the city and country where Valeria is currently living. + +It's located in South America. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Vive en BLANK, BLANK.` + +## --blanks-- + +`Medellín` + +### --feedback-- + +This is the name of a famous city in South America. Remember to include the accent mark on the `i` and to capitalize the first letter. + +--- + +`Colombia` + +### --feedback-- + +This is the name of a country in South America. + +# --explanation-- + +Julieta says that Valeria `vive en Medellín, Colombia`, which means that she "lives in Medellín, Colombia". + +Remember to use the accent mark in `Medellín`. This is crucial for correct grammar and pronunciation in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company3-reception.png", + "characters": [ + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_valeria_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 9.56, + "finishTimestamp": 11.88 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Julieta", + "position": { + "x": 31, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Valeria", + "position": { + "x": 72, + "y": 9, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 3.32, + "dialogue": { + "text": "Vive en Medellín, Colombia.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "startTime": 3.82 + }, + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 4.32 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698dea91096c998985d82a03.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698dea91096c998985d82a03.md new file mode 100644 index 00000000000..6ae20885476 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698dea91096c998985d82a03.md @@ -0,0 +1,153 @@ +--- +id: 698dea91096c998985d82a03 +title: Task 18 +challengeType: 19 +dashedName: task-18 +lang: es +--- + + + +# --description-- + +`Le gusta` means "she likes" or "he likes" in Spanish. To say what someone likes, you can use this structure: + +**`Le gusta` + What the person likes.** + +For example: + +`Le gusta comer pizza` - She likes eating pizza. + +Now it's your turn. Julieta will tell you what Valeria likes to do in her job. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What does the word `organizar` most likely mean in this sentence? + +## --answers-- + +To buy + +### --feedback-- + +The verb "to buy" in Spanish is `comprar`. Julieta mentions something different. + +--- + +To sell + +### --feedback-- + +The verb "to sell" in Spanish is `vender`. Julieta mentions something different. + +--- + +To break + +### --feedback-- + +The verb "to break" in Spanish is `romper`. Julieta mentions something different. + +--- + +To organize + +## --video-solution-- + +4 + +# --explanation-- + +`Organizar` means "to organize". + +When Julieta says this about Valeria: `Le gusta organizar...`, she's saying that Valeria likes to organize something. + +# --scene-- + +```json +{ + "setup": { + "background": "company3-reception.png", + "characters": [ + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_valeria_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 12.33, + "finishTimestamp": 15.71 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Julieta", + "position": { + "x": 31, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Valeria", + "position": { + "x": 72, + "y": 9, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 4.38, + "dialogue": { + "text": "Le gusta organizar productos y equipos.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "startTime": 4.88 + }, + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 5.38 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698dec72d335ee3606175213.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698dec72d335ee3606175213.md new file mode 100644 index 00000000000..ca181516d57 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698dec72d335ee3606175213.md @@ -0,0 +1,155 @@ +--- +id: 698dec72d335ee3606175213 +title: Task 19 +challengeType: 19 +dashedName: task-19 +lang: es +--- + + + +# --description-- + +Julieta is describing what Valeria likes to do in her daily work. + +She says that Valeria likes to organize two things. Can you identify them? + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What does Valeria like to organize? + +## --answers-- + +Tables and chairs + +### --feedback-- + +The Spanish words for these are `mesas` ("tables") and `sillas` ("chairs"). Julieta mentions something different. + +--- + +Products and teams + +--- + +Products and books + +### --feedback-- + +`Productos` is correct, but the word for books is `libros`. Julieta mentions something different. + +--- + +Videogames and teams + +### --feedback-- + +Julieta mentions `productos` at the start, not `videojuegos` ("videogames"). + +## --video-solution-- + +2 + +# --explanation-- + +`Le gusta` means "He/She likes". + +`Organizar` means "to organize". + +`Productos` means "products". + +`Y` means "and". + +`Equipos` means "teams". + +Therefore, when Julieta says this about Valeria: `Le gusta organizar productos y equipos`, she's saying that Valeria likes to organize products and teams. + +# --scene-- + +```json +{ + "setup": { + "background": "company3-reception.png", + "characters": [ + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_valeria_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 12.33, + "finishTimestamp": 15.71 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Julieta", + "position": { + "x": 31, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Valeria", + "position": { + "x": 72, + "y": 9, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 4.38, + "dialogue": { + "text": "Le gusta organizar productos y equipos.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 9, + "z": 1.2 + }, + "startTime": 4.88 + }, + { + "character": "Julieta", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 5.38 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698df3e4fdbe16ee1826b810.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698df3e4fdbe16ee1826b810.md new file mode 100644 index 00000000000..da63bbb6ea9 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698df3e4fdbe16ee1826b810.md @@ -0,0 +1,129 @@ +--- +id: 698df3e4fdbe16ee1826b810 +title: Task 20 +challengeType: 19 +dashedName: task-20 +lang: es +--- + + + +# --description-- + +Now Sebastián will describe her colleague Marisol. + +He'll start by telling you where Marisol is from. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Is it true: Marisol is from Argentina. + +## --answers-- + +True + +### --feedback-- + +Sebastián mentions a different country. + +--- + +False + +## --video-solution-- + +2 + +# --explanation-- + +Sebastián says `Marisol Acevedo es de México`, which means "Marisol Acevedo is from Mexico". + +# --scene-- + +```json +{ + "setup": { + "background": "company2-breakroom.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_marisol_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 0.59, + "finishTimestamp": 3.37 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 32, + "y": 27, + "z": 1.6 + }, + "startTime": 0 + }, + { + "character": "Marisol", + "position": { + "x": 73, + "y": 7, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 3.78, + "dialogue": { + "text": "Marisol Acevedo es de México.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "startTime": 4.28 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "startTime": 4.78 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e041819ab573fa36a1a34.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e041819ab573fa36a1a34.md new file mode 100644 index 00000000000..806c62958da --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e041819ab573fa36a1a34.md @@ -0,0 +1,161 @@ +--- +id: 698e041819ab573fa36a1a34 +title: Task 21 +challengeType: 19 +dashedName: task-21 +lang: es +--- + + + +# --description-- + +The role of an engineer is very common in professional contexts. In Spanish, the word "engineer" changes based on gender. `Ingeniero` is the male form, while `ingeniera` is the female form. + +To specify the field, you can use this structure: + +**`Ingeniero(a)` + `de` + field**. + +Some engineering fields omit the word `de`. + +For example: + +- `Ingeniero de software` - Software engineer. + +- `Ingeniero civil` - Civil engineer. + +Sebastián is talking about Marisol's role. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Marisol's role in the company? + +## --answers-- + +Quality control engineer + +--- + +Software developer + +### --feedback-- + +Sebastián mentions a different role. + +--- + +Product Owner + +### --feedback-- + +Sebastián mentions a different role. + +--- + +Director of Marketing + +### --feedback-- + +Sebastián mentions a different role. + +## --video-solution-- + +1 + +# --explanation-- + +`Ingeniera` means "engineer" in female form to match Marisol's gender. + +`Control de calidad` means "quality control". + +Sebastián says that Marisol `es ingeniera de control de calidad`, which means that she is a "quality control engineer". + +# --scene-- + +```json +{ + "setup": { + "background": "company2-breakroom.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_marisol_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 4.24, + "finishTimestamp": 8.99 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 32, + "y": 27, + "z": 1.6 + }, + "startTime": 0 + }, + { + "character": "Marisol", + "position": { + "x": 73, + "y": 7, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 5.75, + "dialogue": { + "text": "Es ingeniera de control de calidad y tiene cuarenta y un años.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "startTime": 6.25 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "startTime": 6.75 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e09efad8f9641a63ebad0.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e09efad8f9641a63ebad0.md new file mode 100644 index 00000000000..ba2eff0a3ba --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e09efad8f9641a63ebad0.md @@ -0,0 +1,139 @@ +--- +id: 698e09efad8f9641a63ebad0 +title: Task 22 +challengeType: 22 +dashedName: task-22 +lang: es +--- + + + +# --description-- + +Quality control is known as `control de calidad` in Spanish. + +To specify what kind of control it is, it's common to use the preposition `de` to connect the nouns. In this case, `control` ("control") and `calidad` ("quality"). + +Listen to how Sebastián pronounces this phrase and practice writing it in Spanish. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Marisol es ingeniera de BLANK BLANK BLANK y tiene cuarenta y un años.` + +## --blanks-- + +`control` + +### --feedback-- + +This word refers to monitoring a process. + +--- + +`de` + +### --feedback-- + +This preposition connects the words `control` and `calidad`. + +--- + +`calidad` + +### --feedback-- + +This word means "quality". + +# --explanation-- + +Sebastián says that Marisol `es ingeniera de control de calidad y tiene cuarenta y un años.` + +# --scene-- + +```json +{ + "setup": { + "background": "company2-breakroom.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_marisol_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 4.24, + "finishTimestamp": 8.99 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 32, + "y": 27, + "z": 1.6 + }, + "startTime": 0 + }, + { + "character": "Marisol", + "position": { + "x": 73, + "y": 7, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 5.75, + "dialogue": { + "text": "Es ingeniera de control de calidad y tiene cuarenta y un años.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "startTime": 6.25 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "startTime": 6.75 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e0aeb9793dba4f45e078a.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e0aeb9793dba4f45e078a.md new file mode 100644 index 00000000000..2ac1f9537ab --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e0aeb9793dba4f45e078a.md @@ -0,0 +1,129 @@ +--- +id: 698e0aeb9793dba4f45e078a +title: Task 23 +challengeType: 19 +dashedName: task-23 +lang: es +--- + + + +# --description-- + +Sebastián is describing Marisol. He mentions her age at the end of the sentence. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Is it true: Marisol is 51 years old. + +## --answers-- + +True + +### --feedback-- + +Sebastián mentions a different number. + +--- + +False + +## --video-solution-- + +2 + +# --explanation-- + +Sebastián says that Marisol `tiene cuarenta y un años`, which means that she is forty-one years old. + +Remember that when the number `uno` ("one") comes before a masculine noun like `años`, it changes to `un`. Therefore, `cuarenta y uno` becomes `cuarenta y un años`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-breakroom.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_marisol_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 4.24, + "finishTimestamp": 8.99 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 32, + "y": 27, + "z": 1.6 + }, + "startTime": 0 + }, + { + "character": "Marisol", + "position": { + "x": 73, + "y": 7, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 5.75, + "dialogue": { + "text": "Es ingeniera de control de calidad y tiene cuarenta y un años.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "startTime": 6.25 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "startTime": 6.75 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e0c0a53d7eac6dda67a5b.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e0c0a53d7eac6dda67a5b.md new file mode 100644 index 00000000000..98e59fe816d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e0c0a53d7eac6dda67a5b.md @@ -0,0 +1,151 @@ +--- +id: 698e0c0a53d7eac6dda67a5b +title: Task 24 +challengeType: 19 +dashedName: task-24 +lang: es +--- + + + +# --description-- + +Sebastián is now mentioning the city where Marisol is currently living. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Where is Marisol currently living? + +## --answers-- + +Tegucigalpa + +### --feedback-- + +Sebastián mentions a different city. + +--- + +Mexico City + +--- + +Montevideo + +### --feedback-- + +Sebastián mentions a different city. + +--- + +São Paulo + +### --feedback-- + +Sebastián mentions a different city. + +## --video-solution-- + +2 + +# --explanation-- + +To talk about where someone is currently living, you can use the verb `vivir` ("to live"). + +For a third person (she or he), the conjugated verb is `vive` ("lives"). For example: + +`Ella vive en Lima.` - She lives in Lima. + +It's common to omit the `ella` or `él` if the context is clear enough, like this: + +`Vive en Lima.` - She lives in Lima. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-breakroom.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_marisol_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 9.89, + "finishTimestamp": 11.86 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 32, + "y": 27, + "z": 1.6 + }, + "startTime": 0 + }, + { + "character": "Marisol", + "position": { + "x": 73, + "y": 7, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 2.97, + "dialogue": { + "text": "Vive en Ciudad de México.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "startTime": 3.47 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "startTime": 3.97 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e0f361ce0f6a4a0038cd5.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e0f361ce0f6a4a0038cd5.md new file mode 100644 index 00000000000..7de4daff75b --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e0f361ce0f6a4a0038cd5.md @@ -0,0 +1,141 @@ +--- +id: 698e0f361ce0f6a4a0038cd5 +title: Task 25 +challengeType: 22 +dashedName: task-25 +lang: es +--- + + + +# --description-- + +Let's practice writing the city where Marisol is currently living. + +Sebastián will help you review how to pronounce it. Listen to it a few times and when you feel ready, write it below. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Marisol vive en BLANK BLANK BLANK.` + +## --blanks-- + +`Ciudad` + +### --feedback-- + +This word means "City" in Spanish. Remember to capitalize the first letter. + +--- + +`de` + +### --feedback-- + +This is the preposition "of", used to connect `Ciudad` and `México`. + +--- + +`México` + +### --feedback-- + +This is the name of the country. Remember to include the accent mark on the letter `e` and to capitalize the first letter. + +# --explanation-- + +Sebastián says that Marisol lives in `Ciudad de México`. + +Since this is the name of a city, you should capitalize the main words `Ciudad` and `México`. + +When writing `México`, remember to include the accent mark on the letter `é`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-breakroom.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_marisol_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 9.89, + "finishTimestamp": 11.86 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 32, + "y": 27, + "z": 1.6 + }, + "startTime": 0 + }, + { + "character": "Marisol", + "position": { + "x": 73, + "y": 7, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 2.97, + "dialogue": { + "text": "Vive en Ciudad de México.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "startTime": 3.47 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "startTime": 3.97 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e10a74f5ad547a4a3e949.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e10a74f5ad547a4a3e949.md new file mode 100644 index 00000000000..c4dad92a736 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e10a74f5ad547a4a3e949.md @@ -0,0 +1,139 @@ +--- +id: 698e10a74f5ad547a4a3e949 +title: Task 26 +challengeType: 19 +dashedName: task-26 +lang: es +--- + + + +# --description-- + +Now Sebastián is describing what Marisol likes to do in her daily work. + +You'll find three new words in this description: + +- `Revisar` means "to review". + +- `Detalles` means "details". + +- `Ayudar` means "to help". + +With these meaning and your existing knowledge, try to understand what Marisol likes. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Is it true: Marisol **doesn't** like to help her team. + +## --answers-- + +True + +### --feedback-- + +Sebastián mentions that Marisol does like to help her team. + +--- + +False + +## --video-solution-- + +2 + +# --explanation-- + +This statement is false because Sebastián says this about Marisol: `Le gusta revisar detalles y ayudar al equipo`, which means "She likes to review details and help the team". + +Therefore, Marisol does like to help her team. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-breakroom.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_marisol_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 12.67, + "finishTimestamp": 16.03 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 32, + "y": 27, + "z": 1.6 + }, + "startTime": 0 + }, + { + "character": "Marisol", + "position": { + "x": 73, + "y": 7, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 4.36, + "dialogue": { + "text": "Le gusta revisar detalles y ayudar al equipo.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "startTime": 4.86 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "startTime": 5.36 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e130057a25e699a563abf.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e130057a25e699a563abf.md new file mode 100644 index 00000000000..8ca920bbe76 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e130057a25e699a563abf.md @@ -0,0 +1,137 @@ +--- +id: 698e130057a25e699a563abf +title: Task 27 +challengeType: 22 +dashedName: task-27 +lang: es +--- + + + +# --description-- + +To say what someone likes in Spanish, you can use this structure: + +**`Le gusta` ("He/She likes") + What the person likes.** + +The pronoun `le` refers to "him" or "her". It makes it clear that you are talking about another person. + +To say that someone **doesn't** like something, you would add the word `no` before `le`. + +**`No le gusta` ("He/She doesn't like") + What the person doesn't like.** + +Sebastián is talking about what Marisol likes to do in her daily work. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK BLANK revisar detalles y ayudar al equipo.` + +## --blanks-- + +`Le` + +### --feedback-- + +This pronoun indicates that the action applies to "him" or "her". Remember to capitalize the first letter. + +--- + +`gusta` + +### --feedback-- + +This is a third-person conjugation of the verb `gustar` ("to like"). + +# --explanation-- + +Sebastián says this about Marisol: `Le gusta revisar detalles y ayudar al equipo`, which means that she likes to check details and help the team. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-breakroom.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_marisol_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 12.67, + "finishTimestamp": 16.03 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 32, + "y": 27, + "z": 1.6 + }, + "startTime": 0 + }, + { + "character": "Marisol", + "position": { + "x": 73, + "y": 7, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 4.36, + "dialogue": { + "text": "Le gusta revisar detalles y ayudar al equipo.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "startTime": 4.86 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "startTime": 5.36 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e151bd8a2691ead44d2fa.md b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e151bd8a2691ead44d2fa.md new file mode 100644 index 00000000000..fb4fa38b16e --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-mini-biographies/698e151bd8a2691ead44d2fa.md @@ -0,0 +1,133 @@ +--- +id: 698e151bd8a2691ead44d2fa +title: Task 28 +challengeType: 22 +dashedName: task-28 +lang: es +--- + + + +# --description-- + +Now you'll practice writing two verbs that are commonly used in office settings. + +Sebastián will mention them as he describes what Marisol likes to do in her work. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Le gusta BLANK detalles y BLANK al equipo.` + +## --blanks-- + +`revisar` + +### --feedback-- + +This verb means "to check" something carefully. + +--- + +`ayudar` + +### --feedback-- + +This verb means "to help" others. + +# --explanation-- + +`Revisar` means "to review" or "to check". + +`Ayudar` means "to help". + +Sebastián says this about Marisol: `Le gusta revisar detalles y ayudar al equipo`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-breakroom.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_marisol_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 12.67, + "finishTimestamp": 16.03 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 32, + "y": 27, + "z": 1.6 + }, + "startTime": 0 + }, + { + "character": "Marisol", + "position": { + "x": 73, + "y": 7, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 4.36, + "dialogue": { + "text": "Le gusta revisar detalles y ayudar al equipo.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 7, + "z": 1.3 + }, + "startTime": 4.86 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 27, + "z": 1.6 + }, + "startTime": 5.36 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/696ffa0c7802293f82fef472.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/696ffa0c7802293f82fef472.md deleted file mode 100644 index ba4c803b45c..00000000000 --- a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/696ffa0c7802293f82fef472.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: 696ffa0c7802293f82fef472 -title: "Dialogue 1: I'm Tom" -challengeType: 21 -dashedName: dialogue-1-im-tom -lang: es ---- - -# --description-- - -Watch the video below to understand the context of the upcoming lessons. - -# --assignment-- - -Watch the video. - -# --scene-- - -```json -{ - "setup": { - "background": "chaos.png", - "characters": [ - { - "character": "David", - "position": {"x":50,"y":80,"z":8}, - "opacity": 0 - } - ], - "audio": { - "filename": "1.1-1.mp3", - "startTime": 1, - "startTimestamp": 5.7, - "finishTimestamp": 6.48 - } - }, - "commands": [ - { - "character": "David", - "opacity": 1, - "startTime": 0 - }, - { - "character": "David", - "startTime": 1, - "finishTime": 0.78, - "dialogue": { - "text": "I'm Tom.", - "align": "center" - } - }, - { - "character": "Tom", - "opacity": 0, - "startTime": 1.28 - } - ] -} -``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994d696bd7e9234d0e4c33c.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994d696bd7e9234d0e4c33c.md new file mode 100644 index 00000000000..55fa3491dd2 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994d696bd7e9234d0e4c33c.md @@ -0,0 +1,153 @@ +--- +id: 6994d696bd7e9234d0e4c33c +title: Task 1 +challengeType: 19 +dashedName: task-1 +lang: es +--- + + + +# --description-- + +In Spanish, use the preposition `en` to refer to where something happens or is located. + +In a professional context, this includes the company or place where someone works. For example: + +- `Trabajo en una oficina.` - I work in an office. + +- `Trabajo en Andes Commerce.` - I work at Andes Commerce. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Where does Carlos work? + +## --answers-- + +Andes Commerce + +--- + +Medellín + +### --feedback-- + +Luna only mentions there company where Carlos works. + +--- + +`Ingeniero de software` + +### --feedback-- + +This is Carlos' job title, not the name of the company where he works. + +--- + +Senior + +### --feedback-- + +This refers to his professional level, not where he works. + +## --video-solution-- + +1 + +# --explanation-- + +Luna says that `Carlos Andrés Vélez es ingeniero de software senior en Andes Commerce.` + +`... en Andes Commerce` indicates the company where he is currently working. + +Therefore, he currently works at `Andes Commerce`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_carlos_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 0.86, + "finishTimestamp": 7.33 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 30, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Carlos", + "position": { + "x": 72, + "y": 10, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 7.47, + "dialogue": { + "text": "Carlos Andrés Vélez es ingeniero de software senior en Andes Commerce.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 7.97 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 8.47 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994dccb7b3c05fb142a038c.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994dccb7b3c05fb142a038c.md new file mode 100644 index 00000000000..8291c38b511 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994dccb7b3c05fb142a038c.md @@ -0,0 +1,141 @@ +--- +id: 6994dccb7b3c05fb142a038c +title: Task 2 +challengeType: 19 +dashedName: task-2 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Where is the office where Carlos works? + +## --answers-- + +`Costa Rica` + +### --feedback-- + +Luna mentions a city located in a different country. + +--- + +`Andes Commerce` + +### --feedback-- + +This is the name of the company, but Luna mentions a city. + +--- + +`Medellín` + +--- + +At his home + +### --feedback-- + +Luna mentions that Carlos works in an `oficina` ("office"). + +## --video-solution-- + +3 + +# --explanation-- + +Luna says `Es colombiano y trabaja en la oficina de Medellín`, which means that "He is colombian and works at the Medellín office". + +Therefore, the office where Carlos works is in `Medellín`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_carlos_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 7.83, + "finishTimestamp": 12.5 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 30, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Carlos", + "position": { + "x": 72, + "y": 10, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 5.11, + "dialogue": { + "text": "Es colombiano y trabaja en la oficina de Medellín.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 5.61 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 6.11 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e118580dcbec3e40f61e.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e118580dcbec3e40f61e.md new file mode 100644 index 00000000000..69e2da573bc --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e118580dcbec3e40f61e.md @@ -0,0 +1,131 @@ +--- +id: 6994e118580dcbec3e40f61e +title: Task 3 +challengeType: 22 +dashedName: task-3 +lang: es +--- + + + +# --description-- + +In Spanish, use `su` ("his"/"her") to talk about someone else's email address. + +An email address also has a few key symbols that you should be familiar with: + +- `Correo` - Email. + +- `@` - `Arroba` - At. + +- `.` - `Punto` - Dot/period. + +`Correo electrónico` is the formal and complete way of referring to an email, but depending on the context, it's usually okay to just say `correo`. + +Luna is talking about Carlos' email address. Focus on practicing how to pronounce the symbols. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Su BLANK es carlos.velez@andescommerce.com` + +## --blanks-- + +`correo` + +### --feedback-- + +This word means "email". + +# --explanation-- + +Luna says `Su correo es carlos.velez@andescommerce.com`, which means "His email address is carlos.velez@andescommerce.com". + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_carlos_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 12.67, + "finishTimestamp": 20.01 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 30, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Carlos", + "position": { + "x": 72, + "y": 10, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 8.34, + "dialogue": { + "text": "Su correo es carlos.velez@andescommerce.com.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 8.84 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 9.34 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e35d5bbf010c42988399.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e35d5bbf010c42988399.md new file mode 100644 index 00000000000..f93fb5b036d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e35d5bbf010c42988399.md @@ -0,0 +1,123 @@ +--- +id: 6994e35d5bbf010c42988399 +title: Task 4 +challengeType: 22 +dashedName: task-4 +lang: es +--- + + + +# --description-- + +Now you'll practice how to understand and write a very important symbol. + +You'll find it in all email addresses! + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Su correo es carlos.velezBLANKandescommerce.com` + +## --blanks-- + +`@` + +### --feedback-- + +This is the symbol for `arroba`. + +# --explanation-- + +Luna says `Su correo es carlos.velez@andescommerce.com`. + +You should write the symbol `@` (`arroba`). + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_carlos_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 12.67, + "finishTimestamp": 20.01 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 30, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Carlos", + "position": { + "x": 72, + "y": 10, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 8.34, + "dialogue": { + "text": "Su correo es carlos.velez@andescommerce.com.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 8.84 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 9.34 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e45fe511886092fe8f70.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e45fe511886092fe8f70.md new file mode 100644 index 00000000000..1396c286704 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e45fe511886092fe8f70.md @@ -0,0 +1,133 @@ +--- +id: 6994e45fe511886092fe8f70 +title: Task 5 +challengeType: 22 +dashedName: task-5 +lang: es +--- + + + +# --description-- + +In Spanish, `su` ("his"/"her") is also used to refer to someone's phone number in a professional or formal context. + +Luna is talking about Carlos' phone number. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK BLANK es +57 300 992 77 12.` + +## --blanks-- + +`Su` + +### --feedback-- + +This is a possessive adjective used here to mean "his" or "her". Remember to capitalize the first letter. + +--- + +`número` + +### --feedback-- + +This is the word "number" in Spanish. Remember to include the accent mark in the letter `u`. + +# --explanation-- + +Luna says `Su número es +57 300 992 77 12`, which means "His number is +57 300 992 77 12". + +The word `su` means "his" because Luna is talking about Carlos, who is a male. + +In this context, the word `número` ("number") is enough to understand that Luna is talking about a phone number (`número de teléfono`). Remember to include the accent mark in the letter `u`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_carlos_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 20.56, + "finishTimestamp": 30.5 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 30, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Carlos", + "position": { + "x": 72, + "y": 10, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 10.94, + "dialogue": { + "text": "Su número es +57 300 992 77 12.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 11.44 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 11.94 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e7da461e0240365ac7fa.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e7da461e0240365ac7fa.md new file mode 100644 index 00000000000..33f101389a4 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e7da461e0240365ac7fa.md @@ -0,0 +1,131 @@ +--- +id: 6994e7da461e0240365ac7fa +title: Task 6 +challengeType: 22 +dashedName: task-6 +lang: es +--- + + + +# --description-- + +Phone numbers are also full of... numbers! + +Let's practice numbers by completing Carlos' phone number based on what Luna says about Carlos. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Su número es +57 BLANK 992 BLANK 12.` + +## --blanks-- + +`300` + +### --feedback-- + +These are the numbers `tres`, `cero`, `cero`. + +--- + +`77` + +### --feedback-- + +This is the number `setenta y siete`. + +# --explanation-- + +Luna says `Su número es +57 300 992 77 12`, which means "His number is +57 300 992 77 12". + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_carlos_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 20.56, + "finishTimestamp": 30.5 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 30, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Carlos", + "position": { + "x": 72, + "y": 10, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 10.94, + "dialogue": { + "text": "Su número es +57 300 992 77 12.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 11.44 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 11.94 + } + ] +} +``` + + diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e8ad1fd8e63423f8381d.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e8ad1fd8e63423f8381d.md new file mode 100644 index 00000000000..e4396a81ea7 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994e8ad1fd8e63423f8381d.md @@ -0,0 +1,145 @@ +--- +id: 6994e8ad1fd8e63423f8381d +title: Task 7 +challengeType: 19 +dashedName: task-7 +lang: es +--- + + + +# --description-- + +Now Luna is talking about something that is unique to Carlos in the company system. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What does the word `usuario` most likely mean in this sentence? + +## --answers-- + +Usage + +### --feedback-- + +The word `usuario` has a different meaning. + +--- + +Employee + +### --feedback-- + +The word `usuario` has a different meaning. + +--- + +Password + +### --feedback-- + +The word `usuario` has a different meaning. + +--- + +Username + +## --video-solution-- + +4 + +# --explanation-- + +`Usuario` means "user" or "username" in the context of technology. + +When Luna says `su usuario es carlos-velez.`, she's saying that "his username is carlos-velez". + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_carlos_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 31.02, + "finishTimestamp": 34.93 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 30, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Carlos", + "position": { + "x": 72, + "y": 10, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 4.91, + "dialogue": { + "text": "Su usuario es carlos-velez.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 5.41 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 5.91 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994ea79a4cface895ccb5ab.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994ea79a4cface895ccb5ab.md new file mode 100644 index 00000000000..da011c54ccd --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6994ea79a4cface895ccb5ab.md @@ -0,0 +1,123 @@ +--- +id: 6994ea79a4cface895ccb5ab +title: Task 8 +challengeType: 22 +dashedName: task-8 +lang: es +--- + + + +# --description-- + +Usernames may have special symbols. + +Now you'll hear Luna saying Carlos' username. You'll notice that it has this symbol `-`, which is called `guión` in Spanish. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Su usuario es BLANK.` + +## --blanks-- + +`carlos-velez` + +### --feedback-- + +Luna mentions that this is Carlos' username. Remember to include the hyphen (`-`) between the names. + +# --explanation-- + +Luna says: `Su usuario es carlos-velez.` + +The symbol `-` is known as `guión` in Spanish. Remember to include the accent mark on the letter `o`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_carlos_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 31.02, + "finishTimestamp": 34.93 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 30, + "y": 28, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Carlos", + "position": { + "x": 72, + "y": 10, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 4.91, + "dialogue": { + "text": "Su usuario es carlos-velez.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 5.41 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 28, + "z": 1.7 + }, + "startTime": 5.91 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699515b8a40b845a1f10e0a9.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699515b8a40b845a1f10e0a9.md new file mode 100644 index 00000000000..1c7fb52b887 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699515b8a40b845a1f10e0a9.md @@ -0,0 +1,176 @@ +--- +id: 699515b8a40b845a1f10e0a9 +title: Task 9 +challengeType: 19 +dashedName: task-9 +lang: es +--- + + + +# --description-- + +The question `¿Cómo se llama?` means "What is his/her name?" + +This is a common way to ask about someone's name in Spanish. + +Sebastián is asking Luna about their new coworker. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Sebastián asking about the new senior software engineer? + +## --answers-- + +What technologies he uses at work. + +### --feedback-- + +Sebastián is asking something different. + +--- + +His name. + +--- + +His work experience. + +### --feedback-- + +Sebastián is asking something different. + +--- + +His salary. + +### --feedback-- + +Sebastián is asking something different. + +## --video-solution-- + +2 + +# --explanation-- + +Sebastián asks `¿Cómo se llama el ingeniero de software senior?`, which means "What is the name of the senior software engineer?". + +Therefore, he is asking about the name of the new senior software engineer. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room2.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_basti_asks_luna_about_carlos_dialogue.mp3", + "startTime": 1, + "startTimestamp": 0.48, + "finishTimestamp": 3.3 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 22, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luna", + "position": { + "x": 46, + "y": 21, + "z": 1.6 + }, + "startTime": 0.5 + }, + { + "character": "Carlos", + "position": { + "x": 81, + "y": 10, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 3.82, + "dialogue": { + "text": "¿Cómo se llama el ingeniero de software senior?", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 4.32 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "startTime": 4.82 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 5.02 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995d61ac393af00c223f52c.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995d61ac393af00c223f52c.md new file mode 100644 index 00000000000..d096223c727 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995d61ac393af00c223f52c.md @@ -0,0 +1,166 @@ +--- +id: 6995d61ac393af00c223f52c +title: Task 10 +challengeType: 22 +dashedName: task-10 +lang: es +--- + + + +# --description-- + +Now you'll practice writing the question that Sebastián is asking. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿BLANK BLANK BLANK el nuevo ingeniero de software senior?` + +## --blanks-- + +`Cómo` + +### --feedback-- + +This is a question word that literally means "how". Remember to include the accent mark on the first letter `o` and to capitalize the first letter. + +--- + +`se` + +### --feedback-- + +This word is used with the verb `llamar`. + +--- + +`llama` + +### --feedback-- + +This is the third-person singular form of the verb `llamar` ("to call"). + +# --explanation-- + +Sebastián says `¿Cómo se llama el ingeniero de software senior?`. This means "What's the name of the senior software engineer?" + +When the word `Cómo` starts a question, it must carry an accent mark in the first letter `o`. + +Also, remember that questions in Spanish start with an opening question mark, `¿`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room2.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_basti_asks_luna_about_carlos_dialogue.mp3", + "startTime": 1, + "startTimestamp": 0.48, + "finishTimestamp": 3.3 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 22, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luna", + "position": { + "x": 46, + "y": 21, + "z": 1.6 + }, + "startTime": 0.5 + }, + { + "character": "Carlos", + "position": { + "x": 81, + "y": 10, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 3.82, + "dialogue": { + "text": "¿Cómo se llama el ingeniero de software senior?", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 4.32 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "startTime": 4.82 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 5.02 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995d8030ba69cdd0033a832.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995d8030ba69cdd0033a832.md new file mode 100644 index 00000000000..6e8b26f1c11 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995d8030ba69cdd0033a832.md @@ -0,0 +1,162 @@ +--- +id: 6995d8030ba69cdd0033a832 +title: Task 11 +challengeType: 22 +dashedName: task-11 +lang: es +--- + + + +# --description-- + +The phrase `Se llama...` means "His/her name is...". + +This is commonly used to refer to someone else's name. + +Luna is using this phrase to reply to Sebastián's question. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK BLANK Carlos Andrés Vélez.` + +## --blanks-- + +`Se` + +### --feedback-- + +This is the reflexive pronoun for the third person (he/she). Remember to capitalize the first letter. + +--- + +`llama` + +### --feedback-- + +This is the conjugated form of the verb `llamarse` for "he" or "she". + +# --explanation-- + +Luna says `Se llama Carlos Andrés Vélez.`, which means "His name is Carlos Andrés Vélez". + +`Se` indicates that Luna is talking about someone else's name (third-person). + +Note the accent marks on the middle name and last name of this character. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room2.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_basti_asks_luna_about_carlos_dialogue.mp3", + "startTime": 1, + "startTimestamp": 4.52, + "finishTimestamp": 7.54 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 22, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luna", + "position": { + "x": 46, + "y": 21, + "z": 1.6 + }, + "startTime": 0.5 + }, + { + "character": "Carlos", + "position": { + "x": 81, + "y": 10, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 4.02, + "dialogue": { + "text": "Se llama Carlos Andrés Vélez.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 4.52 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "startTime": 5.02 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 5.22 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995db33f4dbbc1b5b8d9f55.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995db33f4dbbc1b5b8d9f55.md new file mode 100644 index 00000000000..1033a97c3ed --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995db33f4dbbc1b5b8d9f55.md @@ -0,0 +1,178 @@ +--- +id: 6995db33f4dbbc1b5b8d9f55 +title: Task 12 +challengeType: 19 +dashedName: task-12 +lang: es +--- + + + +# --description-- + +The question word `¿Dónde...` means "Where...?" + +If the word `Dónde` starts a question, it must carry an accent mark on the letter `o`. + +Sebastián is using this word to ask something about Carlos. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Sebastián asking about Carlos? + +## --answers-- + +His job title. + +### --feedback-- + +Sebastián is asking something different. + +--- + +Where he works. + +--- + +If he is busy. + +### --feedback-- + +Sebastián is asking something different. + +--- + +If he owns a car. + +### --feedback-- + +Sebastián is asking something different. + +## --video-solution-- + +2 + +# --explanation-- + +The verb `trabajar` means "to work". + +`Trabaja` is the third-person singular form of this verb. + +Sebastián asks `¿Dónde trabaja?`, which means "Where does he work?". This is the standard way to ask where someone is currently working in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room2.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_basti_asks_luna_about_carlos_dialogue.mp3", + "startTime": 1, + "startTimestamp": 8.93, + "finishTimestamp": 9.9 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 22, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luna", + "position": { + "x": 46, + "y": 21, + "z": 1.6 + }, + "startTime": 0.5 + }, + { + "character": "Carlos", + "position": { + "x": 81, + "y": 10, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 1.97, + "dialogue": { + "text": "¿Dónde trabaja?", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 2.47 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "startTime": 2.97 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 3.17 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995dd999dec0afeec52dbba.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995dd999dec0afeec52dbba.md new file mode 100644 index 00000000000..e9e041bafed --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995dd999dec0afeec52dbba.md @@ -0,0 +1,152 @@ +--- +id: 6995dd999dec0afeec52dbba +title: Task 13 +challengeType: 22 +dashedName: task-13 +lang: es +--- + + + +# --description-- + +The word `oficina` means "office". + +Luna is using this word to reply to Sebastián's question. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Trabaja en la BLANK de Medellín.` + +## --blanks-- + +`oficina` + +### --feedback-- + +This word refers to the place where people work. + +# --explanation-- + +Luna says that Carlos `trabaja en la oficina de Medellín`. + +This means that he works at the Medellín office. + +You should write the word `oficina` to complete the sentence. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room2.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_basti_asks_luna_about_carlos_dialogue.mp3", + "startTime": 1, + "startTimestamp": 10.95, + "finishTimestamp": 13.66 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 22, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luna", + "position": { + "x": 46, + "y": 21, + "z": 1.6 + }, + "startTime": 0.5 + }, + { + "character": "Carlos", + "position": { + "x": 81, + "y": 10, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 3.71, + "dialogue": { + "text": "Trabaja en la oficina de Medellín.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 4.21 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "startTime": 4.71 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 4.91 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995def6d12e19b037ed2037.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995def6d12e19b037ed2037.md new file mode 100644 index 00000000000..fb6ef1d8f44 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995def6d12e19b037ed2037.md @@ -0,0 +1,170 @@ +--- +id: 6995def6d12e19b037ed2037 +title: Task 14 +challengeType: 19 +dashedName: task-14 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What does `su correo electrónico` mean in this sentence? + +## --answers-- + +His home address. + +### --feedback-- + +`Correo electrónico` means something different. + +--- + +His phone number. + +### --feedback-- + +`Correo electrónico` means something different. + +--- + +His favorite color. + +### --feedback-- + +`Correo electrónico` means something different. + +--- + +His email address. + +## --video-solution-- + +4 + +# --explanation-- + +The phrase `correo electrónico` means "email". + +Sebastián starts his reply with `su` because he is referring to someone else's email. In this case, Carlos' email. + +Therefore, `su correo electrónico` means "his email address". + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room2.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_basti_asks_luna_about_carlos_dialogue.mp3", + "startTime": 1, + "startTimestamp": 15.16, + "finishTimestamp": 17.09 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 22, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luna", + "position": { + "x": 46, + "y": 21, + "z": 1.6 + }, + "startTime": 0.5 + }, + { + "character": "Carlos", + "position": { + "x": 81, + "y": 10, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 2.93, + "dialogue": { + "text": "¿Cuál es su correo electrónico?", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 3.43 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "startTime": 3.93 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 4.13 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995e15afacc3389ffe34d8c.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995e15afacc3389ffe34d8c.md new file mode 100644 index 00000000000..097ae61d514 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995e15afacc3389ffe34d8c.md @@ -0,0 +1,160 @@ +--- +id: 6995e15afacc3389ffe34d8c +title: Task 15 +challengeType: 22 +dashedName: task-15 +lang: es +--- + + + +# --description-- + +Now you'll practice writing this question. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿Cuál es su BLANK BLANK?` + +## --blanks-- + +`correo` + +### --feedback-- + +This word means "email". + +--- + +`electrónico` + +### --feedback-- + +This word means "electronic" and describes the type of mail that Sebastián is asking about. Remember to include the accent mark in the first letter `o`. + +# --explanation-- + +`¿Cuál es...?` means "What is...?" Remember to include the accent mark on the letter `a`. + +In this context, `su` means "his" or "her". + +`Correo electrónico` means "email". In casual conversation, it's very common to abbreviate it to `correo`. The complete version is commonly used in professional contexts. + +The word `correo` means "mail" and the word `electrónico` means "electronic". Remember to include the accent mark in the first letter `o` of `electrónico`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room2.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_basti_asks_luna_about_carlos_dialogue.mp3", + "startTime": 1, + "startTimestamp": 15.16, + "finishTimestamp": 17.09 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 22, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luna", + "position": { + "x": 46, + "y": 21, + "z": 1.6 + }, + "startTime": 0.5 + }, + { + "character": "Carlos", + "position": { + "x": 81, + "y": 10, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 2.93, + "dialogue": { + "text": "¿Cuál es su correo electrónico?", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 3.43 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "startTime": 3.93 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 4.13 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995e455a93b6892771ee479.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995e455a93b6892771ee479.md new file mode 100644 index 00000000000..1f1d89e6b88 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6995e455a93b6892771ee479.md @@ -0,0 +1,176 @@ +--- +id: 6995e455a93b6892771ee479 +title: Task 16 +challengeType: 19 +dashedName: task-16 +lang: es +--- + + + +# --description-- + +Remember that symbol that was very important for emails? + +Let's practice it in Spanish. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is the name of the `@` symbol in Spanish? + +## --answers-- + +`Punto` + +### --feedback-- + +`Punto` means "dot" or "period". + +--- + +`Arroba` + +--- + +`Guión` + +### --feedback-- + +`Guión` means "hyphen". + +--- + +`Guión bajo` + +### --feedback-- + +`Guión bajo` means "underscore". + +## --video-solution-- + +2 + +# --explanation-- + +The symbol `@` is called `arroba` in Spanish. + +This symbol is essential for talking about email addresses. + +Luna says `Su correo es carlos.velez@andescommerce.com`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room2.png", + "characters": [ + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "opacity": 1 + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_basti_asks_luna_about_carlos_dialogue.mp3", + "startTime": 1, + "startTimestamp": 17.96, + "finishTimestamp": 24.91 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Sebastián", + "position": { + "x": 22, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luna", + "position": { + "x": 46, + "y": 21, + "z": 1.6 + }, + "startTime": 0.5 + }, + { + "character": "Carlos", + "position": { + "x": 81, + "y": 10, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 7.95, + "dialogue": { + "text": "Su correo es carlos.velez@andescommerce.com.", + "align": "left" + } + }, + { + "character": "Carlos", + "position": { + "x": 125, + "y": 10, + "z": 1.2 + }, + "startTime": 8.45 + }, + { + "character": "Luna", + "position": { + "x": 125, + "y": 21, + "z": 1.6 + }, + "startTime": 8.95 + }, + { + "character": "Sebastián", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 9.15 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699633681d1b61790881dd1b.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699633681d1b61790881dd1b.md new file mode 100644 index 00000000000..228e2c37b92 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699633681d1b61790881dd1b.md @@ -0,0 +1,135 @@ +--- +id: 699633681d1b61790881dd1b +title: Task 17 +challengeType: 19 +dashedName: task-17 +lang: es +--- + + + +# --description-- + +Great work so far! Now let's start a new mini biography. + +This time, Ángela is talking about her colleague, Luis. + +She's using two new words: `aprendizaje` y `desarrollo`. The word `aprendizaje` means "learning" and the word `desarrollo` means "development". + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Is it true: Luis Ignacio works in marketing at Andes Commerce. + +## --answers-- + +True + +### --feedback-- + +Ángela mentions that Luis works in a different department, not Marketing. + +--- + +False + +## --video-solution-- + +2 + +# --explanation-- + +Ángela says that `Luis Ignacio trabaja en aprendizaje y desarrollo`. + +This means "Luis Ignacio works in learning and development", not marketing. + +The word `aprendizaje` means "learning" and the word `desarrollo` means "development". + +# --scene-- + +```json +{ + "setup": { + "background": "living-room.png", + "characters": [ + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_luis_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 0.29, + "finishTimestamp": 6.92 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Ángela", + "position": { + "x": 32, + "y": 24, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luis", + "position": { + "x": 71, + "y": 9, + "z": 1.1 + }, + "startTime": 0.5 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 7.63, + "dialogue": { + "text": "Luis Ignacio Torres trabaja en aprendizaje y desarrollo en Andes Commerce.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "startTime": 8.13 + }, + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "startTime": 8.63 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963690f918b94a68a9643a.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963690f918b94a68a9643a.md new file mode 100644 index 00000000000..20b8a1b4f36 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963690f918b94a68a9643a.md @@ -0,0 +1,139 @@ +--- +id: 69963690f918b94a68a9643a +title: Task 18 +challengeType: 22 +dashedName: task-18 +lang: es +--- + + + +# --description-- + +Ángela continues talking about her colleague. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Luis Ignacio Torres trabaja en BLANK BLANK BLANK en Andes Commerce.` + +## --blanks-- + +`aprendizaje` + +### --feedback-- + +This word means "learning". + +--- + +`y` + +### --feedback-- + +This word means "and". + +--- + +`desarrollo` + +### --feedback-- + +This word means "development". + +# --explanation-- + +`Trabajar en` means "to work in" or "to work at". The preposition `en` is used to indicate the department or company where someone works. + +`Aprendizaje` means "learning", `y` means "and", and `desarrollo` means "development". + +Therefore, when referring to a male, `trabaja en aprendizaje y desarrollo` means "he works in learning and development". + +# --scene-- + +```json +{ + "setup": { + "background": "living-room.png", + "characters": [ + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_luis_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 0.29, + "finishTimestamp": 6.92 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Ángela", + "position": { + "x": 32, + "y": 24, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luis", + "position": { + "x": 71, + "y": 9, + "z": 1.1 + }, + "startTime": 0.5 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 7.63, + "dialogue": { + "text": "Luis Ignacio Torres trabaja en aprendizaje y desarrollo en Andes Commerce.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "startTime": 8.13 + }, + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "startTime": 8.63 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699637b414acffca4082cfb7.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699637b414acffca4082cfb7.md new file mode 100644 index 00000000000..3edc1a2d4a9 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699637b414acffca4082cfb7.md @@ -0,0 +1,149 @@ +--- +id: 699637b414acffca4082cfb7 +title: Task 19 +challengeType: 19 +dashedName: task-19 +lang: es +--- + + + +# --description-- + +Ángela is saying where Luis is from and where he works. + +Listen carefully to know more about him. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Where is Luis from? + +## --answers-- + +Colombia + +### --feedback-- + +Luis works in Colombia, but he is from a different country. + +--- + +Paraguay + +### --feedback-- + +Ángela mentions he is `argentino`, which refers to a different country. + +--- + +Uruguay + +### --feedback-- + +The word `argentino` does not refer to someone from Uruguay. + +--- + +Argentina + +## --video-solution-- + +4 + +# --explanation-- + +In Spanish, nationalities are often used to indicate where someone is from. + +When Ángela says `es argentino`, this means means "He is Argentine". + +This is the nationality of someone from Argentina. + +# --scene-- + +```json +{ + "setup": { + "background": "living-room.png", + "characters": [ + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_luis_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 7.15, + "finishTimestamp": 10.76 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Ángela", + "position": { + "x": 32, + "y": 24, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luis", + "position": { + "x": 71, + "y": 9, + "z": 1.1 + }, + "startTime": 0.5 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 4.61, + "dialogue": { + "text": "Es argentino y trabaja en la oficina de Medellín.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "startTime": 5.11 + }, + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "startTime": 5.61 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6996397ffdcaa9c46db3539c.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6996397ffdcaa9c46db3539c.md new file mode 100644 index 00000000000..bcf51af627e --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6996397ffdcaa9c46db3539c.md @@ -0,0 +1,131 @@ +--- +id: 6996397ffdcaa9c46db3539c +title: Task 20 +challengeType: 22 +dashedName: task-20 +lang: es +--- + + + +# --description-- + +Now let's practice writing Luis' nationality. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Es BLANK y BLANK en la oficina de Medellín.` + +## --blanks-- + +`argentino` + +### --feedback-- + +This word describes someone who is from Argentina. + +--- + +`trabaja` + +### --feedback-- + +This is a conjugated form of the verb `trabajar` ("to work"). + +# --explanation-- + +`Es argentino` means "He is Argentine". You should know that nationalities in Spanish are only capitalized when they start a sentence. + +`Trabaja en la oficina` means "He works in the office". The verb `trabajar` ("to work") is followed by the preposition `en` ("in") to say where he works. + +`Medellín` is a very important city in Colombia. + +# --scene-- + +```json +{ + "setup": { + "background": "living-room.png", + "characters": [ + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_luis_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 7.15, + "finishTimestamp": 10.76 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Ángela", + "position": { + "x": 32, + "y": 24, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luis", + "position": { + "x": 71, + "y": 9, + "z": 1.1 + }, + "startTime": 0.5 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 4.61, + "dialogue": { + "text": "Es argentino y trabaja en la oficina de Medellín.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "startTime": 5.11 + }, + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "startTime": 5.61 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963a958e196dbfc50ff9da.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963a958e196dbfc50ff9da.md new file mode 100644 index 00000000000..17c82ba74d7 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963a958e196dbfc50ff9da.md @@ -0,0 +1,125 @@ +--- +id: 69963a958e196dbfc50ff9da +title: Task 21 +challengeType: 22 +dashedName: task-21 +lang: es +--- + + + +# --description-- + +Writing first names, last names, and emails is very important in any language. + +Ángela is saying Luis' email. Can you complete it below? + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Su correo es BLANK@andescommerce.com.` + +## --blanks-- + +`luis.torres` + +### --feedback-- + +This is the username part of the email address. + +# --explanation-- + +Ángela says `Su correo es luis.torres@andescommerce.com`. + +The blank is `luis.torres`. + +The symbol `.` is called `punto` ("period") in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "living-room.png", + "characters": [ + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_luis_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 11.18, + "finishTimestamp": 17.81 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Ángela", + "position": { + "x": 32, + "y": 24, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luis", + "position": { + "x": 71, + "y": 9, + "z": 1.1 + }, + "startTime": 0.5 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 7.63, + "dialogue": { + "text": "Su correo es luis.torres@andescommerce.com.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "startTime": 8.13 + }, + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "startTime": 8.63 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963bbe1d0e49590eeec48f.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963bbe1d0e49590eeec48f.md new file mode 100644 index 00000000000..f2b108ca47f --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963bbe1d0e49590eeec48f.md @@ -0,0 +1,130 @@ +--- +id: 69963bbe1d0e49590eeec48f +title: Task 22 +challengeType: 22 +dashedName: task-22 +lang: es +--- + + + +# --description-- + +Now Ángela will give you Luis' phone number. + +She pronounces a mix of individual digits and grouped numbers. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Su número es +57 304 551 BLANK.` + +## --blanks-- + +`8890` + +### --feedback-- + +These are the last four digits of the phone number. + +# --explanation-- + +`Su número es` means "His number is". + +In Spanish, it's common to group the digits when giving a phone number. Different people have different ways of saying the same phone number based on how they group the digits. + +For example, when saying numbers like `8890` in a professional context, you might hear them as individual digits or grouped, like this: + +- `Ochenta y ocho, noventa` — "Eighty-eight, ninety". +- `Ocho, ocho, nueve, cero` — "Eight, eight, nine, zero". + +In this case, Ángela chose the first version, grouping the numbers. + +# --scene-- + +```json +{ + "setup": { + "background": "living-room.png", + "characters": [ + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_luis_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 18.23, + "finishTimestamp": 27.73 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Ángela", + "position": { + "x": 32, + "y": 24, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luis", + "position": { + "x": 71, + "y": 9, + "z": 1.1 + }, + "startTime": 0.5 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 10.5, + "dialogue": { + "text": "Su número es +57 304 551 8890.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "startTime": 11 + }, + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "startTime": 11.5 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963caab111d4da7d8dbb94.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963caab111d4da7d8dbb94.md new file mode 100644 index 00000000000..fad7531f30a --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69963caab111d4da7d8dbb94.md @@ -0,0 +1,125 @@ +--- +id: 69963caab111d4da7d8dbb94 +title: Task 23 +challengeType: 22 +dashedName: task-23 +lang: es +--- + + + +# --description-- + +Now Ángela is talking about Luis' username in the company system. + +The username has something very unique: the symbol `_`. + +This symbol is known as `guión bajo` in Spanish. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Su usuario es BLANK.` + +## --blanks-- + +`luis_torres` + +### --feedback-- + +This is Luis' username, with his first name and a last name joined by a `guión bajo`. + +# --explanation-- + +Ángela says `Su usuario es luis_torres`, which means "His username is luis_torres". + +The `_` symbol is known as `guión bajo`. + +# --scene-- + +```json +{ + "setup": { + "background": "living-room.png", + "characters": [ + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_luis_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 28.17, + "finishTimestamp": 32.52 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Ángela", + "position": { + "x": 32, + "y": 24, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Luis", + "position": { + "x": 71, + "y": 9, + "z": 1.1 + }, + "startTime": 0.5 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 5.35, + "dialogue": { + "text": "Su usuario es luis_torres.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 9, + "z": 1.1 + }, + "startTime": 5.85 + }, + { + "character": "Ángela", + "position": { + "x": -25, + "y": 24, + "z": 1.5 + }, + "startTime": 6.35 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699648d7e5217a5754e6a4dd.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699648d7e5217a5754e6a4dd.md new file mode 100644 index 00000000000..af76f957623 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699648d7e5217a5754e6a4dd.md @@ -0,0 +1,178 @@ +--- +id: 699648d7e5217a5754e6a4dd +title: Task 24 +challengeType: 19 +dashedName: task-24 +lang: es +--- + + + +# --description-- + +Hi there! Esteban is talking to Ángela about Luis. + +Let's listen to their conversation. The word `especialista` means "specialist". + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Esteban asking? + +## --answers-- + +The age of the learning and development specialist. + +### --feedback-- + +Esteban is asking something different. + +--- + +Where the specialist in learning and development works. + +--- + +Who the new learning and development specialist is. + +### --feedback-- + +Esteban is asking something different. + +--- + +If the learning and development specialist is busy. + +### --feedback-- + +Esteban is asking something different. + +## --video-solution-- + +2 + +# --explanation-- + +Esteban asks, `¿Dónde trabaja el especialista de aprendizaje y desarrollo?` + +`¿Dónde trabaja...` means "Where does ... work?" + +`Especialista` means "specialist", `aprendizaje` means "learning", and `desarrollo` means "development". + +Therefore, Esteban is asking where the specialist in learning and development works. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_esteban_asks_angela_about_luis_dialogue.mp3", + "startTime": 1, + "startTimestamp": 0.7, + "finishTimestamp": 4.88 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 21, + "y": 23, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Ángela", + "position": { + "x": 45, + "y": 23, + "z": 1.5 + }, + "startTime": 0.5 + }, + { + "character": "Luis", + "position": { + "x": 80, + "y": 13, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 5.18, + "dialogue": { + "text": "¿Dónde trabaja el especialista de aprendizaje y desarrollo?", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "startTime": 5.68 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "startTime": 6.18 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "startTime": 6.38 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699734fd6b4586d2b52b6d69.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699734fd6b4586d2b52b6d69.md new file mode 100644 index 00000000000..adac4169c9a --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699734fd6b4586d2b52b6d69.md @@ -0,0 +1,166 @@ +--- +id: 699734fd6b4586d2b52b6d69 +title: Task 25 +challengeType: 19 +dashedName: task-25 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Ángela replying to Esteban about Luis? + +## --answers-- + +That he is traveling to Medellín. + +### --feedback-- + +Ángela is saying something different. + +--- + +That he lives in Medellín. + +### --feedback-- + +Ángela is saying something different. + +--- + +That he works at the Medellín office. + +--- + +That he does not work at the company anymore. + +### --feedback-- + +Ángela is saying something different. + +## --video-solution-- + +3 + +# --explanation-- + +Ángela says that Luis `trabaja en la oficina de Medellín`, which means that "he works at the Medellín office". + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_esteban_asks_angela_about_luis_dialogue.mp3", + "startTime": 1, + "startTimestamp": 6.22, + "finishTimestamp": 8.76 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 21, + "y": 23, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Ángela", + "position": { + "x": 45, + "y": 23, + "z": 1.5 + }, + "startTime": 0.5 + }, + { + "character": "Luis", + "position": { + "x": 80, + "y": 13, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 3.54, + "dialogue": { + "text": "Trabaja en la oficina de Medellín.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "startTime": 4.04 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "startTime": 4.54 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "startTime": 4.74 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699736706558040a8c4b9406.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699736706558040a8c4b9406.md new file mode 100644 index 00000000000..6fbf1ef23bd --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699736706558040a8c4b9406.md @@ -0,0 +1,170 @@ +--- +id: 699736706558040a8c4b9406 +title: Task 26 +challengeType: 19 +dashedName: task-26 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is the meaning of `número de teléfono` in this question? + +## --answers-- + +Email address + +### --feedback-- + +The meaning is different. + +--- + +Office + +### --feedback-- + +The meaning is different. + +--- + +Employee ID + +### --feedback-- + +The meaning is different. + +--- + +Phone number + +## --video-solution-- + +4 + +# --explanation-- + +Esteban asks this about Luis: `¿Cuál es su número de teléfono?`. + +The question means "What is his phone number?" + +Therefore, Esteban is asking about his phone number. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_esteban_asks_angela_about_luis_dialogue.mp3", + "startTime": 1, + "startTimestamp": 10.42, + "finishTimestamp": 12.28 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 21, + "y": 23, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Ángela", + "position": { + "x": 45, + "y": 23, + "z": 1.5 + }, + "startTime": 0.5 + }, + { + "character": "Luis", + "position": { + "x": 80, + "y": 13, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 2.86, + "dialogue": { + "text": "¿Cuál es su número de teléfono?", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "startTime": 3.36 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "startTime": 3.86 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "startTime": 4.06 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69973752a432f6851f26b70d.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69973752a432f6851f26b70d.md new file mode 100644 index 00000000000..6014ccc8e48 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/69973752a432f6851f26b70d.md @@ -0,0 +1,152 @@ +--- +id: 69973752a432f6851f26b70d +title: Task 27 +challengeType: 22 +dashedName: task-27 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿Cuál es su BLANK de BLANK?` + +## --blanks-- + +`número` + +### --feedback-- + +This word means "number". Remember to write the accent mark on the letter `u`. + +--- + +`teléfono` + +### --feedback-- + +This word means "telephone". Remember to write the accent mark on the second letter `e`. + +# --explanation-- + +Esteban says `¿Cuál es su número de teléfono?`. + +Remember to include the accent mark on the letter `u` of the word `número` and the accent mark on the second letter `e` of the word `teléfono`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_esteban_asks_angela_about_luis_dialogue.mp3", + "startTime": 1, + "startTimestamp": 10.42, + "finishTimestamp": 12.28 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 21, + "y": 23, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Ángela", + "position": { + "x": 45, + "y": 23, + "z": 1.5 + }, + "startTime": 0.5 + }, + { + "character": "Luis", + "position": { + "x": 80, + "y": 13, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 2.86, + "dialogue": { + "text": "¿Cuál es su número de teléfono?", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "startTime": 3.36 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "startTime": 3.86 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "startTime": 4.06 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699737e72ff5dc169e7f3f4b.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699737e72ff5dc169e7f3f4b.md new file mode 100644 index 00000000000..d59cf081ce9 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699737e72ff5dc169e7f3f4b.md @@ -0,0 +1,150 @@ +--- +id: 699737e72ff5dc169e7f3f4b +title: Task 28 +challengeType: 22 +dashedName: task-28 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Su número es +57 BLANK BLANK 8890.` + +## --blanks-- + +`304` + +### --feedback-- + +These are the numbers `tres`, `cero`, `cuatro`. + +--- + +`551` + +### --feedback-- + +These are the numbers `cinco`, `cinco`, `uno`. + +# --explanation-- + +Ángela says `Su número es +57 304 551 8890`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_esteban_asks_angela_about_luis_dialogue.mp3", + "startTime": 1, + "startTimestamp": 12.95, + "finishTimestamp": 21.69 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 21, + "y": 23, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Ángela", + "position": { + "x": 45, + "y": 23, + "z": 1.5 + }, + "startTime": 0.5 + }, + { + "character": "Luis", + "position": { + "x": 80, + "y": 13, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 9.74, + "dialogue": { + "text": "Su número es +57 304 551 8890.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "startTime": 10.24 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "startTime": 10.74 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "startTime": 10.94 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6997388841de48757d042472.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6997388841de48757d042472.md new file mode 100644 index 00000000000..52935145515 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/6997388841de48757d042472.md @@ -0,0 +1,154 @@ +--- +id: 6997388841de48757d042472 +title: Task 29 +challengeType: 19 +dashedName: task-29 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Is it true: Esteban is asking about Luis' email address. + +## --answers-- + +True + +### --feedback-- + +Esteban is asking for something that is unique to Luis in the company system. + +--- + +False + +## --video-solution-- + +2 + +# --explanation-- + +Esteban is asking `¿Y su usuario?`, which means "And his username?" + +He starts the question with `Y` because it's part of a continous conversation, so this is implying that he is asking more information about Luis. + +Therefore, he is not asking about his email address. He is asking about his username. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_esteban_asks_angela_about_luis_dialogue.mp3", + "startTime": 1, + "startTimestamp": 23.18, + "finishTimestamp": 24.28 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 21, + "y": 23, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Ángela", + "position": { + "x": 45, + "y": 23, + "z": 1.5 + }, + "startTime": 0.5 + }, + { + "character": "Luis", + "position": { + "x": 80, + "y": 13, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 2.1, + "dialogue": { + "text": "¿Y su usuario?", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "startTime": 2.6 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "startTime": 3.1 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "startTime": 3.3 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699739386ae91ba49b6013ff.md b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699739386ae91ba49b6013ff.md new file mode 100644 index 00000000000..cee35cc43bb --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-short-workplace-profile/699739386ae91ba49b6013ff.md @@ -0,0 +1,148 @@ +--- +id: 699739386ae91ba49b6013ff +title: Task 30 +challengeType: 22 +dashedName: task-30 +lang: es +--- + + + +# --description-- + +Ángela is replying to Esteban's question about Luis' username. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Es BLANK.` + +## --blanks-- + +`luis_torres` + +### --feedback-- + +This is the specific username mentioned in the audio, including the underscore. + +# --explanation-- + +Ángela says `Es luis_torres.` + +The symbol `_` is known as `guión bajo` in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_esteban_asks_angela_about_luis_dialogue.mp3", + "startTime": 1, + "startTimestamp": 25.09, + "finishTimestamp": 28.06 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Esteban", + "position": { + "x": 21, + "y": 23, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Ángela", + "position": { + "x": 45, + "y": 23, + "z": 1.5 + }, + "startTime": 0.5 + }, + { + "character": "Luis", + "position": { + "x": 80, + "y": 13, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Ángela", + "startTime": 1, + "finishTime": 3.97, + "dialogue": { + "text": "Es luis_torres.", + "align": "left" + } + }, + { + "character": "Luis", + "position": { + "x": 125, + "y": 13, + "z": 1.2 + }, + "startTime": 4.47 + }, + { + "character": "Ángela", + "position": { + "x": 125, + "y": 23, + "z": 1.5 + }, + "startTime": 4.97 + }, + { + "character": "Esteban", + "position": { + "x": -25, + "y": 23, + "z": 1.4 + }, + "startTime": 5.17 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e1bc4e5dc7ff417f37ad8.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e1bc4e5dc7ff417f37ad8.md new file mode 100644 index 00000000000..987e3ca9e23 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e1bc4e5dc7ff417f37ad8.md @@ -0,0 +1,178 @@ +--- +id: 698e1bc4e5dc7ff417f37ad8 +title: Task 1 +challengeType: 19 +dashedName: task-1 +lang: es +--- + + + +# --description-- + +When you're talking about someone else, you can use this question to ask about their name: + +`¿Cómo se llama?` - What is his/her name? + +The word `cómo` means "how". It's very important to write the accent mark on the letter `o` when this word starts a question. + +The word `se` implies that you're talking about a third person. + +Elena is talking to Esteban about his new colleague, Diego. + +# --instructions-- + +Listen to the audio and select the question that Elena is asking. + +# --questions-- + +## --text-- + +What is Elena asking? + +## --answers-- + +`¿Cómo le llama tu nuevo compañero de trabajo?` + +### --feedback-- + +Elena asks a different question. + +--- + +`¿Cómo se llama tu nuevo compañero de trabajo?` + +--- + +`¿Cómo me llama tu nuevo compañero de trabajo?` + +### --feedback-- + +Elena asks a different question. + +--- + +`¿Cómo te llama tu nuevo compañero de trabajo?` + +### --feedback-- + +Elena asks a different question. + +## --video-solution-- + +2 + +# --explanation-- + +Elena asks Esteban `¿Cómo se llama tu nuevo compañero de trabajo?`, which means "What's the name of your new colleague?" + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 6, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 0.42, + "finishTimestamp": 3.59 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 6, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Elena", + "startTime": 1, + "finishTime": 4.17, + "dialogue": { + "text": "¿Cómo se llama tu nuevo compañero de trabajo?", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 6, + "z": 1 + }, + "startTime": 4.67 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 5.17 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 5.37 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e25aef82ec8e07de89710.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e25aef82ec8e07de89710.md new file mode 100644 index 00000000000..3e702e8be1d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e25aef82ec8e07de89710.md @@ -0,0 +1,172 @@ +--- +id: 698e25aef82ec8e07de89710 +title: Task 2 +challengeType: 22 +dashedName: task-2 +lang: es +--- + + + +# --description-- + +In a professional setting, it's very common to ask about new team members. + +The phrase `compañero de trabajo` means "colleague" or "coworker". + +Elena is asking Esteban about his new colleague. + +# --instructions-- + +Listen to the audio and complete the question below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿Cómo se llama tu nuevo BLANK BLANK BLANK?` + +## --blanks-- + +`compañero` + +### --feedback-- + +This word refers to a colleague or team member. Remember to use the letter `ñ`. + +--- + +`de` + +### --feedback-- + +This preposition connects "compañero" with the specific field (work). + +--- + +`trabajo` + +### --feedback-- + +This word indicates the professional setting or activity. + +# --explanation-- + +`Nuevo` means "new". + +`Compañero de trabajo` means "coworker" or "colleague". + +Elena asks `¿Cómo se llama tu nuevo compañero de trabajo?`, which means "What is your new coworker's name?" in male form. + +Remember to start the question with an opening question mark `¿` and use the unique letter `eñe` (`ñ`) in the word `compañero`. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 6, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 0.42, + "finishTimestamp": 3.59 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 6, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Elena", + "startTime": 1, + "finishTime": 4.17, + "dialogue": { + "text": "¿Cómo se llama tu nuevo compañero de trabajo?", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 6, + "z": 1 + }, + "startTime": 4.67 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 5.17 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 5.37 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e283010eede78f249a050.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e283010eede78f249a050.md new file mode 100644 index 00000000000..c3f7ed44b95 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e283010eede78f249a050.md @@ -0,0 +1,154 @@ +--- +id: 698e283010eede78f249a050 +title: Task 3 +challengeType: 22 +dashedName: task-3 +lang: es +--- + + + +# --description-- + +When introducing someone else or saying their name in the third person, use this structure: + +**`Se llama` + Name** + +Listen to how Esteban says Diego's name. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK llama Diego Ferreira.` + +## --blanks-- + +`Se` + +### --feedback-- + +This is the reflexive pronoun for the third person (he/she). It is essential to indicate that you are stating someone's name. Remember to capitalize the first letter. + +# --explanation-- + +To say someone's name, you can use this structure: + +**`Se llama` + Name** + +Esteban says `Se llama Diego Ferreira.` + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 4.37, + "finishTimestamp": 6.34 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 7, + "z": 0.9 + }, + "startTime": 0.7 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 2.97, + "dialogue": { + "text": "Se llama Diego Ferreira.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "startTime": 3.47 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 3.97 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 4.17 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2993d8f869c6e986fcae.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2993d8f869c6e986fcae.md new file mode 100644 index 00000000000..fd48daadc83 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2993d8f869c6e986fcae.md @@ -0,0 +1,178 @@ +--- +id: 698e2993d8f869c6e986fcae +title: Task 4 +challengeType: 19 +dashedName: task-4 +lang: es +--- + + + +# --description-- + +To ask where someone is from, it's common to use this structure: + +**`¿Es de` + Place of origin?** + +This is equivalent to "Is he/she from + Place of origin?" + +Elena continues talking to Esteban about Diego. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Elena asking about Diego? + +## --answers-- + +If he is from Brazil. + +--- + +If he speaks Portuguese. + +### --feedback-- + +Elena is asking something different. + +--- + +If he studied in Brazil. + +### --feedback-- + +Elena is asking something different. + +--- + +If his name is Brasil. + +### --feedback-- + +Elena is asking something different. + +## --video-solution-- + +1 + +# --explanation-- + +The question `¿Es de Brasil?` means "Is he from Brazil?" + +Therefore, Elena is asking if Diego is from Brazil. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 8.18, + "finishTimestamp": 9.36 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 7, + "z": 0.9 + }, + "startTime": 0.7 + }, + { + "character": "Elena", + "startTime": 1, + "finishTime": 2.18, + "dialogue": { + "text": "¿Es de Brasil?", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "startTime": 2.68 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 3.18 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 3.38 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2b555ff48aaf65238dd2.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2b555ff48aaf65238dd2.md new file mode 100644 index 00000000000..f6c622a862c --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2b555ff48aaf65238dd2.md @@ -0,0 +1,154 @@ +--- +id: 698e2b555ff48aaf65238dd2 +title: Task 5 +challengeType: 22 +dashedName: task-5 +lang: es +--- + + + +# --description-- + +Now you'll practice writing a question about where Diego is from. + +# --instructions-- + +Listen to the audio and complete the question below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿BLANK BLANK Brasil?` + +## --blanks-- + +`Es` + +### --feedback-- + +This is the third-person singular form of the verb `ser` ("to be"). Remember to capitalize the first letter. + +--- + +`de` + +### --feedback-- + +This preposition is used to indicate where someone is from. + +# --explanation-- + +Elena asks `¿Es de Brasil?`, which means that she wants to know if Diego is from Brazil. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 8.18, + "finishTimestamp": 9.36 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 7, + "z": 0.9 + }, + "startTime": 0.7 + }, + { + "character": "Elena", + "startTime": 1, + "finishTime": 2.18, + "dialogue": { + "text": "¿Es de Brasil?", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "startTime": 2.68 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 3.18 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 3.38 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2c1d4f64bf4d5546560b.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2c1d4f64bf4d5546560b.md new file mode 100644 index 00000000000..c34fbde0c82 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2c1d4f64bf4d5546560b.md @@ -0,0 +1,168 @@ +--- +id: 698e2c1d4f64bf4d5546560b +title: Task 6 +challengeType: 19 +dashedName: task-6 +lang: es +--- + + + +# --description-- + +In Spanish, there are two common ways to talk about origin. + +The first one is using **`Es de` + country**. For example: + +`Es de Venezuela` - He is from Venezuela. + +The second one is using the nationality adjective. For example: + +`Es venezolano` - He is venezuelan. + +Nationalities are **not** capitalized. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Is Esteban confirming that Diego is from Brazil? + +## --answers-- + +Yes + +--- + +No + +### --feedback-- + +Esteban is confirming that Diego is from Brazil. + +## --video-solution-- + +1 + +# --explanation-- + +Esteban says `Sí, es brasileño`, which means "Yes, he is Brazilian" in male form. + +It's very important to include the accent mark in the letter `i` of the word `Sí`. With the accent mark, this word means "yes". Without the accent mark, based on the context, this word can mean "if", as a conditional. + +Remember that nationalities are not capitalized in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 10.04, + "finishTimestamp": 12.08 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 7, + "z": 0.9 + }, + "startTime": 0.7 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 3.04, + "dialogue": { + "text": "Sí, es brasileño.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "startTime": 3.54 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 4.04 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 4.24 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2e2a0355b2f50ed3fc09.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2e2a0355b2f50ed3fc09.md new file mode 100644 index 00000000000..8767cc3657a --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2e2a0355b2f50ed3fc09.md @@ -0,0 +1,170 @@ +--- +id: 698e2e2a0355b2f50ed3fc09 +title: Task 7 +challengeType: 19 +dashedName: task-7 +lang: es +--- + + + +# --description-- + +Now listen to what Esteban is saying about Diego, focusing on the verb. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +Select the correct option based on what you hear in the audio. + +## --answers-- + +`Sí, es brasileño.` + +--- + +`Sí, soy brasileño.` + +### --feedback-- + +Esteban mentions a different verb conjugation. + +--- + +`Sí, estoy brasileño.` + +### --feedback-- + +Esteban mentions a different verb. + +--- + +`Sí, eres brasileño.` + +### --feedback-- + +Esteban mentions a different verb conjugation. + +## --video-solution-- + +1 + +# --explanation-- + +Esteban says `Sí, es brasileño`, using the third person singular ("he"/"she") to refer to Diego. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 10.04, + "finishTimestamp": 12.08 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 7, + "z": 0.9 + }, + "startTime": 0.7 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 3.04, + "dialogue": { + "text": "Sí, es brasileño.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "startTime": 3.54 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 4.04 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 4.24 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2f48dcd9f1e2a61fc2fa.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2f48dcd9f1e2a61fc2fa.md new file mode 100644 index 00000000000..fd09effbd57 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e2f48dcd9f1e2a61fc2fa.md @@ -0,0 +1,174 @@ +--- +id: 698e2f48dcd9f1e2a61fc2fa +title: Task 8 +challengeType: 19 +dashedName: task-8 +lang: es +--- + + + +# --description-- + +Elena is asking something very specific about Diego. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Elena asking about Diego? + +## --answers-- + +His name + +### --feedback-- + +Elena asks something different about Diego. + +--- + +His profession + +### --feedback-- + +Elena asks something different about Diego. + +--- + +His age + +--- + +His favorite color + +### --feedback-- + +Elena asks something different about Diego. + +## --video-solution-- + +3 + +# --explanation-- + +Elena is asking `¿Qué edad tiene?`, which is the standard way to ask "How old is he?". + +Therefore, she is asking about Diego's age. + +Remember to include the accent mark on the letter `e` of the word `Qué` when it starts a question. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 13.65, + "finishTimestamp": 14.73 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 7, + "z": 0.9 + }, + "startTime": 0.7 + }, + { + "character": "Elena", + "startTime": 1, + "finishTime": 2.08, + "dialogue": { + "text": "¿Qué edad tiene?", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "startTime": 2.58 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 3.08 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 3.28 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e31016529cc591af30119.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e31016529cc591af30119.md new file mode 100644 index 00000000000..e764929c161 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e31016529cc591af30119.md @@ -0,0 +1,150 @@ +--- +id: 698e31016529cc591af30119 +title: Task 9 +challengeType: 22 +dashedName: task-9 +lang: es +--- + + + +# --description-- + +The verb `tener` ("to have") is used to ask about someone's age in Spanish. + +`Tiene` is the third-person singular conjugation of this verb. + +Listen to how Elena pronounces this word and practice writing it below. + +# --instructions-- + +Listen to the audio and complete the question below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿Qué edad BLANK?` + +## --blanks-- + +`tiene` + +### --feedback-- + +This is a conjugation of the verb `tener`. + +# --explanation-- + +Elena asks `¿Qué edad tiene?`. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 13.65, + "finishTimestamp": 14.73 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 7, + "z": 0.9 + }, + "startTime": 0.7 + }, + { + "character": "Elena", + "startTime": 1, + "finishTime": 2.08, + "dialogue": { + "text": "¿Qué edad tiene?", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "startTime": 2.58 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 3.08 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 3.28 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e31e953be218b5d61bfdb.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e31e953be218b5d61bfdb.md new file mode 100644 index 00000000000..c4023ac9401 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e31e953be218b5d61bfdb.md @@ -0,0 +1,150 @@ +--- +id: 698e31e953be218b5d61bfdb +title: Task 10 +challengeType: 22 +dashedName: task-10 +lang: es +--- + + + +# --description-- + +Esteban is replying to Elena's question about Diego's age. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Tiene BLANK años.` + +## --blanks-- + +`veintiséis` + +### --feedback-- + +This is the number 26. Remember to include the accent mark on the letter `e`. + +# --explanation-- + +Esteban says this about Diego: `Tiene veintiséis años.` + +`Veintiséis` means twenty-six (26). + +Therefore, Diego is twenty-six years old. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "opacity": 1 + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_elena_asks_esteban_about_diego_dialogue.mp3", + "startTime": 1, + "startTimestamp": 15.63, + "finishTimestamp": 17.92 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Elena", + "position": { + "x": 18, + "y": 26, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Esteban", + "position": { + "x": 47, + "y": 14, + "z": 1.3 + }, + "startTime": 0.5 + }, + { + "character": "Diego", + "position": { + "x": 82, + "y": 7, + "z": 0.9 + }, + "startTime": 0.7 + }, + { + "character": "Esteban", + "startTime": 1, + "finishTime": 3.29, + "dialogue": { + "text": "Tiene veintiséis años.", + "align": "left" + } + }, + { + "character": "Diego", + "position": { + "x": 125, + "y": 7, + "z": 0.9 + }, + "startTime": 3.79 + }, + { + "character": "Esteban", + "position": { + "x": 125, + "y": 14, + "z": 1.3 + }, + "startTime": 4.29 + }, + { + "character": "Elena", + "position": { + "x": -25, + "y": 26, + "z": 1.4 + }, + "startTime": 4.49 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e398db71b41874fc5f713.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e398db71b41874fc5f713.md new file mode 100644 index 00000000000..83ca1c21130 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e398db71b41874fc5f713.md @@ -0,0 +1,176 @@ +--- +id: 698e398db71b41874fc5f713 +title: Task 11 +challengeType: 19 +dashedName: task-11 +lang: es +--- + + + +# --description-- + +The word `colega` ("colleague") is a common alternative to `compañero de trabajo` in professional settings. + +It's a gender-neutral noun. You only need to change the article to `el colega` (male form) or `la colega` (feminine form). + +Mateo is asking Julieta something about her colleague, Valeria. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Mateo asking about Valeria? + +## --answers-- + +Her name + +--- + +Her job title + +### --feedback-- + +Mateo is asking something different. + +--- + +Her age + +### --feedback-- + +Mateo is asking something different. + +--- + +Where she is from + +### --feedback-- + +Mateo is asking something different. + +## --video-solution-- + +1 + +# --explanation-- + +The question `¿Cómo se llama tu colega?` translates to "What is your colleague's name?". + +Therefore, Mateo is asking Valeria's name. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 0.63, + "finishTimestamp": 2.23 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.6, + "dialogue": { + "text": "¿Cómo se llama tu colega?", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 3.1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 3.6 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 3.8 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e3b5839d7e728ee4d124f.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e3b5839d7e728ee4d124f.md new file mode 100644 index 00000000000..7eb136dbe31 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e3b5839d7e728ee4d124f.md @@ -0,0 +1,148 @@ +--- +id: 698e3b5839d7e728ee4d124f +title: Task 12 +challengeType: 22 +dashedName: task-12 +lang: es +--- + + + +# --description-- + +Now you'll practice how to write Mateo's question about Valeria. + +# --instructions-- + +Listen to the audio and complete the question below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿BLANK se llama tu colega?` + +## --blanks-- + +`Cómo` + +### --feedback-- + +This word starts the question. Remember to include the accent mark on the letter `o` and to capitalize the first letter. + +# --explanation-- + +Mateo asks `¿Cómo se llama tu colega?`. + +Remember to include the opening question mark `¿` and the accent mark on the letter `o` of the word `Cómo` when it starts a question. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 0.63, + "finishTimestamp": 2.23 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.6, + "dialogue": { + "text": "¿Cómo se llama tu colega?", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 3.1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 3.6 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 3.8 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e3ce939e13735f1e5ad98.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e3ce939e13735f1e5ad98.md new file mode 100644 index 00000000000..de15d84c46f --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e3ce939e13735f1e5ad98.md @@ -0,0 +1,154 @@ +--- +id: 698e3ce939e13735f1e5ad98 +title: Task 13 +challengeType: 22 +dashedName: task-13 +lang: es +--- + + + +# --description-- + +Julieta is replying to Mateo's question about Valeria's name. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK BLANK Valeria Méndez.` + +## --blanks-- + +`Se` + +### --feedback-- + +This is the reflexive pronoun for "her". Remember to capitalize it because it's starting the sentence. + +--- + +`llama` + +### --feedback-- + +This is the third-person singular form of the verb `llamar`. + +# --explanation-- + +Julieta says `Se llama Valeria Méndez`, which means "Her name is Valeria Méndez". + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 3.33, + "finishTimestamp": 5.55 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 3.22, + "dialogue": { + "text": "Se llama Valeria Méndez.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 3.72 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 4.22 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 4.42 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e3ef2a617a4729be4205d.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e3ef2a617a4729be4205d.md new file mode 100644 index 00000000000..5c0f9c530d9 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e3ef2a617a4729be4205d.md @@ -0,0 +1,176 @@ +--- +id: 698e3ef2a617a4729be4205d +title: Task 14 +challengeType: 19 +dashedName: task-14 +lang: es +--- + + + +# --description-- + +Mateo wants to know more about Valeria. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What does the word `vive` most likely mean in this sentence? + +## --answers-- + +Eat + +### --feedback-- + +Mateo is asking about something different. + +--- + +Work + +### --feedback-- + +Mateo is asking about something different. + +--- + +Play + +### --feedback-- + +Mateo is asking about something different. + +--- + +Live + +## --video-solution-- + +4 + +# --explanation-- + +Mateo asks `¿Dónde vive Valeria?`, which means "Where does Valeria live?" + +`¿Dónde...?` means "Where...?" + +Remember to include an opening question mark `¿` and to include the accent mark in the letter `ó` when this word starts a question. + +The word `vive` means "lives", the third-person singular of the verb `vivir`. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 6.94, + "finishTimestamp": 8.48 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.54, + "dialogue": { + "text": "¿Dónde vive Valeria?", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 3.04 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 3.54 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 3.74 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e40b4de790dc74d7a9e08.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e40b4de790dc74d7a9e08.md new file mode 100644 index 00000000000..7e7fcd62bc9 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e40b4de790dc74d7a9e08.md @@ -0,0 +1,152 @@ +--- +id: 698e40b4de790dc74d7a9e08 +title: Task 15 +challengeType: 22 +dashedName: task-15 +lang: es +--- + + + +# --description-- + +The question word `Dónde` ("where") is used to ask about location or place of residence. For example: + +`¿Dónde estás?` - Where are you? + +It's important to include the accent mark in the letter `o` when this word starts a question. + +Mateo is asking about Valeria's place of residence. + +# --instructions-- + +Listen to the audio and complete the question below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿BLANK vive Valeria?` + +## --blanks-- + +`Dónde` + +### --feedback-- + +Remember to include the accent mark on the letter `o` and capitalize the first letter, since this is the first word of the question. + +# --explanation-- + +Mateo asks `¿Dónde vive Valeria?`, which means "Where does Valeria live?" + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 6.94, + "finishTimestamp": 8.48 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.54, + "dialogue": { + "text": "¿Dónde vive Valeria?", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 3.04 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 3.54 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 3.74 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e42cf6066fc187f7da00a.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e42cf6066fc187f7da00a.md new file mode 100644 index 00000000000..d7adec53fa5 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e42cf6066fc187f7da00a.md @@ -0,0 +1,162 @@ +--- +id: 698e42cf6066fc187f7da00a +title: Task 16 +challengeType: 22 +dashedName: task-16 +lang: es +--- + + + +# --description-- + +The verb `vivir` means "to live". + +When referring to someone else ("he"/"she"), the verb is conjugated as `vive`. It's typically followed by the preposition `en` to indicate where the person lives, with this structure: + +**`Vive en` + Location** + +Julieta is replying to Mateo's question, telling him where Valeria lives. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`Ella BLANK BLANK Medellín, Colombia.` + +## --blanks-- + +`vive` + +### --feedback-- + +This is the third-person form of the verb `vivir`. + +--- + +`en` + +### --feedback-- + +This is a preposition used to indicate where someone resides. + +# --explanation-- + +Julieta says `Ella vive en Medellín, Colombia`, which means that "She lives in Medellín, Colombia". + +The word `Ella` means "Her". + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 9.36, + "finishTimestamp": 11.78 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 3.42, + "dialogue": { + "text": "Ella vive en Medellín, Colombia.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 3.92 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 4.42 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 4.62 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e45573e4606b579c0e770.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e45573e4606b579c0e770.md new file mode 100644 index 00000000000..593ca1a6f11 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e45573e4606b579c0e770.md @@ -0,0 +1,174 @@ +--- +id: 698e45573e4606b579c0e770 +title: Task 17 +challengeType: 19 +dashedName: task-17 +lang: es +--- + + + +# --description-- + +Mateo continues talking to Julieta about Valeria. + +In Spanish, it's essential to use the right intonation when asking a question. This time, Mateo is asking a question to Julieta. Practice this intonation. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Mateo asking about Valeria? + +## --answers-- + +Her role in the company. + +--- + +Her work experience. + +### --feedback-- + +Mateo is asking about something different. + +--- + +If she speaks French. + +### --feedback-- + +Mateo is asking about something different. + +--- + +Her hobbies. + +### --feedback-- + +Mateo is asking about something different. + +## --video-solution-- + +1 + +# --explanation-- + +Mateo asks `¿Es product owner?`, which means "Is she a product owner?" + +A Product Owner maximizes a product's value by prioritizing features that have most impact for both the users and the company. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 13.36, + "finishTimestamp": 14.85 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.49, + "dialogue": { + "text": "¿Es product owner?", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 2.99 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 3.49 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 3.69 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e47cbcef44f80e6016588.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e47cbcef44f80e6016588.md new file mode 100644 index 00000000000..e5d8f971e36 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e47cbcef44f80e6016588.md @@ -0,0 +1,150 @@ +--- +id: 698e47cbcef44f80e6016588 +title: Task 18 +challengeType: 22 +dashedName: task-18 +lang: es +--- + + + +# --description-- + +In Spanish, when confirming information, you use the word `sí`. + +It's very important to include the accent mark over the letter `i`. Without the accent mark, `si` means "if", like a conditional, which can change the meaning of your sentence. + +Julieta is confirming that Valeria is product owner. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK, es product owner.` + +## --blanks-- + +`Sí` + +### --feedback-- + +Remember to include the accent mark on the letter `i` to mean `yes`, and to capitalize the first letter. + +# --explanation-- + +Julieta confirms that Valeria is product owner by saying `Sí, es product owner.`, which means "Yes, she is a product owner". + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 15.6, + "finishTimestamp": 17.52 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 2.92, + "dialogue": { + "text": "Sí, es product owner.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 3.42 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 3.92 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 4.12 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e499dbb24898e9d70cef9.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e499dbb24898e9d70cef9.md new file mode 100644 index 00000000000..9b9892b7737 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e499dbb24898e9d70cef9.md @@ -0,0 +1,178 @@ +--- +id: 698e499dbb24898e9d70cef9 +title: Task 19 +challengeType: 19 +dashedName: task-19 +lang: es +--- + + + +# --description-- + +Mateo is asking something about Valeria. He's using a conjugation of the verb `gustar`. This should give you a clue. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Mateo asking about Valeria? + +## --answers-- + +What she likes about her job. + +--- + +Where her job is located. + +### --feedback-- + +Mateo is asking something different. + +--- + +If she likes to paint. + +### --feedback-- + +Mateo is asking something different. + +--- + +How many siblings she has. + +### --feedback-- + +Mateo is asking something different. + +## --video-solution-- + +1 + +# --explanation-- + +Mateo is asking `¿Qué le gusta sobre su trabajo?`, which means "What does she like about her job?" + +He starts the question with the word `Qué` ("What"). Remember to include the accent mark on the letter `e` when this word starts a question and to capitalize it when it starts a question. + +He's using the third-person `gusta` conjugation of the verb `gustar`. + +The word `trabajo` means "job". + +Therefore, he is asking Julieta what Valeria likes about her job. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 19.16, + "finishTimestamp": 21.1 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.94, + "dialogue": { + "text": "¿Qué le gusta sobre su trabajo?", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 3.44 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 3.94 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 4.14 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e4b80c0ed5943c22ae450.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e4b80c0ed5943c22ae450.md new file mode 100644 index 00000000000..334d8e1842b --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e4b80c0ed5943c22ae450.md @@ -0,0 +1,148 @@ +--- +id: 698e4b80c0ed5943c22ae450 +title: Task 20 +challengeType: 22 +dashedName: task-20 +lang: es +--- + + + +# --description-- + +Mateo is asking about what Valeria likes. + +# --instructions-- + +Listen to the audio and complete the question below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿Qué BLANK gusta sobre su trabajo?` + +## --blanks-- + +`le` + +### --feedback-- + +When combined with the verb `gustar`, the word `le` indicates that you're talking about what someone else likes. + +# --explanation-- + +Mateo asks `¿Qué le gusta sobre su trabajo?`, which means "What does she like about her job?" + +`Le gusta` indicates that he is referring to someone else, a third person. Its meaning is similar to "He/She likes". + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 19.16, + "finishTimestamp": 21.1 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.94, + "dialogue": { + "text": "¿Qué le gusta sobre su trabajo?", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 3.44 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 3.94 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 4.14 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e4ce585c0ed27e26de950.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e4ce585c0ed27e26de950.md new file mode 100644 index 00000000000..ed836d360b2 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e4ce585c0ed27e26de950.md @@ -0,0 +1,162 @@ +--- +id: 698e4ce585c0ed27e26de950 +title: Task 21 +challengeType: 22 +dashedName: task-21 +lang: es +--- + + + +# --description-- + +Julieta is describing what Valeria likes to do in her daily work. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK BLANK organizar productos y equipos.` + +## --blanks-- + +`Le` + +### --feedback-- + +This is the indirect object pronoun referring to "her". Remember to capitalize the first letter. + +--- + +`gusta` + +### --feedback-- + +This word means "likes". + +# --explanation-- + +Julieta says this about Valeria, `le gusta organizar productos y equipos`. This means that "she likes to organize products and teams". + +In the context of a female person like Valeria, `le gusta` means "She likes to..." + +`Organizar` means "to organize". + +`Productos` means "products". + +`Equipos` means "teams". + +# --scene-- + +```json +{ + "setup": { + "background": "company1-dining.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_mateo_asks_julieta_about_valeria_dialogue.mp3", + "startTime": 1, + "startTimestamp": 22.02, + "finishTimestamp": 25.28 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 19, + "y": 17, + "z": 1.4 + }, + "startTime": 0 + }, + { + "character": "Julieta", + "position": { + "x": 51, + "y": 18, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Valeria", + "position": { + "x": 85, + "y": 10, + "z": 1 + }, + "startTime": 0.7 + }, + { + "character": "Julieta", + "startTime": 1, + "finishTime": 4.26, + "dialogue": { + "text": "Le gusta organizar productos y equipos.", + "align": "left" + } + }, + { + "character": "Valeria", + "position": { + "x": 125, + "y": 10, + "z": 1 + }, + "startTime": 4.76 + }, + { + "character": "Julieta", + "position": { + "x": 125, + "y": 18, + "z": 1.4 + }, + "startTime": 5.26 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 17, + "z": 1.4 + }, + "startTime": 5.46 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e52c9968d3309bdf8cb8b.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e52c9968d3309bdf8cb8b.md new file mode 100644 index 00000000000..185ab078261 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698e52c9968d3309bdf8cb8b.md @@ -0,0 +1,156 @@ +--- +id: 698e52c9968d3309bdf8cb8b +title: Task 22 +challengeType: 19 +dashedName: task-22 +lang: es +--- + + + +# --description-- + +Camila is talking to Sebastián about his colleague, Marisol. + +# --instructions-- + +Listen to the audio and determine if the statement below is true or false. + +# --questions-- + +## --text-- + +Is it true: Camila is asking about Marisol's age. + +## --answers-- + +True + +### --feedback-- + +Camila is not asking about her age. + +--- + +False + +## --video-solution-- + +2 + +# --explanation-- + +The question `¿Cómo se llama ella?` translates to "What is her name?" + +Therefore, Camila is not asking about Marisol's age. She is asking about her name. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-roof.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_camila_asks_basti_about_marisol_dialogue.mp3", + "startTime": 1, + "startTimestamp": 0.5, + "finishTimestamp": 1.89 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Camila", + "position": { + "x": 21, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Sebastián", + "position": { + "x": 49, + "y": 16, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Marisol", + "position": { + "x": 82, + "y": 14, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.39, + "dialogue": { + "text": "¿Cómo se llama ella?", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "startTime": 2.89 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "startTime": 3.39 + }, + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 3.59 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3ae3562e2153c8125997.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3ae3562e2153c8125997.md new file mode 100644 index 00000000000..f305ef5b9b2 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3ae3562e2153c8125997.md @@ -0,0 +1,156 @@ +--- +id: 698f3ae3562e2153c8125997 +title: Task 23 +challengeType: 22 +dashedName: task-23 +lang: es +--- + + + +# --description-- + +Sebastián is replying to Camila's question about her colleague's name. + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK BLANK Marisol Acevedo.` + +## --blanks-- + +`Se` + +### --feedback-- + +This is the reflexive pronoun for "her". Remember to capitalize this word since it starts the sentence. + +--- + +`llama` + +### --feedback-- + +This is the third-person singular conjugation of the verb `llamar`. + +# --explanation-- + +Sebastián says `Se llama Marisol Acevedo`, which means "Her name is Marisol Acevedo". + +`Se llama...` is equivalent to `His/Her name is...`. It's used to talk about someone else. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-roof.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_camila_asks_basti_about_marisol_dialogue.mp3", + "startTime": 1, + "startTimestamp": 3.14, + "finishTimestamp": 5.51 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Camila", + "position": { + "x": 21, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Sebastián", + "position": { + "x": 49, + "y": 16, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Marisol", + "position": { + "x": 82, + "y": 14, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 3.37, + "dialogue": { + "text": "Se llama Marisol Acevedo.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "startTime": 3.87 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "startTime": 4.37 + }, + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 4.57 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3c162c94dc489342c2c9.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3c162c94dc489342c2c9.md new file mode 100644 index 00000000000..6d7de38f28b --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3c162c94dc489342c2c9.md @@ -0,0 +1,174 @@ +--- +id: 698f3c162c94dc489342c2c9 +title: Task 24 +challengeType: 19 +dashedName: task-24 +lang: es +--- + + + +# --description-- + +Camila continues talking to Sebastián about Marisol. She wants to know more about her. + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is Camila asking about Marisol? + +## --answers-- + +If she likes Colombia. + +### --feedback-- + +Camila asks something different. + +--- + +When she is going to Colombia. + +### --feedback-- + +Camila asks something different. + +--- + +What is her job in Colombia. + +### --feedback-- + +Camila asks something different. + +--- + +If she is from Colombia. + +## --video-solution-- + +4 + +# --explanation-- + +Camila asks `¿Es de Colombia?`, which means "Is she from Colombia?" + +Therefore, Camila is asking where Marisol is from. + +Note that the "she" is omitted in the question because it's included implicitly. Remember to start the question with an opening question mark `¿`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-roof.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_camila_asks_basti_about_marisol_dialogue.mp3", + "startTime": 1, + "startTimestamp": 6.41, + "finishTimestamp": 7.62 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Camila", + "position": { + "x": 21, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Sebastián", + "position": { + "x": 49, + "y": 16, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Marisol", + "position": { + "x": 82, + "y": 14, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.21, + "dialogue": { + "text": "¿Es de Colombia?", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "startTime": 2.71 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "startTime": 3.21 + }, + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 3.41 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3e6267a887a0f4930842.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3e6267a887a0f4930842.md new file mode 100644 index 00000000000..ed5decbf43b --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3e6267a887a0f4930842.md @@ -0,0 +1,154 @@ +--- +id: 698f3e6267a887a0f4930842 +title: Task 25 +challengeType: 22 +dashedName: task-25 +lang: es +--- + + + +# --description-- + +Now you'll practice writing Camila's question. + +# --instructions-- + +Listen to the audio and complete the question below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿BLANK BLANK Colombia?` + +## --blanks-- + +`Es` + +### --feedback-- + +This is the third-person singular of the verb `ser` ("to be"). Remember to capitalize the first letter. + +--- + +`de` + +### --feedback-- + +This is the "from" preposition, used to indicate origin. + +# --explanation-- + +Camila asks `¿Es de Colombia?`, which means "Is she from Colombia?" + +# --scene-- + +```json +{ + "setup": { + "background": "company2-roof.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_camila_asks_basti_about_marisol_dialogue.mp3", + "startTime": 1, + "startTimestamp": 6.41, + "finishTimestamp": 7.62 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Camila", + "position": { + "x": 21, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Sebastián", + "position": { + "x": 49, + "y": 16, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Marisol", + "position": { + "x": 82, + "y": 14, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.21, + "dialogue": { + "text": "¿Es de Colombia?", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "startTime": 2.71 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "startTime": 3.21 + }, + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 3.41 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3f5ce96d9109012ac63d.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3f5ce96d9109012ac63d.md new file mode 100644 index 00000000000..af6c547a1a1 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f3f5ce96d9109012ac63d.md @@ -0,0 +1,164 @@ +--- +id: 698f3f5ce96d9109012ac63d +title: Task 26 +challengeType: 19 +dashedName: task-26 +lang: es +--- + + + +# --description-- + +In Spanish, start the sentence with **`No`** to correct information or to provide a negative answer. + +Sebastián is replying to Camila's question. What is he saying? + +# --instructions-- + +Listen to the audio and determine if the statement below is true or false. + +# --questions-- + +## --text-- + +Is it true: Sebastián is confirming that Marisol is from Colombia. + +## --answers-- + +True + +### --feedback-- + +If Sebastián were confirming that Marisol is from Colombia, he would say `Sí, es de Colombia`. + +--- + +False + +## --video-solution-- + +2 + +# --explanation-- + +The sentence `No, es de México` translates to "No, she is from Mexico". + +In Spanish, use the word `no` to negate something. For example: + +`No, él no es doctor.` - No, he is not a doctor. + +Therefore, Sebastián is saying that Marisol is not from Colombia, she is from Mexico. + +In Spanish, the country `México` must carry an accent mark on the letter `e`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-roof.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_camila_asks_basti_about_marisol_dialogue.mp3", + "startTime": 1, + "startTimestamp": 8.75, + "finishTimestamp": 10.79 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Camila", + "position": { + "x": 21, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Sebastián", + "position": { + "x": 49, + "y": 16, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Marisol", + "position": { + "x": 82, + "y": 14, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 3.04, + "dialogue": { + "text": "No, es de México.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "startTime": 3.54 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "startTime": 4.04 + }, + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 4.24 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f40a65fac885bf48251d5.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f40a65fac885bf48251d5.md new file mode 100644 index 00000000000..e8afcf22c02 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f40a65fac885bf48251d5.md @@ -0,0 +1,170 @@ +--- +id: 698f40a65fac885bf48251d5 +title: Task 27 +challengeType: 19 +dashedName: task-27 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is the meaning of Camila's question? + +## --answers-- + +What is her profession? + +--- + +Where does she work? + +### --feedback-- + +Camila asks something different about Marisol. + +--- + +What is her name? + +### --feedback-- + +Camila asks something different about Marisol. + +--- + +What are her hobbies? + +### --feedback-- + +Camila asks something different about Marisol. + +## --video-solution-- + +1 + +# --explanation-- + +Camila asks `¿Cuál es su profesión?`, which means "What is her profession?" + +In this question, the word `su` indicates that Camila is talking about a third person. + +Remember to start the question with an opening question mark `¿`, and to include the accent mark in the words `Cuál` and `profesión`. This is very important for writing these words correctly. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-roof.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_camila_asks_basti_about_marisol_dialogue.mp3", + "startTime": 1, + "startTimestamp": 11.74, + "finishTimestamp": 13.06 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Camila", + "position": { + "x": 21, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Sebastián", + "position": { + "x": 49, + "y": 16, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Marisol", + "position": { + "x": 82, + "y": 14, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.32, + "dialogue": { + "text": "¿Cuál es su profesión?", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "startTime": 2.82 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "startTime": 3.32 + }, + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 3.52 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f4241f6cce2938e7db5f9.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f4241f6cce2938e7db5f9.md new file mode 100644 index 00000000000..bd15aa28fff --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f4241f6cce2938e7db5f9.md @@ -0,0 +1,144 @@ +--- +id: 698f4241f6cce2938e7db5f9 +title: Task 28 +challengeType: 22 +dashedName: task-28 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and complete the sentence below. + +# --fillInTheBlank-- + +## --sentence-- + +`¿Cuál es su BLANK?` + +## --blanks-- + +`profesión` + +### --feedback-- + +This word refers to a person's career or job title. Remember to include the accent mark on the second letter `o`. + +# --explanation-- + +The word `profesión` means "profession". It's used to refer to someone's work. + +Camila asks this question about Marisol, `¿Cuál es su profesión?`, which means "What is her profession?" + +# --scene-- + +```json +{ + "setup": { + "background": "company2-roof.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_camila_asks_basti_about_marisol_dialogue.mp3", + "startTime": 1, + "startTimestamp": 11.74, + "finishTimestamp": 13.06 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Camila", + "position": { + "x": 21, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Sebastián", + "position": { + "x": 49, + "y": 16, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Marisol", + "position": { + "x": 82, + "y": 14, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.32, + "dialogue": { + "text": "¿Cuál es su profesión?", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "startTime": 2.82 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "startTime": 3.32 + }, + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 3.52 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f4368ead7c8a2b5b02a9e.md b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f4368ead7c8a2b5b02a9e.md new file mode 100644 index 00000000000..119dc9e2fdd --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-learn-talking-about-colleagues/698f4368ead7c8a2b5b02a9e.md @@ -0,0 +1,168 @@ +--- +id: 698f4368ead7c8a2b5b02a9e +title: Task 29 +challengeType: 19 +dashedName: task-29 +lang: es +--- + + + +# --instructions-- + +Listen to the audio and answer the question below. + +# --questions-- + +## --text-- + +What is the meaning of `ingeniera` in this sentence? + +## --answers-- + +Engineer + +--- + +Engine + +### --feedback-- + +The word `ingeniera` refers to a profession. + +--- + +Manager + +### --feedback-- + +The word `ingeniera` refers to a different profession. + +--- + +Intern + +### --feedback-- + +The word `ingeniera` refers to a specific profession. + +## --video-solution-- + +1 + +# --explanation-- + +Camila says that Marisol `es ingeniera de control de calidad`, which means that she is a quality control engineer. + +The word `ingeniera` means "engineer" in feminine form. The male form of "engineer" is `ingeniero`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-roof.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "opacity": 1 + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_camila_asks_basti_about_marisol_dialogue.mp3", + "startTime": 1, + "startTimestamp": 14.13, + "finishTimestamp": 16.6 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Camila", + "position": { + "x": 21, + "y": 21, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Sebastián", + "position": { + "x": 49, + "y": 16, + "z": 1.4 + }, + "startTime": 0.5 + }, + { + "character": "Marisol", + "position": { + "x": 82, + "y": 14, + "z": 1.2 + }, + "startTime": 0.7 + }, + { + "character": "Sebastián", + "startTime": 1, + "finishTime": 3.47, + "dialogue": { + "text": "Es ingeniera de control de calidad.", + "align": "left" + } + }, + { + "character": "Marisol", + "position": { + "x": 125, + "y": 14, + "z": 1.2 + }, + "startTime": 3.97 + }, + { + "character": "Sebastián", + "position": { + "x": 125, + "y": 16, + "z": 1.4 + }, + "startTime": 4.47 + }, + { + "character": "Camila", + "position": { + "x": -25, + "y": 21, + "z": 1.5 + }, + "startTime": 4.67 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/696ff9e313a43fa00c7538bf.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/696ff9e313a43fa00c7538bf.md deleted file mode 100644 index c4739ed0ffc..00000000000 --- a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/696ff9e313a43fa00c7538bf.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: 696ff9e313a43fa00c7538bf -title: "Dialogue 1: I'm Tom" -challengeType: 21 -dashedName: dialogue-1-im-tom -lang: es ---- - -# --description-- - -Watch the video below to understand the context of the upcoming lessons. - -# --assignment-- - -Watch the video. - -# --scene-- - -```json -{ - "setup": { - "background": "chaos.png", - "characters": [ - { - "character": "David", - "position": {"x":50,"y":80,"z":8}, - "opacity": 0 - } - ], - "audio": { - "filename": "1.1-1.mp3", - "startTime": 1, - "startTimestamp": 5.7, - "finishTimestamp": 6.48 - } - }, - "commands": [ - { - "character": "David", - "opacity": 1, - "startTime": 0 - }, - { - "character": "David", - "startTime": 1, - "finishTime": 0.78, - "dialogue": { - "text": "I'm Tom.", - "align": "center" - } - }, - { - "character": "Tom", - "opacity": 0, - "startTime": 1.28 - } - ] -} -``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f493335a5d15b24a78b9a.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f493335a5d15b24a78b9a.md new file mode 100644 index 00000000000..f2fb7ebcb5d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f493335a5d15b24a78b9a.md @@ -0,0 +1,135 @@ +--- +id: 698f493335a5d15b24a78b9a +title: Task 1 +challengeType: 24 +dashedName: task-1 +lang: es +--- + + + + + + +# --description-- + +Welcome to this practice section! + +It's time to apply your knowledge in a new mini biography. + +Meet Noelia. She seems very friendly, right? Luna will introduce her to you. + +# --assignment-- + +I've listened to Noelia's mini biography. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_noelia_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 0.61, + "finishTimestamp": 13.99 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 33, + "y": 25, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Noelia", + "position": { + "x": 72, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 3.7, + "dialogue": { + "text": "Noelia Fonseca es de Panamá.", + "align": "left" + } + }, + { + "character": "Luna", + "startTime": 4.16, + "finishTime": 8.56, + "dialogue": { + "text": "Es gerente de proyectos y tiene treinta y ocho años.", + "align": "left" + } + }, + { + "character": "Luna", + "startTime": 8.96, + "finishTime": 11.08, + "dialogue": { + "text": "Vive en Medellín, Colombia.", + "align": "left" + } + }, + { + "character": "Luna", + "startTime": 11.46, + "finishTime": 14.38, + "dialogue": { + "text": "Le gusta organizar tareas y horarios.", + "align": "left" + } + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 14.88 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "startTime": 15.38 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f4aa2838da707663e64e7.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f4aa2838da707663e64e7.md new file mode 100644 index 00000000000..06de151eb0e --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f4aa2838da707663e64e7.md @@ -0,0 +1,150 @@ +--- +id: 698f4aa2838da707663e64e7 +title: Task 2 +challengeType: 19 +dashedName: task-2 +lang: es +--- + + + +# --instructions-- + +Listen to Luna's question and answer it based on Noelia's mini biography below. + +```markdown +Noelia Fonseca es de Panamá. +Es gerente de proyectos y tiene treinta y ocho años. +Vive en Medellín, Colombia. +Le gusta organizar tareas y horarios. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Luna's question. + +## --answers-- + +`Noelia` + +--- + +`Fonseca` + +### --feedback-- + +Luna is asking about something different. + +--- + +`Panamá` + +### --feedback-- + +Luna is asking about something different. + +--- + +`Natalia` + +### --feedback-- + +The mini biography mentions a different name. + +## --video-solution-- + +1 + +# --explanation-- + +Luna asks `¿Cómo se llama?`, which translates to "What is her name?" + +The context from the mini biography is `Noelia Fonseca es de Panamá`, which means "Noelia Fonseca is from Panamá". + +Therefore, the answer to Luna's question is `Noelia`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_noelia_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 0.59, + "finishTimestamp": 1.67 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 35, + "y": 25, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Noelia", + "position": { + "x": 72, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 2.08, + "dialogue": { + "text": "¿Cómo se llama?", + "align": "left" + } + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.58 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "startTime": 3.08 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f4cf118f720d6b60407c9.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f4cf118f720d6b60407c9.md new file mode 100644 index 00000000000..8414c01673c --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f4cf118f720d6b60407c9.md @@ -0,0 +1,150 @@ +--- +id: 698f4cf118f720d6b60407c9 +title: Task 3 +challengeType: 19 +dashedName: task-3 +lang: es +--- + + + +# --instructions-- + +Listen to Luna's question and answer it based on Noelia's mini biography below. + +```markdown +Noelia Fonseca es de Panamá. +Es gerente de proyectos y tiene treinta y ocho años. +Vive en Medellín, Colombia. +Le gusta organizar tareas y horarios. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Luna's question. + +## --answers-- + +`Argentina` + +### --feedback-- + +The mini biography mentions a different country. + +--- + +`Fonseca` + +### --feedback-- + +Luna is asking about something different. + +--- + +`Panamá` + +--- + +`Es` + +### --feedback-- + +Luna is not asking about a verb. + +## --video-solution-- + +3 + +# --explanation-- + +Luna asks `¿De dónde es?`, which translates to "Where is she from?" + +The context from the mini biography is `Noelia Fonseca es de Panamá`, which means "Noelia Fonseca is from Panamá". + +Therefore, the answer to Luna's question is `Panamá`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_noelia_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 2.52, + "finishTimestamp": 3.66 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 35, + "y": 25, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Noelia", + "position": { + "x": 72, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 2.14, + "dialogue": { + "text": "¿De dónde es?", + "align": "left" + } + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.64 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "startTime": 3.14 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f4db1d6bb5a8812e58818.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f4db1d6bb5a8812e58818.md new file mode 100644 index 00000000000..a7678955985 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f4db1d6bb5a8812e58818.md @@ -0,0 +1,150 @@ +--- +id: 698f4db1d6bb5a8812e58818 +title: Task 4 +challengeType: 19 +dashedName: task-4 +lang: es +--- + + + +# --instructions-- + +Listen to Luna's question and answer it based on Noelia's mini biography below. + +```markdown +Noelia Fonseca es de Panamá. +Es gerente de proyectos y tiene treinta y ocho años. +Vive en Medellín, Colombia. +Le gusta organizar tareas y horarios. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Luna's question. + +## --answers-- + +`Treinta y ocho años` + +### --feedback-- + +Luna is not asking about Noelia's age. + +--- + +`Fonseca` + +### --feedback-- + +Luna is asking about something different. + +--- + +`Desarrolladora` + +### --feedback-- + +Noelia's mini biography mentions a different profession. + +--- + +`Gerente de proyectos` + +## --video-solution-- + +4 + +# --explanation-- + +Luna asks `¿Cuál es su profesión?`, which translates to "What is her profession?" + +The context from the mini biography is `Es gerente de proyectos y tiene treinta y ocho años.`, which means "She is a project manager and she is thirty-eight years old". + +Therefore, the answer to Luna's question is `Gerente de proyectos`, since she is asking about Noelia's profession. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_noelia_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 4.76, + "finishTimestamp": 6.4 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 35, + "y": 25, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Noelia", + "position": { + "x": 72, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 2.64, + "dialogue": { + "text": "¿Cuál es su profesión?", + "align": "left" + } + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 3.14 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "startTime": 3.64 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f530000cf741a1c2a46c6.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f530000cf741a1c2a46c6.md new file mode 100644 index 00000000000..e319b41855d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f530000cf741a1c2a46c6.md @@ -0,0 +1,150 @@ +--- +id: 698f530000cf741a1c2a46c6 +title: Task 5 +challengeType: 19 +dashedName: task-5 +lang: es +--- + + + +# --instructions-- + +Listen to Luna's question and answer it based on Noelia's mini biography below. + +```markdown +Noelia Fonseca es de Panamá. +Es gerente de proyectos y tiene treinta y ocho años. +Vive en Medellín, Colombia. +Le gusta organizar tareas y horarios. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Luna's question. + +## --answers-- + +`Treinta y ocho años` + +--- + +`Noelia` + +### --feedback-- + +Luna is asking about something different. + +--- + +`Profesora` + +### --feedback-- + +Luna is asking about something different. + +--- + +`Gerente de proyectos` + +### --feedback-- + +Luna is not asking about Noelia's profession. + +## --video-solution-- + +1 + +# --explanation-- + +Luna asks `¿Qué edad tiene?`, which translates to "How old is she?" + +The context from the mini biography is `Es gerente de proyectos y tiene treinta y ocho años.`, which means "She is a project manager and she is thirty-eight years old". + +Therefore, the answer to Luna's question is `Treinta y ocho años`, since she is asking about Noelia's age. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_noelia_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 7.57, + "finishTimestamp": 8.7 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 35, + "y": 25, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Noelia", + "position": { + "x": 72, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 2.13, + "dialogue": { + "text": "¿Qué edad tiene?", + "align": "left" + } + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.63 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "startTime": 3.13 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f862d0aa8fc319adead6e.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f862d0aa8fc319adead6e.md new file mode 100644 index 00000000000..9f2678e3425 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f862d0aa8fc319adead6e.md @@ -0,0 +1,150 @@ +--- +id: 698f862d0aa8fc319adead6e +title: Task 6 +challengeType: 19 +dashedName: task-6 +lang: es +--- + + + +# --instructions-- + +Listen to Luna's question and answer it based on Noelia's mini biography below. + +```markdown +Noelia Fonseca es de Panamá. +Es gerente de proyectos y tiene treinta y ocho años. +Vive en Medellín, Colombia. +Le gusta organizar tareas y horarios. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Luna's question. + +## --answers-- + +`Vive` + +### --feedback-- + +Luna is not asking about this verb. + +--- + +`Medellín, Colombia` + +--- + +`En` + +### --feedback-- + +This is not the answer to Luna's question. + +--- + +`La Paz, Bolivia` + +### --feedback-- + +Noelia's biography mentions a different city and country. + +## --video-solution-- + +2 + +# --explanation-- + +Luna asks `¿Dónde vive?`, which translates to "Where does she live?" + +The context from the mini biography is `Vive en Medellín, Colombia.`, which means "She lives in Medellín, Colombia.". + +Therefore, the answer to Luna's question is `Medellín, Colombia`, since she is asking where Noelia lives. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_noelia_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 9.69, + "finishTimestamp": 10.73 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 35, + "y": 25, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Noelia", + "position": { + "x": 72, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 2.04, + "dialogue": { + "text": "¿Dónde vive?", + "align": "left" + } + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.54 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "startTime": 3.04 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f87c7ae1de968859a5baa.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f87c7ae1de968859a5baa.md new file mode 100644 index 00000000000..d0eb9686a83 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f87c7ae1de968859a5baa.md @@ -0,0 +1,150 @@ +--- +id: 698f87c7ae1de968859a5baa +title: Task 7 +challengeType: 19 +dashedName: task-7 +lang: es +--- + + + +# --instructions-- + +Listen to Luna's question and answer it based on Noelia's mini biography below. + +```markdown +Noelia Fonseca es de Panamá. +Es gerente de proyectos y tiene treinta y ocho años. +Vive en Medellín, Colombia. +Le gusta organizar tareas y horarios. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Luna's question. + +## --answers-- + +To complete tasks. + +### --feedback-- + +Noelia's mini biography mentions something different. + +--- + +To always start meetings on time. + +### --feedback-- + +Noelia's mini biography mentions something different. + +--- + +To drink coffee in the morning. + +### --feedback-- + +Noelia's mini biography mentions something different. + +--- + +To organize tasks and schedules. + +## --video-solution-- + +4 + +# --explanation-- + +Luna asks `¿Qué le gusta?`, which translates to "What does she like?" + +The context from the mini biography is `Le gusta organizar tareas y horarios.`, which means "She likes to organize tasks and schedules". + +Therefore, the answer to Luna's question is that she likes to organize tasks and schedules. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "opacity": 1 + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_noelia_mini_biography.mp3", + "startTime": 1, + "startTimestamp": 11.56, + "finishTimestamp": 12.59 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Luna", + "position": { + "x": 35, + "y": 25, + "z": 1.7 + }, + "startTime": 0 + }, + { + "character": "Noelia", + "position": { + "x": 72, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Luna", + "startTime": 1, + "finishTime": 2.03, + "dialogue": { + "text": "¿Qué le gusta?", + "align": "left" + } + }, + { + "character": "Noelia", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.53 + }, + { + "character": "Luna", + "position": { + "x": -25, + "y": 25, + "z": 1.7 + }, + "startTime": 3.03 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8a1fcd67abac9c6fd058.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8a1fcd67abac9c6fd058.md new file mode 100644 index 00000000000..8a99f98e664 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8a1fcd67abac9c6fd058.md @@ -0,0 +1,83 @@ +--- +id: 698f8a1fcd67abac9c6fd058 +title: Task 8 +challengeType: 22 +dashedName: task-8 +lang: es +--- + + + +# --description-- + +This is a review of Noelia's mini biography. + +# --instructions-- + +Write the following words in the correct spot: + +`de`, `tiene`, `es`, `le`, `vive`. + +# --fillInTheBlank-- + +## --sentence-- + +`Noelia Fonseca es BLANK Panamá.` + +`BLANK gerente de proyectos y BLANK treinta y ocho años.` + +`BLANK en Medellín, Colombia.` + +`BLANK gusta organizar tareas y horarios.` + +## --blanks-- + +`de` + +### --feedback-- + +This preposition is used to indicate where someone is from. + +--- + +`Es` + +### --feedback-- + +This is the verb `ser` ("to be"), used for professions. Remember to capitalize the first letter. + +--- + +`tiene` + +### --feedback-- + +This is a conjugation of the verb `tener` ("to have"), used to express age. + +--- + +`vive` + +### --feedback-- + +This is the verb `vivir` ("to live") conjugated in third person (He/She). + +--- + +`Le` + +### --feedback-- + +This is used to say what "she" likes. Remember to capitalize the first letter. + +# --explanation-- + +This is Noelia's mini biography: + +`Noelia Fonseca es de Panamá.` + +`Es gerente de proyectos y tiene treinta y ocho años.` + +`Vive en Medellín, Colombia.` + +`Le gusta organizar tareas y horarios.` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8bf020f801f11b4eac0c.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8bf020f801f11b4eac0c.md new file mode 100644 index 00000000000..2adddc3f13c --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8bf020f801f11b4eac0c.md @@ -0,0 +1,83 @@ +--- +id: 698f8bf020f801f11b4eac0c +title: Task 9 +challengeType: 22 +dashedName: task-9 +lang: es +--- + + + +# --description-- + +This is a review of Diego's mini biography. + +# --instructions-- + +Write the following words in the correct spot: + +`Colombia`, `diseñador`, `Brasil`, `crear`, `gráfico`. + +# --fillInTheBlank-- + +## --sentence-- + +`Diego Ferreira es de BLANK.` + +`Es BLANK BLANK y tiene veintiséis años.` + +`Vive en Medellín, BLANK.` + +`Le gusta BLANK ideas visuales.` + +## --blanks-- + +`Brasil` + +### --feedback-- + +This is the country where Diego is from. Remember to capitalize the first letter. + +--- + +`diseñador` + +### --feedback-- + +This word refers to a person who designs things. Remember to use the letter `ñ`. + +--- + +`gráfico` + +### --feedback-- + +This word indicates type of designer Diego is. Remember to include the accent mark on the letter `a`. + +--- + +`Colombia` + +### --feedback-- + +This is the country where Medellín is located. Remember to use a capital letter since this is a country. + +--- + +`crear` + +### --feedback-- + +This is the verb "to create". + +# --explanation-- + +This is Diego's mini biography: + +`Diego Ferreira es de Brasil.` + +`Es diseñador gráfico y tiene veintiséis años.` + +`Vive en Medellín, Colombia.` + +`Le gusta crear ideas visuales.` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8d7edd498594b87c45b5.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8d7edd498594b87c45b5.md new file mode 100644 index 00000000000..d5781b7a946 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8d7edd498594b87c45b5.md @@ -0,0 +1,76 @@ +--- +id: 698f8d7edd498594b87c45b5 +title: Task 10 +challengeType: 22 +dashedName: task-10 +lang: es +--- + + + +# --description-- + +This is a review of Valeria's mini biography. + +# --instructions-- + +Write the following words in the correct spot: + +`treinta y cuatro`, `gusta`, `República Dominicana`, `Es`. + +# --fillInTheBlank-- + +## --sentence-- + +`Valeria Méndez es de BLANK.` + +`BLANK product owner y tiene BLANK años.` + +`Vive en Medellín, Colombia.` + +`Le BLANK organizar productos y equipos.` + +## --blanks-- + +`República Dominicana` + +### --feedback-- + +This is the country where Valeria is from. Remember to write the accent mark on the letter `u` of the first word, and to capitalize the first letter. + +--- + +`Es` + +### --feedback-- + +This is the verb `ser` ("to be") conjugated for the third person (He/She). Remember to write the accent mark on the letter `u` of the first word. + +--- + +`treinta y cuatro` + +### --feedback-- + +This is the number 34 in Spanish. + +--- + +`gusta` + +### --feedback-- + +This word means "likes". + +# --explanation-- + +This is Valeria's mini biography: + +`Valeria Méndez es de República Dominicana.` + +`Es product owner y tiene treinta y cuatro años.` + +`Vive en Medellín, Colombia.` + +`Le gusta organizar productos y equipos.` + diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8ef11a2a210abdd443bf.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8ef11a2a210abdd443bf.md new file mode 100644 index 00000000000..ca187865c7e --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-mini-biographies/698f8ef11a2a210abdd443bf.md @@ -0,0 +1,89 @@ +--- +id: 698f8ef11a2a210abdd443bf +title: Task 11 +challengeType: 22 +dashedName: task-11 +lang: es +--- + +# --description-- + +This is a review of Marisol's mini biography. + +# --instructions-- + +Place the following phrases or words in the correct spot: + +`ayudar`, `en`, `revisar`, `ingeniera`, `México`, `tiene`. + +# --fillInTheBlank-- + +## --sentence-- + +`Marisol Acevedo es de BLANK.` + +`Es BLANK de control de calidad y BLANK cuarenta y un años.` + +`Vive BLANK Ciudad de México.` + +`Le gusta BLANK detalles y BLANK al equipo.` + +## --blanks-- + +`México` + +### --feedback-- + +This is the country where Marisol is from. Remember to write the accent mark on the letter `e` and to capitalize the first letter. + +--- + +`ingeniera` + +### --feedback-- + +This word refers to a female engineer. + +--- + +`tiene` + +### --feedback-- + +This verb means "has". + +--- + +`en` + +### --feedback-- + +This preposition is used to say where someone lives. + +--- + +`revisar` + +### --feedback-- + +This verb means "to review". + +--- + +`ayudar` + +### --feedback-- + +This verb means "to help". + +# --explanation-- + +This is Marisol's mini biography: + +`Marisol Acevedo es de México.` + +`Es ingeniera de control de calidad y tiene cuarenta y un años.` + +`Vive en Ciudad de México.` + +`Le gusta revisar detalles y ayudar al equipo.` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/696ffa413942d27cbe649d09.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/696ffa413942d27cbe649d09.md deleted file mode 100644 index 0c4604abb8f..00000000000 --- a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/696ffa413942d27cbe649d09.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: 696ffa413942d27cbe649d09 -title: "Dialogue 1: I'm Tom" -challengeType: 21 -dashedName: dialogue-1-im-tom -lang: es ---- - -# --description-- - -Watch the video below to understand the context of the upcoming lessons. - -# --assignment-- - -Watch the video. - -# --scene-- - -```json -{ - "setup": { - "background": "chaos.png", - "characters": [ - { - "character": "David", - "position": {"x":50,"y":80,"z":8}, - "opacity": 0 - } - ], - "audio": { - "filename": "1.1-1.mp3", - "startTime": 1, - "startTimestamp": 5.7, - "finishTimestamp": 6.48 - } - }, - "commands": [ - { - "character": "David", - "opacity": 1, - "startTime": 0 - }, - { - "character": "David", - "startTime": 1, - "finishTime": 0.78, - "dialogue": { - "text": "I'm Tom.", - "align": "center" - } - }, - { - "character": "Tom", - "opacity": 0, - "startTime": 1.28 - } - ] -} -``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69974ff0a92bc6c7d1524afc.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69974ff0a92bc6c7d1524afc.md new file mode 100644 index 00000000000..5d4d19df424 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69974ff0a92bc6c7d1524afc.md @@ -0,0 +1,143 @@ +--- +id: 69974ff0a92bc6c7d1524afc +title: Task 1 +challengeType: 24 +dashedName: task-1 +lang: es +--- + + + + + + + +# --description-- + +Welcome to this practice section, where you'll apply your skills to a new workplace profile. + +This time, Mateo will tell you more about Joaquín. + +# --assignment-- + +I've listened to Joaquín's short workplace profile. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_joaquin_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 0.36, + "finishTimestamp": 34.5 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 28, + "y": 25, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Joaquín", + "position": { + "x": 73, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 7.6, + "dialogue": { + "text": "Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce.", + "align": "left" + } + }, + { + "character": "Mateo", + "startTime": 8.24, + "finishTime": 12.28, + "dialogue": { + "text": "Es venezolano y trabaja en la oficina de Medellín.", + "align": "left" + } + }, + { + "character": "Mateo", + "startTime": 12.89, + "finishTime": 20.19, + "dialogue": { + "text": "Su correo es joaquin.reyes@andescommerce.com.", + "align": "left" + } + }, + { + "character": "Mateo", + "startTime": 20.96, + "finishTime": 30.32, + "dialogue": { + "text": "Su número es +57 305 443 2901.", + "align": "left" + } + }, + { + "character": "Mateo", + "startTime": 30.85, + "finishTime": 35.14, + "dialogue": { + "text": "Su usuario es joaquin-reyes.", + "align": "left" + } + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 35.64 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "startTime": 36.14 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699753c1d54ef29d749ef7cc.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699753c1d54ef29d749ef7cc.md new file mode 100644 index 00000000000..7afb5a80b7e --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699753c1d54ef29d749ef7cc.md @@ -0,0 +1,151 @@ +--- +id: 699753c1d54ef29d749ef7cc +title: Task 2 +challengeType: 19 +dashedName: task-2 +lang: es +--- + + + +# --instructions-- + +Listen to Mateo's question and answer it based on Joaquín's workplace profile below. + +```markdown +Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce. +Es venezolano y trabaja en la oficina de Medellín. +Su correo es joaquin.reyes@andescommerce.com. +Su número es +57 305 443 2901. +Su usuario es joaquin-reyes. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Mateo's question. + +## --answers-- + +`Ingeniero` + +### --feedback-- + +Mateo is asking about something different. + +--- + +`Joaquín Reyes` + +--- + +`Procesamiento de Lenguaje Natural` + +### --feedback-- + +Mateo is asking about something different. + +--- + +`Andes Commerce` + +### --feedback-- + +Mateo is asking about something different. + +## --video-solution-- + +2 + +# --explanation-- + +Mateo is asking `¿Cómo se llama él?`, which means "What is his name?" + +In this case, `él` ("him") is referring to Joaquín. + +Based on the context, `Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce`, his name is `Joaquín Reyes`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_joaquin_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 0.55, + "finishTimestamp": 1.83 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 28, + "y": 25, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Joaquín", + "position": { + "x": 73, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.28, + "dialogue": { + "text": "¿Cómo se llama él?", + "align": "left" + } + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.78 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "startTime": 3.28 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975651090ac5008f6442cc.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975651090ac5008f6442cc.md new file mode 100644 index 00000000000..1e604e1b1ad --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975651090ac5008f6442cc.md @@ -0,0 +1,151 @@ +--- +id: 69975651090ac5008f6442cc +title: Task 3 +challengeType: 19 +dashedName: task-3 +lang: es +--- + + + +# --instructions-- + +Listen to Mateo's question and answer it based on Joaquín's workplace profile below. + +```markdown +Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce. +Es venezolano y trabaja en la oficina de Medellín. +Su correo es joaquin.reyes@andescommerce.com. +Su número es +57 305 443 2901. +Su usuario es joaquin-reyes. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Mateo's question. + +## --answers-- + +`Ingeniero` + +--- + +`Joaquín Reyes` + +### --feedback-- + +Mateo is asking about something different. + +--- + +`Procesamiento de Lenguaje Natural` + +### --feedback-- + +Mateo is asking about something different. + +--- + +`Doctor` + +### --feedback-- + +The context from Joaquín's workplace profile mentions a different profession. + +## --video-solution-- + +1 + +# --explanation-- + +Mateo is asking `¿Cuál es su profesión?`, which means "What is his profession?" + +The context mentions that he is an `Ingeniero de Procesamiento de Lenguaje Natural`. + +Therefore, he is an `Ingeniero`, which means "engineer". + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_joaquin_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 3.28, + "finishTimestamp": 4.72 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 28, + "y": 25, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Joaquín", + "position": { + "x": 73, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.44, + "dialogue": { + "text": "¿Cuál es su profesión?", + "align": "left" + } + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.94 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "startTime": 3.44 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699758a6ca16d9154f2eac04.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699758a6ca16d9154f2eac04.md new file mode 100644 index 00000000000..4c5645f90fb --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699758a6ca16d9154f2eac04.md @@ -0,0 +1,151 @@ +--- +id: 699758a6ca16d9154f2eac04 +title: Task 4 +challengeType: 19 +dashedName: task-4 +lang: es +--- + + + +# --instructions-- + +Listen to Mateo's question and answer it based on Joaquín's workplace profile below. + +```markdown +Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce. +Es venezolano y trabaja en la oficina de Medellín. +Su correo es joaquin.reyes@andescommerce.com. +Su número es +57 305 443 2901. +Su usuario es joaquin-reyes. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Mateo's question. + +## --answers-- + +`Venezuela` + +--- + +`Venezolano` + +### --feedback-- + +This is his nationality, not the country where he is from. + +--- + +`Oficina` + +### --feedback-- + +Mateo is asking about something different. + +--- + +`Medellín` + +### --feedback-- + +The context from Joaquín's workplace profile mentions a different profession. + +## --video-solution-- + +1 + +# --explanation-- + +Mateo is asking `¿De dónde es?`, which means "Where is he from?" + +Therefore, the answer is `Venezuela` because the context mentions that he is `venezolano`, which is the nationality of a male person from this country. + +Remember to include the accent mark on the letter `o` of the word `dónde` when you write this question in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_joaquin_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 5.85, + "finishTimestamp": 6.93 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 28, + "y": 25, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Joaquín", + "position": { + "x": 73, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.08, + "dialogue": { + "text": "¿De dónde es?", + "align": "left" + } + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.58 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "startTime": 3.08 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975a22e5b5fc42111f2f1e.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975a22e5b5fc42111f2f1e.md new file mode 100644 index 00000000000..1b77687d46d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975a22e5b5fc42111f2f1e.md @@ -0,0 +1,151 @@ +--- +id: 69975a22e5b5fc42111f2f1e +title: Task 5 +challengeType: 19 +dashedName: task-5 +lang: es +--- + + + +# --instructions-- + +Listen to Mateo's question and answer it based on Joaquín's workplace profile below. + +```markdown +Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce. +Es venezolano y trabaja en la oficina de Medellín. +Su correo es joaquin.reyes@andescommerce.com. +Su número es +57 305 443 2901. +Su usuario es joaquin-reyes. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Mateo's question. + +## --answers-- + +`Venezuela` + +### --feedback-- + +The context from Joaquín's workplace profile mentions that Joaquín works in a different country. + +--- + +`Trabaja` + +### --feedback-- + +Mateo is asking about something more specific related to work. + +--- + +`Hotel` + +### --feedback-- + +Mateo is asking about something different. + +--- + +`Medellín` + +## --video-solution-- + +4 + +# --explanation-- + +Mateo is asking `¿Dónde trabaja?`, which means "Where does he work?" + +Therefore, the answer is `Medellín` because the context mentions that Joaquín `trabaja en la oficina de Medellín`. + +Remember to include the accent mark on the letter `i` of the word `Medellín`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_joaquin_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 8.72, + "finishTimestamp": 9.88 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 28, + "y": 25, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Joaquín", + "position": { + "x": 73, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.16, + "dialogue": { + "text": "¿Dónde trabaja?", + "align": "left" + } + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.66 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "startTime": 3.16 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975ba4ceaed030e8237db3.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975ba4ceaed030e8237db3.md new file mode 100644 index 00000000000..84ce7cb7d69 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975ba4ceaed030e8237db3.md @@ -0,0 +1,141 @@ +--- +id: 69975ba4ceaed030e8237db3 +title: Task 6 +challengeType: 19 +dashedName: task-6 +lang: es +--- + + + +# --instructions-- + +Listen to Mateo's question and answer it based on Joaquín's workplace profile below. + +```markdown +Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce. +Es venezolano y trabaja en la oficina de Medellín. +Su correo es joaquin.reyes@andescommerce.com. +Su número es +57 305 443 2901. +Su usuario es joaquin-reyes. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Mateo's question. + +## --answers-- + +Yes + +--- + +No + +### --feedback-- + +Joaquín's workplace profile mentions that Joaquín does work at Medellín. + +## --video-solution-- + +1 + +# --explanation-- + +Mateo is asking `¿Trabaja en la oficina de Medellín?`, which means "Does he work at the Medellín office?" + +Based on the context from Joaquín's work profile, `es venezolano y trabaja en la oficina de Medellín` ("He is Venezuelan and works at the Medellín office") he does work at the Medellín office. + +Therefore, the answer is "Yes". + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_joaquin_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 11.25, + "finishTimestamp": 13.21 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 28, + "y": 25, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Joaquín", + "position": { + "x": 73, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.96, + "dialogue": { + "text": "¿Trabaja en la oficina de Medellín?", + "align": "left" + } + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 3.46 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "startTime": 3.96 + } + ] +} +``` + + + + + + diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975cc4e1f1d7cfdd9d8f76.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975cc4e1f1d7cfdd9d8f76.md new file mode 100644 index 00000000000..99e6fd6f8b2 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975cc4e1f1d7cfdd9d8f76.md @@ -0,0 +1,151 @@ +--- +id: 69975cc4e1f1d7cfdd9d8f76 +title: Task 7 +challengeType: 19 +dashedName: task-7 +lang: es +--- + + + +# --instructions-- + +Listen to Mateo's question and answer it based on Joaquín's workplace profile below. + +```markdown +Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce. +Es venezolano y trabaja en la oficina de Medellín. +Su correo es joaquin.reyes@andescommerce.com. +Su número es +57 305 443 2901. +Su usuario es joaquin-reyes. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Mateo's question. + +## --answers-- + +`+57 440 334 223` + +### --feedback-- + +Mateo is not asking about Joaquín's phone number. + +--- + +`Correo` + +### --feedback-- + +The question is asking about something more specific than this word. + +--- + +`joaquin.reyes@andescommerce.com` + +--- + +`Bogotá` + +### --feedback-- + +This city is not mentioned in the workplace profile. + +## --video-solution-- + +3 + +# --explanation-- + +Mateo is asking `¿Cuál es su correo electrónico?`, which means "What is his email address?" + +Based on the context from Joaquín's workplace profile, `su correo es joaquin.reyes@andescommerce.com`, which means "his email is joaquin.reyes@andescommerce.com". + +Therefore, his email is `joaquin.reyes@andescommerce.com`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_joaquin_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 14.79, + "finishTimestamp": 16.59 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 28, + "y": 25, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Joaquín", + "position": { + "x": 73, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.8, + "dialogue": { + "text": "¿Cuál es su correo electrónico?", + "align": "left" + } + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 3.3 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "startTime": 3.8 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975e20da292b52a44c3912.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975e20da292b52a44c3912.md new file mode 100644 index 00000000000..f6f7a5ab4c3 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/69975e20da292b52a44c3912.md @@ -0,0 +1,151 @@ +--- +id: 69975e20da292b52a44c3912 +title: Task 8 +challengeType: 19 +dashedName: task-8 +lang: es +--- + + + +# --instructions-- + +Listen to Mateo's question and answer it based on Joaquín's workplace profile below. + +```markdown +Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce. +Es venezolano y trabaja en la oficina de Medellín. +Su correo es joaquin.reyes@andescommerce.com. +Su número es +57 305 443 2901. +Su usuario es joaquin-reyes. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Mateo's question. + +## --answers-- + +`+57 305 443 2901` + +--- + +`joaquin.reyes@andescommerce.com` + +### --feedback-- + +Mateo is asking about something different. + +--- + +`Joaquín Reyes` + +### --feedback-- + +Mateo is asking about something different. + +--- + +`Marta Reneé` + +### --feedback-- + +Mateo is asking about something different. + +## --video-solution-- + +1 + +# --explanation-- + +Mateo is asking `¿Cuál es su número de teléfono?`, which means "What is his phone number?" + +Based on the context from Joaquín's workplace profile, `su número es +57 305 443 2901.`, which means "his phone number is +57 305 443 2901". + +Therefore, his phone number is +57 305 443 2901. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_joaquin_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 18.06, + "finishTimestamp": 19.86 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 28, + "y": 25, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Joaquín", + "position": { + "x": 73, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.8, + "dialogue": { + "text": "¿Cuál es su número de teléfono?", + "align": "left" + } + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 3.3 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "startTime": 3.8 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699760a8f7bdb0f21f6c8a65.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699760a8f7bdb0f21f6c8a65.md new file mode 100644 index 00000000000..bed4ac43d6a --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699760a8f7bdb0f21f6c8a65.md @@ -0,0 +1,151 @@ +--- +id: 699760a8f7bdb0f21f6c8a65 +title: Task 9 +challengeType: 19 +dashedName: task-9 +lang: es +--- + + + +# --instructions-- + +Listen to Mateo's question and answer it based on Joaquín's workplace profile below. + +```markdown +Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce. +Es venezolano y trabaja en la oficina de Medellín. +Su correo es joaquin.reyes@andescommerce.com. +Su número es +57 305 443 2901. +Su usuario es joaquin-reyes. +``` + +# --questions-- + +## --text-- + +Select the correct option based on the context and Mateo's question. + +## --answers-- + +`Usuario` + +### --feedback-- + +Mateo is asking about something more specific. + +--- + +`joaquin-reyes` + +--- + +`Su` + +### --feedback-- + +Mateo is asking about something different. + +--- + +`Joaquín Reyes` + +### --feedback-- + +Mateo is asking about something different. + +## --video-solution-- + +2 + +# --explanation-- + +Mateo is asking `¿Cuál es su usuario?`, which means "What is his username?" + +Based on the context from Joaquín's workplace profile, `su usuario es joaquin-reyes.`, which means "his username is `joaquin-reyes`". + +Therefore, his username is `joaquin-reyes`. + +# --scene-- + +```json +{ + "setup": { + "background": "interview-room3.png", + "characters": [ + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "opacity": 1 + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "opacity": 1 + } + ], + "audio": { + "filename": "ES_A1_questions_about_joaquin_workplace_profile.mp3", + "startTime": 1, + "startTimestamp": 21.27, + "finishTimestamp": 22.63 + }, + "alwaysShowDialogue": false + }, + "commands": [ + { + "character": "Mateo", + "position": { + "x": 28, + "y": 25, + "z": 1.5 + }, + "startTime": 0 + }, + { + "character": "Joaquín", + "position": { + "x": 73, + "y": 12, + "z": 1.2 + }, + "startTime": 0.5 + }, + { + "character": "Mateo", + "startTime": 1, + "finishTime": 2.36, + "dialogue": { + "text": "¿Cuál es su usuario?", + "align": "left" + } + }, + { + "character": "Joaquín", + "position": { + "x": 125, + "y": 12, + "z": 1.2 + }, + "startTime": 2.86 + }, + { + "character": "Mateo", + "position": { + "x": -25, + "y": 25, + "z": 1.5 + }, + "startTime": 3.36 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699761431b89dd21f2143e2d.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699761431b89dd21f2143e2d.md new file mode 100644 index 00000000000..9645df354cf --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699761431b89dd21f2143e2d.md @@ -0,0 +1,95 @@ +--- +id: 699761431b89dd21f2143e2d +title: Task 10 +challengeType: 22 +dashedName: task-10 +lang: es +--- + + + +# --description-- + +This is a review of the Joaquín Reyes' workplace profile you just practiced. + +# --instructions-- + +Write the following words in the correct spot: + +`oficina`, `ingeniero`, `usuario`, `venezolano`, `correo`, `número`. + +# --fillInTheBlank-- + +## --sentence-- + +`Joaquín Reyes es BLANK de Procesamiento de Lenguaje Natural en Andes Commerce.` + +`Es BLANK y trabaja en la BLANK de Medellín.` + +`Su BLANK es joaquin.reyes@andescommerce.com.` + +`Su BLANK es +57 305 443 2901.` + +`Su BLANK es joaquin-reyes.` + +## --blanks-- + +`Ingeniero` + +### --feedback-- + +This word means "Engineer". Remember to capitalize the first letter. + +--- + +`venezolano` + +### --feedback-- + +This is the male form of the nationality of someone from Venezuela. + +--- + +`oficina` + +### --feedback-- + +This word means "office". + +--- + +`correo` + +### --feedback-- + +This is the short way to say "email" in Spanish. + +--- + +`número` + +### --feedback-- + +This word means "number". Remember to include the accent mark on the letter `u`. + +--- + +`usuario` + +### --feedback-- + +This word means "username". + +# --explanation-- + +This is the workplace profile: + +`Joaquín Reyes es Ingeniero de Procesamiento de Lenguaje Natural en Andes Commerce.` + +`Es venezolano y trabaja en la oficina de Medellín.` + +`Su correo es joaquin.reyes@andescommerce.com.` + +`Su número es +57 305 443 2901.` + +`Su usuario es joaquin-reyes.` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/6997629b88c4209e74df261f.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/6997629b88c4209e74df261f.md new file mode 100644 index 00000000000..9f6d2e42b52 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/6997629b88c4209e74df261f.md @@ -0,0 +1,95 @@ +--- +id: 6997629b88c4209e74df261f +title: Task 11 +challengeType: 22 +dashedName: task-11 +lang: es +--- + + + +# --description-- + +This is a review of Carlos Andrés Vélez's workplace profile. + +# --instructions-- + +Write the following words in the correct spot: + +`es`, `@`, `colombiano`, `su`, `en`, and `Medellín`. + +# --fillInTheBlank-- + +## --sentence-- + +`Carlos Andrés Vélez es ingeniero de software senior en Andes Commerce.` + +`Es BLANK y trabaja BLANK la oficina de BLANK.` + +`BLANK correo es carlos.velezBLANKandescommerce.com.` + +`Su número BLANK +57 300 992 7712.` + +`Su usuario es carlos-velez.` + +## --blanks-- + +`colombiano` + +### --feedback-- + +This is the nationality of a man from Colombia. + +--- + +`en` + +### --feedback-- + +This preposition means "in" or "at", referring to a location. + +--- + +`Medellín` + +### --feedback-- + +This is the name of a city in Colombia. Remember to include the accent mark on the letter `i` and to capitalize the first letter. + +--- + +`Su` + +### --feedback-- + +This word means "his". Remember to capitalize the first letter. + +--- + +`@` + +### --feedback-- + +This symbol is essential for email addresses. + +--- + +`es` + +### --feedback-- + +This is the third-person singular form of the verb `ser` ("to be"). + +# --explanation-- + +This is the workplace profile: + +`Carlos Andrés Vélez es ingeniero de software senior en Andes Commerce.` + +`Es colombiano y trabaja en la oficina de Medellín.` + +`Su correo es carlos.velez@andescommerce.com.` + +`Su número es +57 300 992 7712.` + +`Su usuario es carlos-velez.` diff --git a/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699763d0e99fb4c7c779ad03.md b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699763d0e99fb4c7c779ad03.md new file mode 100644 index 00000000000..a61ca51a72d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-practice-asking-about-short-workplace-profiles/699763d0e99fb4c7c779ad03.md @@ -0,0 +1,85 @@ +--- +id: 699763d0e99fb4c7c779ad03 +title: Task 12 +challengeType: 22 +dashedName: task-12 +lang: es +--- + + + +# --description-- + +This is a review of a dialogue you studied. + +Esteban and Ángela are talking about Luis. + +# --instructions-- + +Write the following phrases or words in the correct spot: + +`su`, `teléfono`, `dónde`, `cuál`. + +# --fillInTheBlank-- + +## --sentence-- + +`Esteban: ¿BLANK trabaja el especialista de aprendizaje y desarrollo?` + +`Ángela: Trabaja en la oficina de Medellín.` + +`Esteban: ¿BLANK es su número de BLANK?` + +`Ángela: Su número es +57 304 551 8890.` + +`Esteban: ¿Y BLANK usuario?` + +`Ángela: Es luis_torres.` + +## --blanks-- + +`Dónde` + +### --feedback-- + +This word is used to ask "where". Remember to include an accent mark on the letter `o` when it starts a question and to capitalize the first letter. + +--- + +`Cuál` + +### --feedback-- + +This word means "which" or "what". Remember to include an accent mark on the letter `a` when it starts a question and to capitalize the first letter. + +--- + +`teléfono` + +### --feedback-- + +This is the word for "phone". Remember to include an accent mark on the second letter `e`. + +--- + +`su` + +### --feedback-- + +This word means "his" or "her". + +# --explanation-- + +This is the dialogue: + +`Esteban: ¿Dónde trabaja el especialista de aprendizaje y desarrollo?` + +`Ángela: Trabaja en la oficina de Medellín.` + +`Esteban: ¿Cuál es su número de teléfono?` + +`Ángela: Su número es +57 304 551 8890.` + +`Esteban: ¿Y su usuario?` + +`Ángela: Es luis_torres.` diff --git a/curriculum/challenges/english/blocks/es-a1-quiz-describing-people-at-work/696ffaa036e8d4146c1b1ab9.md b/curriculum/challenges/english/blocks/es-a1-quiz-describing-people-at-work/696ffaa036e8d4146c1b1ab9.md index de18535f281..8959da31ca5 100644 --- a/curriculum/challenges/english/blocks/es-a1-quiz-describing-people-at-work/696ffaa036e8d4146c1b1ab9.md +++ b/curriculum/challenges/english/blocks/es-a1-quiz-describing-people-at-work/696ffaa036e8d4146c1b1ab9.md @@ -18,219 +18,218 @@ To pass the quiz, you must correctly answer at least 9 of the 10 questions below #### --text-- -Placeholder question +How can you say "His email is..." in informal conversations in Spanish? #### --distractors-- -Placeholder distractor 1 +`Su correo electrónico es...` --- -Placeholder distractor 2 +`Su número es...` --- -Placeholder distractor 3 +`Su usuario es...` #### --answer-- -Placeholder answer +`Su correo es...` ### --question-- #### --text-- -Placeholder question +How do you say "His/Her name is..." in Spanish? #### --distractors-- -Placeholder distractor 1 +`Se vive...` --- -Placeholder distractor 2 +`Se tiene...` --- -Placeholder distractor 3 +`Se trabaja...` #### --answer-- -Placeholder answer +`Se llama...` ### --question-- #### --text-- -Placeholder question +If you want to ask "What is his profession?", which question word should you use? #### --distractors-- -Placeholder distractor 1 +`¿Cómo...?` --- -Placeholder distractor 2 +`¿Dónde...?` --- -Placeholder distractor 3 +`¿Quién...?` #### --answer-- -Placeholder answer +`¿Cuál...?` ### --question-- #### --text-- -Placeholder question +Choose the correct way to say "phone number" in Spanish. #### --distractors-- -Placeholder distractor 1 +`Número de correo` --- -Placeholder distractor 2 +`Correo de número` --- -Placeholder distractor 3 +`Teléfono de número` #### --answer-- -Placeholder answer +`Número de teléfono` ### --question-- #### --text-- -Placeholder question +Which verb would you use to say "He works at a company"? #### --distractors-- -Placeholder distractor 1 +`Come` --- -Placeholder distractor 2 +`Vive` --- -Placeholder distractor 3 +`Es` #### --answer-- -Placeholder answer +`Trabaja` ### --question-- #### --text-- -Placeholder question +What is the formal term for "email" in Spanish? #### --distractors-- -Placeholder distractor 1 +`Corréo` --- -Placeholder distractor 2 +`Correo` --- -Placeholder distractor 3 +`Correo electronico` #### --answer-- -Placeholder answer +`Correo electrónico` ### --question-- #### --text-- -Placeholder question +How do you say "His username is..." in Spanish? #### --distractors-- -Placeholder distractor 1 +`Su correo es...` --- -Placeholder distractor 2 +`Su número es...` --- -Placeholder distractor 3 +`Su colega es...` #### --answer-- -Placeholder answer +`Su usuario es...` ### --question-- #### --text-- -Placeholder question +How do you ask "Where are you from?" in Spanish? #### --distractors-- -Placeholder distractor 1 +`¿De qué eres?` --- -Placeholder distractor 2 +`¿De cuál eres?` --- -Placeholder distractor 3 +`¿De cómo eres?` #### --answer-- -Placeholder answer +`¿De dónde eres?` ### --question-- #### --text-- -Placeholder question +What is the correct way to write this sentence in Spanish? #### --distractors-- -Placeholder distractor 1 +`El es mi colega.` --- -Placeholder distractor 2 +`El mi colega.` --- -Placeholder distractor 3 +`Es él colega.` #### --answer-- -Placeholder answer - +`Él es mi colega.` ### --question-- #### --text-- -Placeholder question +Choose the option that DOESN'T match the symbol to its corresponding word in Spanish. #### --distractors-- -Placeholder distractor 1 +`@` - `Arroba` --- -Placeholder distractor 2 +`´` - `Acento` --- -Placeholder distractor 3 +`.` - `Punto` #### --answer-- -Placeholder answer +`_` - `Guión` diff --git a/curriculum/challenges/english/blocks/es-a1-review-describing-people-at-work/696ffa64d9567679123b994b.md b/curriculum/challenges/english/blocks/es-a1-review-describing-people-at-work/696ffa64d9567679123b994b.md deleted file mode 100644 index 1342041b592..00000000000 --- a/curriculum/challenges/english/blocks/es-a1-review-describing-people-at-work/696ffa64d9567679123b994b.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: 696ffa64d9567679123b994b -title: "Dialogue 1: I'm Tom" -challengeType: 21 -dashedName: dialogue-1-im-tom -lang: es ---- - -# --description-- - -Watch the video below to understand the context of the upcoming lessons. - -# --assignment-- - -Watch the video. - -# --scene-- - -```json -{ - "setup": { - "background": "chaos.png", - "characters": [ - { - "character": "David", - "position": {"x":50,"y":80,"z":8}, - "opacity": 0 - } - ], - "audio": { - "filename": "1.1-1.mp3", - "startTime": 1, - "startTimestamp": 5.7, - "finishTimestamp": 6.48 - } - }, - "commands": [ - { - "character": "David", - "opacity": 1, - "startTime": 0 - }, - { - "character": "David", - "startTime": 1, - "finishTime": 0.78, - "dialogue": { - "text": "I'm Tom.", - "align": "center" - } - }, - { - "character": "Tom", - "opacity": 0, - "startTime": 1.28 - } - ] -} -``` diff --git a/curriculum/challenges/english/blocks/es-a1-review-describing-people-at-work/69976b13f7e759b04c45cb98.md b/curriculum/challenges/english/blocks/es-a1-review-describing-people-at-work/69976b13f7e759b04c45cb98.md new file mode 100644 index 00000000000..271104a7e87 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-review-describing-people-at-work/69976b13f7e759b04c45cb98.md @@ -0,0 +1,197 @@ +--- +id: 69976b13f7e759b04c45cb98 +title: Grammar Highlights +challengeType: 24 +dashedName: grammar-highlights +lang: es +--- + + + +# --description-- + +## Verb Conjugation + +### The Verb `Ser` + +| Person | Conjugation | +| :--- | :--- | +| **1st** | Yo soy | +| **2nd** | Tú eres | +| **3rd** | Él/Ella es | + +For example: + +- `¿Es de Brasil?` – Is he/she from Brazil? + +- `Es diseñador gráfico.` – He is a graphic designer. + +
+ +### The Verb `Tener` + +| Person | Conjugation | +| :--- | :--- | +| **1st** | Yo tengo | +| **2nd** | Tú tienes | +| **3rd** | Él/Ella tiene | + +For example: + +- `¿Qué edad tiene?` – How old is he/she? + +- `Tiene veintiséis años.` – He/She is twenty-six years old. + +
+ +### The Verb `Vivir` + +| Person | Conjugation | +| :--- | :--- | +| **1st** | Yo vivo | +| **2nd** | Tú vives | +| **3rd** | Él/Ella vive | + +For example: + +- `¿Dónde vive Valeria?` – Where does Valeria live? + +- `Vive en Medellín.` – He/She lives in Medellín. + +
+ +### The Verb `Gustar` + +| Person | Conjugation | +| :--- | :--- | +| **1st** | Me gusta | +| **2nd** | Te gusta | +| **3rd** | Le gusta | + +For example: + +- `Le gusta crear ideas.` – He/She likes to create ideas. + +- `¿Qué le gusta?` – What does he/she like? + +
+ +### The Verb `Llamarse` + +| Person | Conjugation | +| :--- | :--- | +| **1st** | Yo me llamo | +| **2nd** | Tú te llamas | +| **3rd** | Él/Ella se llama | + +For example: + +- `¿Cómo se llama tu colega?` – What is your colleague's name? + +- `Se llama Diego.` – His name is Diego. + +
+ +### The Verb `Trabajar` + +| Person | Conjugation | +| :--- | :--- | +| **1st** | Yo trabajo | +| **2nd** | Tú trabajas trabaja | +| **3rd** | Él/Ella trabaja | + +For example: + +- `¿Dónde trabaja?` – Where does he/she work? + +- `Trabaja en la oficina.` – He/She works in the office. + +
+ +## Words with Accent Marks + +These words that you learned in this section have accent marks in Spanish: + +- `Andrés` + +- `¿Cómo?` + +- `¿Cuál?` + +- `¿Dónde?` + +- `Él` + +- `Electrónico` + +- `Gráfico` + +- `Joaquín` + +- `Medellín` + +- `Méndez` + +- `México` + +- `Número` + +- `Panamá` + +- `República` + +- `Sí`* + +- `Teléfono` + +- `Veintiséis` + +- `Vélez` + +(* Only when this word should mean "yes" in the given context.) + +
+ +## `Él` vs. `El` + +In Spanish, accent marks are very important. They can change the entire meaning of a word. + +- **Él** is a pronoun. It means "He". + +- **El** is an article. It means "The". + +For example: + +- `Él es mi colega.` – He is my colleague. + +- `El libro es verde.` – The book is green. + +
+ +## `Sí` vs `Si` + +In Spanish, `sí` and `si` are very different. + +The accent mark on the letter **i** changes the function of the word. + +- **Sí** means **"yes"**. It's used to answer a question or confirm something. + +- **Si** means **"if"**. It's used to set a condition. + +For example: + +- `Sí, se llama Gino.` – Yes, his name is Gino. + +- `Si llueve mañana, no voy de compras.` – If it rains tomorrow, I won't go shopping. + +
+ +## Nationalities + +Nationalities are **not** capitalized in Spanish unless in certain cases where they start a sentence. For example: + +`Soy uruguaya` - I'm Uruguayan. + +# --assignment-- + +I confirm I read the Grammar Highlights. diff --git a/curriculum/challenges/english/blocks/es-a1-review-describing-people-at-work/69976b1bfc5f8b9bac9eb09c.md b/curriculum/challenges/english/blocks/es-a1-review-describing-people-at-work/69976b1bfc5f8b9bac9eb09c.md new file mode 100644 index 00000000000..5dec1d8e0f5 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-review-describing-people-at-work/69976b1bfc5f8b9bac9eb09c.md @@ -0,0 +1,153 @@ +--- +id: 69976b1bfc5f8b9bac9eb09c +title: Glossary +challengeType: 24 +dashedName: glossary +lang: es +--- + + + +# --description-- + +This Glossary is a quick reference of the most important words and phrases from the content you've worked with in this module. The words are organized by category and in alphabetical order. + +## General + +- `Años` - Years. + +- `Cómo` - How. + +- `Cuál` - Which / What. + +- `De` - From. + +- `Dónde` - Where. + +- `Edad` - Age. + +- `Ella` - She. + +- `Él` - He. + +- `No` - No. + +- `Nombre` - Name. + +- `Se llama` - His / Her name is. + +- `Sí` - Yes. + +- `Tiene` - Has / Is (for age). + +- `Vive` - Lives. + +
+ +## Contact Information + +- `Correo electrónico` - Email. + +- `Número` - Number. + +- `Teléfono` - Phone. + +- `Usuario` - Username. + +
+ +## Interests and Actions + +- `Ayudar` - To help. + +- `Crear` - To create. + +- `Detalles` - Details. + +- `Equipos` - Teams. + +- `Gusta` - Likes. + +- `Horarios` - Schedules. + +- `Ideas visuales` - Visual ideas. + +- `Organizar` - To organize. + +- `Productos` - Products. + +- `Revisar` - To review. + +- `Tareas` - Tasks. + +- `Trabaja` - Works. + +
+ +## Nationalities and Places + +- `Argentina` / `Argentino` - Argentine. + +- `Brasil` - Brazil. + +- `Brasileña` / `Brasileño` - Brazilian. + +- `Ciudad` - City. + +- `Colombia` - Colombia. + +- `Colombiana` / `Colombiano` - Colombian. + +- `México` - Mexico. + +- `Panamá` - Panama. + +- `República Dominicana` - Dominican Republic. + +- `Venezuela` - Venezuela. + +- `Venezolana` / `Venezolano` - Venezuelan. + +
+ +## Professions and Work + +- `Aprendizaje` - Learning. + +- `Colega` - Colleague. + +- `Compañera` / `Compañero` - Colleague. + +- `Control de calidad` - Quality control. + +- `Desarrollo` - Development. + +- `Diseñadora` / `Diseñador` - Designer. + +- `Especialista` - Specialist. + +- `Gerente` - Manager. + +- `Gráfico` - Graphic. + +- `Ingeniera` / `Ingeniero` - Engineer. + +- `Lenguaje natural` - Natural language. + +- `Oficina` - Office. + +- `Procesamiento` - Processing. + +- `Product owner` - Product owner. + +- `Proyectos` - Projects. + +- `Senior` - Senior. + +- `Software` - Software. + +- `Trabajo` - Work. + +# --assignment-- + +Read the glossary. diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/696ff8e05c223b459e54c365.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/696ff8e05c223b459e54c365.md deleted file mode 100644 index 1151f4ecd7c..00000000000 --- a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/696ff8e05c223b459e54c365.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: 696ff8e05c223b459e54c365 -title: "Dialogue 1: I'm Tom" -challengeType: 21 -dashedName: dialogue-1-im-tom -lang: es ---- - -# --description-- - -Watch the video below to understand the context of the upcoming lessons. - -# --assignment-- - -Watch the video. - -# --scene-- - -```json -{ - "setup": { - "background": "chaos.png", - "characters": [ - { - "character": "David", - "position": {"x":50,"y":80,"z":8}, - "opacity": 0 - } - ], - "audio": { - "filename": "1.1-1.mp3", - "startTime": 1, - "startTimestamp": 5.7, - "finishTimestamp": 6.48 - } - }, - "commands": [ - { - "character": "David", - "opacity": 1, - "startTime": 0 - }, - { - "character": "David", - "startTime": 1, - "finishTime": 0.78, - "dialogue": { - "text": "I'm Tom.", - "align": "center" - } - }, - { - "character": "Tom", - "opacity": 0, - "startTime": 1.28 - } - ] -} -``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a59271848b09b9e8f7c5e.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a59271848b09b9e8f7c5e.md new file mode 100644 index 00000000000..d053f9fc335 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a59271848b09b9e8f7c5e.md @@ -0,0 +1,89 @@ +--- +id: 698a59271848b09b9e8f7c5e +title: Task 1 +challengeType: 22 +dashedName: task-1 +lang: es +--- + + + +# --description-- + +Welcome to this section! Now you'll learn how to describe people at work. + +This is very important for engaging in workplace conversations in Spanish. + +You'll start with a review of the words that you should be familiar with. + +Camila is practicing the word `nombre`, which means "name". This word is very important during introductions. + +# --instructions-- + +Listen to the audio and write the word below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK` + +## --blanks-- + +`Nombre` + +### --feedback-- + +This word means "name" in Spanish. + +# --explanation-- + +Camila is practicing the word `nombre`, which means "name". + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 0.65, + "finishTimestamp": 1.46 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 1.81, + "dialogue": { + "text": "Nombre", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 2.31 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a59bf67c9b8bfc43a167b.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a59bf67c9b8bfc43a167b.md new file mode 100644 index 00000000000..d50b528afff --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a59bf67c9b8bfc43a167b.md @@ -0,0 +1,83 @@ +--- +id: 698a59bf67c9b8bfc43a167b +title: Task 2 +challengeType: 22 +dashedName: task-2 +lang: es +--- + + + +# --description-- + +Now Camila is practicing the word `edad`, which means "age". + +# --instructions-- + +Listen to the audio and write the word below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK` + +## --blanks-- + +`Edad` + +### --feedback-- + +This word means "age" in Spanish. + +# --explanation-- + +Camila is practicing the word `edad`, which means "age" in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 2.56, + "finishTimestamp": 3.1 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 1.54, + "dialogue": { + "text": "Edad", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 2.04 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5a4775ecc89eb7d78f0f.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5a4775ecc89eb7d78f0f.md new file mode 100644 index 00000000000..4715a824ff7 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5a4775ecc89eb7d78f0f.md @@ -0,0 +1,83 @@ +--- +id: 698a5a4775ecc89eb7d78f0f +title: Task 3 +challengeType: 22 +dashedName: task-3 +lang: es +--- + + + +# --description-- + +Camila continues practicing. Now she's saying the word `ciudad`, which means "city". + +# --instructions-- + +Listen to the audio and write the word below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK` + +## --blanks-- + +`Ciudad` + +### --feedback-- + +This word means "city" in Spanish. + +# --explanation-- + +Camila is practicing the word `ciudad`, which means "city" in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 4.56, + "finishTimestamp": 5.43 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 1.87, + "dialogue": { + "text": "Ciudad", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 2.37 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5a6582a279d2d1afc15a.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5a6582a279d2d1afc15a.md new file mode 100644 index 00000000000..f5e6b5f919d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5a6582a279d2d1afc15a.md @@ -0,0 +1,85 @@ +--- +id: 698a5a6582a279d2d1afc15a +title: Task 4 +challengeType: 22 +dashedName: task-4 +lang: es +--- + + + +# --description-- + +The word `profesión` means "profession". It's commonly used when you want to introduce yourself or ask more information about someone. + +# --instructions-- + +Listen to the audio and write the word below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK` + +## --blanks-- + +`Profesión` + +### --feedback-- + +This word means "profession" in Spanish. Remember to write the accent mark in the second letter `o`. + +# --explanation-- + +Camila is practicing the word `profesión`, which means "profession" in Spanish. + +Notice that this word includes an accent mark in the second letter `o`. This is very important for correct grammar and pronunciation in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 6.31, + "finishTimestamp": 7.36 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.05, + "dialogue": { + "text": "Profesión", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 2.55 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5a88d366f6ed3ed93b1f.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5a88d366f6ed3ed93b1f.md new file mode 100644 index 00000000000..5999e06dc8b --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5a88d366f6ed3ed93b1f.md @@ -0,0 +1,87 @@ +--- +id: 698a5a88d366f6ed3ed93b1f +title: Task 5 +challengeType: 22 +dashedName: task-5 +lang: es +--- + + + +# --description-- + +Email has become an essential tool for the modern workplace. + +In Spanish, `correo electrónico` means email. It's often abbreviated to `correo` based on the context. + +Note that the second word, `electrónico`, carries an accent mark in the first letter `o`. + +# --instructions-- + +Listen to the audio and write the word below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK` + +## --blanks-- + +`Correo electrónico` + +### --feedback-- + +This means "email" in Spanish. Remember to write the accent mark in the first letter `o` in the second word. + +# --explanation-- + +Camila is practicing how to say `correo electrónico`, which means "email" in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 7.89, + "finishTimestamp": 9.68 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.79, + "dialogue": { + "text": "Correo electrónico", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 3.29 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5aa1ff49e32ceeaaccec.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5aa1ff49e32ceeaaccec.md new file mode 100644 index 00000000000..3ec838c8544 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5aa1ff49e32ceeaaccec.md @@ -0,0 +1,93 @@ +--- +id: 698a5aa1ff49e32ceeaaccec +title: Task 6 +challengeType: 22 +dashedName: task-6 +lang: es +--- + + + +# --description-- + +Now Camila is practicing how to say `número de teléfono` in Spanish, which means "phone number". + +Notice that the word `número` carries an accent mark in the letter `u` and the word `teléfono` carries an accent mark in the second letter `e`. + +# --instructions-- + +Listen to the audio and write the word below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK de BLANK` + +## --blanks-- + +`Número` + +### --feedback-- + +This word literally means "number" in Spanish. Remember to write the accent mark in the letter `u` and to capitalize the first letter. + +--- + +`teléfono` + +### --feedback-- + +This word literally means "phone" in Spanish. Remember to write the accent mark in the second letter `e`. + +# --explanation-- + +`Número de teléfono` means "phone number" in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 10.45, + "finishTimestamp": 12.39 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.94, + "dialogue": { + "text": "Número de teléfono", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 3.44 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5ab9672b4c105c894f9a.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5ab9672b4c105c894f9a.md new file mode 100644 index 00000000000..c7069cb776d --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5ab9672b4c105c894f9a.md @@ -0,0 +1,85 @@ +--- +id: 698a5ab9672b4c105c894f9a +title: Task 7 +challengeType: 22 +dashedName: task-7 +lang: es +--- + + + +# --description-- + +The word `persona` means "person". + +It's commonly used to refer to other people in workplace settings. + +# --instructions-- + +Listen to the audio and write the word below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK` + +## --blanks-- + +`Persona` + +### --feedback-- + +This word means "person" in Spanish. + +# --explanation-- + +`Persona` means "person" in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 13.23, + "finishTimestamp": 14.14 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 1.91, + "dialogue": { + "text": "Persona", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 2.41 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5ad35fed1d508aad360b.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5ad35fed1d508aad360b.md new file mode 100644 index 00000000000..8cf0b0517d0 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5ad35fed1d508aad360b.md @@ -0,0 +1,85 @@ +--- +id: 698a5ad35fed1d508aad360b +title: Task 8 +challengeType: 22 +dashedName: task-8 +lang: es +--- + + + +# --description-- + +The word `colega` means "colleague". + +You can use it to refer to the people you work with. + +# --instructions-- + +Listen to the audio and write the word below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK` + +## --blanks-- + +`Colega` + +### --feedback-- + +This word means "colleague" in Spanish. + +# --explanation-- + +`Colega` means "colleague" in Spanish. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 14.94, + "finishTimestamp": 15.75 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 1.81, + "dialogue": { + "text": "Colega", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 2.31 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5ae67aeae566c1ea33d0.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5ae67aeae566c1ea33d0.md new file mode 100644 index 00000000000..fe0fbd907b4 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5ae67aeae566c1ea33d0.md @@ -0,0 +1,106 @@ +--- +id: 698a5ae67aeae566c1ea33d0 +title: Task 9 +challengeType: 22 +dashedName: task-9 +lang: es +--- + + + +# --description-- + +The word `compañero` means "partner". + +It's commonly used in professional settings to describe a person you work with, with whom you share a specific office environment or task. + +The feminine form of this word is `compañera`. + +# --instructions-- + +Listen to the audio and write the words below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK - BLANK` + +## --blanks-- + +`Compañero` + +### --feedback-- + +This is the masculine form of the word "colleague" in Spanish. Remember to use the letter `ñ` and to capitalize the first letter. + +--- + +`Compañera` + +### --feedback-- + +This is the feminine form of the word "colleague" in Spanish. Remember to use the letter `ñ` and to capitalize the first letter. + +# --explanation-- + +`Compañero` is the masculine form of this word. + +`Compañera` means "colleague" in Spanish (feminine form). + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 16.55, + "finishTimestamp": 19.63 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.06, + "dialogue": { + "text": "Compañero", + "align": "center" + } + }, + { + "character": "Camila", + "startTime": 3.01, + "finishTime": 4.08, + "dialogue": { + "text": "Compañera", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 4.58 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b056fac9afc70ef3cad.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b056fac9afc70ef3cad.md new file mode 100644 index 00000000000..25d6ed03588 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b056fac9afc70ef3cad.md @@ -0,0 +1,123 @@ +--- +id: 698a5b056fac9afc70ef3cad +title: Task 10 +challengeType: 22 +dashedName: task-10 +lang: es +--- + + + +# --description-- + +Let's review a few of the countries you've learned so far. + +| Country | Nationality (Feminine) | Nationality (Masculine) | +| :--- | :--- | :--- | +| `Brasil` | `brasileña` | `brasileño` | +| `Colombia` | `colombiana` | `colombiano` | +| `México` | `mexicana` | `mexicano` | +| `Panamá` | `panameña` | `panameño` | +| `República Dominicana` | `dominicana` | `dominicano` | + +In Spanish, country names are proper nouns and always start with a capital letter. + +Note that the nationalities `brasileño`/`brasileña` and `panameño`/`panameña` use the unique letter `eñe` (`ñ`). + +Camila is practicing a few of these countries. Can you identify them? + +# --instructions-- + +Listen to the audio and complete the sequence below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK - Colombia - BLANK` + +## --blanks-- + +`Brasil` + +### --feedback-- + +This country is the largest in South America and starts with a capital letter. + +--- + +`Panamá` + +### --feedback-- + +This country is known for its famous canal. Remember to include an accent mark on the last letter `a` and to capitalize the first letter. + +# --explanation-- + +The sequence is `Brasil` - `Colombia` - `Panamá`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 20.9, + "finishTimestamp": 25.4 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 1.96, + "dialogue": { + "text": "Brasil", + "align": "center" + } + }, + { + "character": "Camila", + "startTime": 2.88, + "finishTime": 3.79, + "dialogue": { + "text": "Colombia", + "align": "center" + } + }, + { + "character": "Camila", + "startTime": 4.79, + "finishTime": 5.5, + "dialogue": { + "text": "Panamá", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 6 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b1c4c652e89cf8c4aef.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b1c4c652e89cf8c4aef.md new file mode 100644 index 00000000000..298f5971f07 --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b1c4c652e89cf8c4aef.md @@ -0,0 +1,111 @@ +--- +id: 698a5b1c4c652e89cf8c4aef +title: Task 11 +challengeType: 22 +dashedName: task-11 +lang: es +--- + + + +# --description-- + +Let's review two of the cities that you've learned so far: + +| City | Country | +| :--- | :--- | +| `Ciudad de México` | `México` | +| `Medellín` | `Colombia` | + +In Spanish, city names are also proper nouns and always start with a capital letter. + +Camila is practicing how to pronounce these cities. Listen to the audio and practice pronouncing them too until you feel comfortable with their sounds. Then, write them below. + +# --instructions-- + +Listen to the audio and write the names of these cities below. + +# --fillInTheBlank-- + +## --sentence-- + +`BLANK, Colombia.` + +`BLANK, México.` + +## --blanks-- + +`Medellín` + +### --feedback-- + +This city is located in `Colombia`. Remember to write the accent mark on the letter `i` and to capitalize the first letter. + +--- + +`Ciudad de México` + +### --feedback-- + +This city is located in `México`. Remember to write the accent mark on the letter `e` of the third word and to capitalize the first letter. + +# --explanation-- + +Camila mentions the cities `Medellín` and `Ciudad de México`, which are located in `Colombia` and `México`, respectively. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 26.75, + "finishTimestamp": 30.16 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 2.01, + "dialogue": { + "text": "Medellín", + "align": "center" + } + }, + { + "character": "Camila", + "startTime": 2.97, + "finishTime": 4.41, + "dialogue": { + "text": "Ciudad de México", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 4.91 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b3758681998c0be83c5.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b3758681998c0be83c5.md new file mode 100644 index 00000000000..e5be7f6e71b --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b3758681998c0be83c5.md @@ -0,0 +1,163 @@ +--- +id: 698a5b3758681998c0be83c5 +title: Task 12 +challengeType: 22 +dashedName: task-12 +lang: es +--- + + + +# --description-- + +Some symbols have become essential in daily workplace activities. + +These are four of the most commonly used ones in Spanish: + +| Symbol | Spanish | Meaning | +| :---: | :--- | :--- | +| `.` | `Punto` | Period / Dot | +| `@` | `Arroba` | At sign | +| `-` | `Guión` | Hyphen / Dash | +| `_` | `Guión bajo` | Underscore | + +Note that the word `Guión` carries an accent mark in the letter `o`. + +Camila will help you practice these symbols. Repeat their sounds until you feel more comfortable with them and then match each symbol to its name in Spanish. + +# --instructions-- + +Listen to the audio and match the symbols to their names. + +# --fillInTheBlank-- + +## --sentence-- + +`. = BLANK` + +`@ = BLANK` + +`- = BLANK` + +`_ = BLANK` + +## --blanks-- + +`Punto` + +### --feedback-- + +This is the name of the `.` symbol in Spanish. + +--- + +`Arroba` + +### --feedback-- + +This is the name of the `@` symbol in Spanish. + +--- + +`Guión` + +### --feedback-- + +This is the name of the `-` symbol in Spanish. Remember to write the accent mark on the letter `o`. + +--- + +`Guión bajo` + +### --feedback-- + +This is the name of the `_` symbol in Spanish. Remember to write the accent mark on the letter `o` of the first word. + +# --explanation-- + +These are the correct matches: + +`. = Punto` + +`@ = Arroba` + +`- = Guión` + +`_ = Guión bajo` + +Remember that the word `Guión` carries an accent mark in the letter `o`. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-dining.png", + "characters": [ + { + "character": "Camila", + "position": { + "x": 50, + "y": 18, + "z": 1.5 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "ES_A1_warm_up_describing_people_at_work.mp3", + "startTime": 1, + "startTimestamp": 31.55, + "finishTimestamp": 37.62 + } + }, + "commands": [ + { + "character": "Camila", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Camila", + "startTime": 1, + "finishTime": 1.8, + "dialogue": { + "text": "Punto", + "align": "center" + } + }, + { + "character": "Camila", + "startTime": 2.59, + "finishTime": 3.45, + "dialogue": { + "text": "Arroba", + "align": "center" + } + }, + { + "character": "Camila", + "startTime": 4.41, + "finishTime": 5.2, + "dialogue": { + "text": "Guión", + "align": "center" + } + }, + { + "character": "Camila", + "startTime": 6.06, + "finishTime": 7.07, + "dialogue": { + "text": "Guión bajo", + "align": "center" + } + }, + { + "character": "Camila", + "opacity": 0, + "startTime": 7.57 + } + ] +} +``` diff --git a/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b5f89b7813aea4e5f16.md b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b5f89b7813aea4e5f16.md new file mode 100644 index 00000000000..c3986817d3a --- /dev/null +++ b/curriculum/challenges/english/blocks/es-a1-warm-up-describing-people-at-work-basics/698a5b5f89b7813aea4e5f16.md @@ -0,0 +1,39 @@ +--- +id: 698a5b5f89b7813aea4e5f16 +title: Task 13 +challengeType: 19 +dashedName: task-13 +lang: es +--- + + + +# --instructions-- + +This task doesn't have audio. Read the question below and select the correct answer. + +# --questions-- + +## --text-- + +What is the correct way to write the word "number" in Spanish? + +## --answers-- + +`Número` + +--- + +`Numero` + +### --feedback-- + +This word should have an accent mark on the letter `u`. + +## --video-solution-- + +1 + +# --explanation-- + +The correct way to write the word "number" in Spanish is `número`, with an accent mark in the letter `u`. diff --git a/curriculum/structure/blocks/es-a1-learn-mini-biographies.json b/curriculum/structure/blocks/es-a1-learn-mini-biographies.json index 1a42f619c11..c4751877474 100644 --- a/curriculum/structure/blocks/es-a1-learn-mini-biographies.json +++ b/curriculum/structure/blocks/es-a1-learn-mini-biographies.json @@ -4,7 +4,34 @@ "helpCategory": "Spanish Curriculum", "blockLayout": "challenge-grid", "challengeOrder": [ - { "id": "696ff91fc1eebae9720933e0", "title": "Dialogue 1: I'm Tom" } + { "id": "698a5f61c3c7f83732a38c7a", "title": "Task 1" }, + { "id": "698a5f750b0e05438722814d", "title": "Task 2" }, + { "id": "698a5f8e807977624232b402", "title": "Task 3" }, + { "id": "698a5fa8348811d219d5aea8", "title": "Task 4" }, + { "id": "698a5fbd588904388e03bbe1", "title": "Task 5" }, + { "id": "698a5fd8fc6ebab0c385455a", "title": "Task 6" }, + { "id": "698a5febca87074134edf8b4", "title": "Task 7" }, + { "id": "698a600ec8b383d8794d2ffe", "title": "Task 8" }, + { "id": "698a603491a9a243609bf1c9", "title": "Task 9" }, + { "id": "698a6042f7f597200d146658", "title": "Task 10" }, + { "id": "698a60667c6347735ae69d71", "title": "Task 11" }, + { "id": "698ddea9143aaf2d2d7a2901", "title": "Task 12" }, + { "id": "698de3470c16da6aa6f371e8", "title": "Task 13" }, + { "id": "698de4685a922c1faa3c757e", "title": "Task 14" }, + { "id": "698de581e9194ffa14437922", "title": "Task 15" }, + { "id": "698de810a9763b20abcfddfe", "title": "Task 16" }, + { "id": "698de9137891bb9f485808bf", "title": "Task 17" }, + { "id": "698dea91096c998985d82a03", "title": "Task 18" }, + { "id": "698dec72d335ee3606175213", "title": "Task 19" }, + { "id": "698df3e4fdbe16ee1826b810", "title": "Task 20" }, + { "id": "698e041819ab573fa36a1a34", "title": "Task 21" }, + { "id": "698e09efad8f9641a63ebad0", "title": "Task 22" }, + { "id": "698e0aeb9793dba4f45e078a", "title": "Task 23" }, + { "id": "698e0c0a53d7eac6dda67a5b", "title": "Task 24" }, + { "id": "698e0f361ce0f6a4a0038cd5", "title": "Task 25" }, + { "id": "698e10a74f5ad547a4a3e949", "title": "Task 26" }, + { "id": "698e130057a25e699a563abf", "title": "Task 27" }, + { "id": "698e151bd8a2691ead44d2fa", "title": "Task 28" } ], "blockLabel": "learn" } diff --git a/curriculum/structure/blocks/es-a1-learn-short-workplace-profile.json b/curriculum/structure/blocks/es-a1-learn-short-workplace-profile.json index cba6458e413..bfcde4612aa 100644 --- a/curriculum/structure/blocks/es-a1-learn-short-workplace-profile.json +++ b/curriculum/structure/blocks/es-a1-learn-short-workplace-profile.json @@ -4,7 +4,36 @@ "helpCategory": "Spanish Curriculum", "blockLayout": "challenge-grid", "challengeOrder": [ - { "id": "696ffa0c7802293f82fef472", "title": "Dialogue 1: I'm Tom" } + { "id": "6994d696bd7e9234d0e4c33c", "title": "Task 1" }, + { "id": "6994dccb7b3c05fb142a038c", "title": "Task 2" }, + { "id": "6994e118580dcbec3e40f61e", "title": "Task 3" }, + { "id": "6994e35d5bbf010c42988399", "title": "Task 4" }, + { "id": "6994e45fe511886092fe8f70", "title": "Task 5" }, + { "id": "6994e7da461e0240365ac7fa", "title": "Task 6" }, + { "id": "6994e8ad1fd8e63423f8381d", "title": "Task 7" }, + { "id": "6994ea79a4cface895ccb5ab", "title": "Task 8" }, + { "id": "699515b8a40b845a1f10e0a9", "title": "Task 9" }, + { "id": "6995d61ac393af00c223f52c", "title": "Task 10" }, + { "id": "6995d8030ba69cdd0033a832", "title": "Task 11" }, + { "id": "6995db33f4dbbc1b5b8d9f55", "title": "Task 12" }, + { "id": "6995dd999dec0afeec52dbba", "title": "Task 13" }, + { "id": "6995def6d12e19b037ed2037", "title": "Task 14" }, + { "id": "6995e15afacc3389ffe34d8c", "title": "Task 15" }, + { "id": "6995e455a93b6892771ee479", "title": "Task 16" }, + { "id": "699633681d1b61790881dd1b", "title": "Task 17" }, + { "id": "69963690f918b94a68a9643a", "title": "Task 18" }, + { "id": "699637b414acffca4082cfb7", "title": "Task 19" }, + { "id": "6996397ffdcaa9c46db3539c", "title": "Task 20" }, + { "id": "69963a958e196dbfc50ff9da", "title": "Task 21" }, + { "id": "69963bbe1d0e49590eeec48f", "title": "Task 22" }, + { "id": "69963caab111d4da7d8dbb94", "title": "Task 23" }, + { "id": "699648d7e5217a5754e6a4dd", "title": "Task 24" }, + { "id": "699734fd6b4586d2b52b6d69", "title": "Task 25" }, + { "id": "699736706558040a8c4b9406", "title": "Task 26" }, + { "id": "69973752a432f6851f26b70d", "title": "Task 27" }, + { "id": "699737e72ff5dc169e7f3f4b", "title": "Task 28" }, + { "id": "6997388841de48757d042472", "title": "Task 29" }, + { "id": "699739386ae91ba49b6013ff", "title": "Task 30" } ], "blockLabel": "learn" } diff --git a/curriculum/structure/blocks/es-a1-learn-talking-about-colleagues.json b/curriculum/structure/blocks/es-a1-learn-talking-about-colleagues.json new file mode 100644 index 00000000000..8f806ffc34e --- /dev/null +++ b/curriculum/structure/blocks/es-a1-learn-talking-about-colleagues.json @@ -0,0 +1,38 @@ +{ + "isUpcomingChange": true, + "dashedName": "es-a1-learn-talking-about-colleagues", + "helpCategory": "Spanish Curriculum", + "blockLayout": "challenge-grid", + "challengeOrder": [ + { "id": "698e1bc4e5dc7ff417f37ad8", "title": "Task 1" }, + { "id": "698e25aef82ec8e07de89710", "title": "Task 2" }, + { "id": "698e283010eede78f249a050", "title": "Task 3" }, + { "id": "698e2993d8f869c6e986fcae", "title": "Task 4" }, + { "id": "698e2b555ff48aaf65238dd2", "title": "Task 5" }, + { "id": "698e2c1d4f64bf4d5546560b", "title": "Task 6" }, + { "id": "698e2e2a0355b2f50ed3fc09", "title": "Task 7" }, + { "id": "698e2f48dcd9f1e2a61fc2fa", "title": "Task 8" }, + { "id": "698e31016529cc591af30119", "title": "Task 9" }, + { "id": "698e31e953be218b5d61bfdb", "title": "Task 10" }, + { "id": "698e398db71b41874fc5f713", "title": "Task 11" }, + { "id": "698e3b5839d7e728ee4d124f", "title": "Task 12" }, + { "id": "698e3ce939e13735f1e5ad98", "title": "Task 13" }, + { "id": "698e3ef2a617a4729be4205d", "title": "Task 14" }, + { "id": "698e40b4de790dc74d7a9e08", "title": "Task 15" }, + { "id": "698e42cf6066fc187f7da00a", "title": "Task 16" }, + { "id": "698e45573e4606b579c0e770", "title": "Task 17" }, + { "id": "698e47cbcef44f80e6016588", "title": "Task 18" }, + { "id": "698e499dbb24898e9d70cef9", "title": "Task 19" }, + { "id": "698e4b80c0ed5943c22ae450", "title": "Task 20" }, + { "id": "698e4ce585c0ed27e26de950", "title": "Task 21" }, + { "id": "698e52c9968d3309bdf8cb8b", "title": "Task 22" }, + { "id": "698f3ae3562e2153c8125997", "title": "Task 23" }, + { "id": "698f3c162c94dc489342c2c9", "title": "Task 24" }, + { "id": "698f3e6267a887a0f4930842", "title": "Task 25" }, + { "id": "698f3f5ce96d9109012ac63d", "title": "Task 26" }, + { "id": "698f40a65fac885bf48251d5", "title": "Task 27" }, + { "id": "698f4241f6cce2938e7db5f9", "title": "Task 28" }, + { "id": "698f4368ead7c8a2b5b02a9e", "title": "Task 29" } + ], + "blockLabel": "learn" +} diff --git a/curriculum/structure/blocks/es-a1-practice-asking-about-mini-biographies.json b/curriculum/structure/blocks/es-a1-practice-asking-about-mini-biographies.json index 7e36bb1c066..a8938f2211a 100644 --- a/curriculum/structure/blocks/es-a1-practice-asking-about-mini-biographies.json +++ b/curriculum/structure/blocks/es-a1-practice-asking-about-mini-biographies.json @@ -4,7 +4,17 @@ "helpCategory": "Spanish Curriculum", "blockLayout": "challenge-grid", "challengeOrder": [ - { "id": "696ff9e313a43fa00c7538bf", "title": "Dialogue 1: I'm Tom" } + { "id": "698f493335a5d15b24a78b9a", "title": "Task 1" }, + { "id": "698f4aa2838da707663e64e7", "title": "Task 2" }, + { "id": "698f4cf118f720d6b60407c9", "title": "Task 3" }, + { "id": "698f4db1d6bb5a8812e58818", "title": "Task 4" }, + { "id": "698f530000cf741a1c2a46c6", "title": "Task 5" }, + { "id": "698f862d0aa8fc319adead6e", "title": "Task 6" }, + { "id": "698f87c7ae1de968859a5baa", "title": "Task 7" }, + { "id": "698f8a1fcd67abac9c6fd058", "title": "Task 8" }, + { "id": "698f8bf020f801f11b4eac0c", "title": "Task 9" }, + { "id": "698f8d7edd498594b87c45b5", "title": "Task 10" }, + { "id": "698f8ef11a2a210abdd443bf", "title": "Task 11" } ], "blockLabel": "practice" } diff --git a/curriculum/structure/blocks/es-a1-practice-asking-about-short-workplace-profiles.json b/curriculum/structure/blocks/es-a1-practice-asking-about-short-workplace-profiles.json index cd59f3fdd2d..b9306784634 100644 --- a/curriculum/structure/blocks/es-a1-practice-asking-about-short-workplace-profiles.json +++ b/curriculum/structure/blocks/es-a1-practice-asking-about-short-workplace-profiles.json @@ -4,7 +4,18 @@ "helpCategory": "Spanish Curriculum", "blockLayout": "challenge-grid", "challengeOrder": [ - { "id": "696ffa413942d27cbe649d09", "title": "Dialogue 1: I'm Tom" } + { "id": "69974ff0a92bc6c7d1524afc", "title": "Task 1" }, + { "id": "699753c1d54ef29d749ef7cc", "title": "Task 2" }, + { "id": "69975651090ac5008f6442cc", "title": "Task 3" }, + { "id": "699758a6ca16d9154f2eac04", "title": "Task 4" }, + { "id": "69975a22e5b5fc42111f2f1e", "title": "Task 5" }, + { "id": "69975ba4ceaed030e8237db3", "title": "Task 6" }, + { "id": "69975cc4e1f1d7cfdd9d8f76", "title": "Task 7" }, + { "id": "69975e20da292b52a44c3912", "title": "Task 8" }, + { "id": "699760a8f7bdb0f21f6c8a65", "title": "Task 9" }, + { "id": "699761431b89dd21f2143e2d", "title": "Task 10" }, + { "id": "6997629b88c4209e74df261f", "title": "Task 11" }, + { "id": "699763d0e99fb4c7c779ad03", "title": "Task 12" } ], "blockLabel": "practice" } diff --git a/curriculum/structure/blocks/es-a1-review-describing-people-at-work.json b/curriculum/structure/blocks/es-a1-review-describing-people-at-work.json index 9ec4b45460e..7f11928c75e 100644 --- a/curriculum/structure/blocks/es-a1-review-describing-people-at-work.json +++ b/curriculum/structure/blocks/es-a1-review-describing-people-at-work.json @@ -4,7 +4,8 @@ "helpCategory": "Spanish Curriculum", "blockLayout": "challenge-list", "challengeOrder": [ - { "id": "696ffa64d9567679123b994b", "title": "Dialogue 1: I'm Tom" } + { "id": "69976b13f7e759b04c45cb98", "title": "Task 1" }, + { "id": "69976b1bfc5f8b9bac9eb09c", "title": "Task 2" } ], "blockLabel": "review" } diff --git a/curriculum/structure/blocks/es-a1-warm-up-describing-people-at-work-basics.json b/curriculum/structure/blocks/es-a1-warm-up-describing-people-at-work-basics.json index 11371b3c560..080c28d3eba 100644 --- a/curriculum/structure/blocks/es-a1-warm-up-describing-people-at-work-basics.json +++ b/curriculum/structure/blocks/es-a1-warm-up-describing-people-at-work-basics.json @@ -4,7 +4,19 @@ "helpCategory": "Spanish Curriculum", "blockLayout": "challenge-grid", "challengeOrder": [ - { "id": "696ff8e05c223b459e54c365", "title": "Dialogue 1: I'm Tom" } + { "id": "698a59271848b09b9e8f7c5e", "title": "Task 1" }, + { "id": "698a59bf67c9b8bfc43a167b", "title": "Task 2" }, + { "id": "698a5a4775ecc89eb7d78f0f", "title": "Task 3" }, + { "id": "698a5a6582a279d2d1afc15a", "title": "Task 4" }, + { "id": "698a5a88d366f6ed3ed93b1f", "title": "Task 5" }, + { "id": "698a5aa1ff49e32ceeaaccec", "title": "Task 6" }, + { "id": "698a5ab9672b4c105c894f9a", "title": "Task 7" }, + { "id": "698a5ad35fed1d508aad360b", "title": "Task 8" }, + { "id": "698a5ae67aeae566c1ea33d0", "title": "Task 9" }, + { "id": "698a5b056fac9afc70ef3cad", "title": "Task 10" }, + { "id": "698a5b1c4c652e89cf8c4aef", "title": "Task 11" }, + { "id": "698a5b3758681998c0be83c5", "title": "Task 12" }, + { "id": "698a5b5f89b7813aea4e5f16", "title": "Task 13" } ], "blockLabel": "warm-up" } diff --git a/curriculum/structure/superblocks/a1-professional-spanish.json b/curriculum/structure/superblocks/a1-professional-spanish.json index 8810262e540..5ff0a207c44 100644 --- a/curriculum/structure/superblocks/a1-professional-spanish.json +++ b/curriculum/structure/superblocks/a1-professional-spanish.json @@ -120,6 +120,7 @@ "blocks": [ "es-a1-warm-up-describing-people-at-work-basics", "es-a1-learn-mini-biographies", + "es-a1-learn-talking-about-colleagues", "es-a1-practice-asking-about-mini-biographies", "es-a1-learn-short-workplace-profile", "es-a1-practice-asking-about-short-workplace-profiles",