mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 12:04:29 -05:00
feat(Curriculum) Add A1 Spanish Module 1 (#62201)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Co-authored-by: Estefania Cassingena Navone <85124911+estefaniacn@users.noreply.github.com> Co-authored-by: Anastasiia <109740924+anastasiiauk@users.noreply.github.com>
This commit is contained in:
@@ -1,19 +1,14 @@
|
||||
---
|
||||
id: 68c488abd71a3e27190965e0
|
||||
title: Task 2
|
||||
title: Task 1
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
dashedName: task-1
|
||||
---
|
||||
<!-- (Audio) Elena: Hola -->
|
||||
|
||||
# --description--
|
||||
|
||||
`¡Hola!`
|
||||
|
||||
In this type of task, you need to listen to the audio and fill in the missing word.
|
||||
This is great practice for your listening skills!
|
||||
|
||||
If you're having trouble hearing the audio, click on the `transcript` to read it, or use the `CC` button inside the animation to follow along with subtitles as the characters speak.
|
||||
Elena is starting a conversation. She's using a simple and very common phrase to say "Hi, good morning!".
|
||||
|
||||
# --instructions--
|
||||
|
||||
@@ -23,7 +18,7 @@ Listen to the audio and complete the sentence below.
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK .`
|
||||
`¡BLANK, buenos días!`
|
||||
|
||||
## --blanks--
|
||||
|
||||
@@ -31,13 +26,13 @@ Listen to the audio and complete the sentence below.
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the greeting you just learned.
|
||||
This word is used to say "hi" to someone. The first letter is capitalized.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hola` is a greeting. It's used to say "Hello" at the beginning of a conversation. For example:
|
||||
`Hola` is a greeting. It's used to say "hello" at the beginning of a conversation. For example:
|
||||
|
||||
`Hola, buenos días` – Hello, good morning!
|
||||
`¡Hola, buenos días!` – Hello, good morning!
|
||||
|
||||
# --scene--
|
||||
|
||||
@@ -60,7 +55,7 @@ This is the greeting you just learned.
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 0.35,
|
||||
"finishTimestamp": 1.0
|
||||
"finishTimestamp": 2.18
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
@@ -72,16 +67,16 @@ This is the greeting you just learned.
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.65,
|
||||
"finishTime": 2.83,
|
||||
"dialogue": {
|
||||
"text": "Hola",
|
||||
"text": "¡Hola, buenos días!",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 2.15
|
||||
"startTime": 3.33
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,57 +1,80 @@
|
||||
---
|
||||
id: 68c84d44d91406c37b3ad73f
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
---
|
||||
<!-- (Audio) Elena: Hola, buenos días -->
|
||||
|
||||
# --description--
|
||||
# --instructions--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --assignment--
|
||||
# --fillInTheBlank--
|
||||
|
||||
Watch the video.
|
||||
## --sentence--
|
||||
|
||||
`Hola, BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`buenos días`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase has **two words** and means "good morning". The second word means "days" and includes an accent on the `í`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenos días` is a greeting used in the morning. It translates to "Good morning". For example:
|
||||
|
||||
`Buenos días, equipo.` – Good morning, team.
|
||||
|
||||
The word `días` has an accent mark on the `í`. In Spanish, accent marks indicate where to put the stress in pronunciation.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
"startTimestamp": 0.35,
|
||||
"finishTimestamp": 2.18
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"finishTime": 2.83,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"text": "Hola, buenos días",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
"startTime": 3.33
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,111 @@
|
||||
---
|
||||
id: 68c88a1c3f01ed15c7ca6c83
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
---
|
||||
<!-- (Audio) Elena: Me llamo Elena -->
|
||||
|
||||
# --description--
|
||||
|
||||
When people want to say their name they often use the following structure:
|
||||
|
||||
`Me llamo` + name.
|
||||
|
||||
This is a common and natural way to introduce yourself in Spanish.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is the speaker's name?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Laura`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a common name in Spanish, but it's not the one you hear. Focus on the last word of the sentence.
|
||||
|
||||
---
|
||||
|
||||
`Elena`
|
||||
|
||||
---
|
||||
|
||||
`Camila`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is not the name the speaker uses. Focus on the last word of the sentence.
|
||||
|
||||
---
|
||||
|
||||
`Lucía`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Focus on the last word of the sentence.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Me llamo...` means "My name is...". It literally means "I call myself...", but it's the standard way to introduce your name. For example:
|
||||
|
||||
`Me llamo Gino.` – My name is Gino.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.39,
|
||||
"finishTimestamp": 3.63
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.24,
|
||||
"dialogue": {
|
||||
"text": "Me llamo Elena.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 2.74
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,81 @@
|
||||
---
|
||||
id: 68c8902d3560395c800ddff5
|
||||
title: Task 4
|
||||
challengeType: 22
|
||||
dashedName: task-4
|
||||
---
|
||||
<!-- (Audio) Elena: Me llamo Elena -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK Elena.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Me llamo`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase has **two words** and means "my name is" in Spanish. It's the standard way to introduce yourself, followed by your name.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Me llamo...` means "My name is...". It literally means "I call myself...", but it's the most common way to introduce yourself. For example:
|
||||
|
||||
`Me llamo Nielda.` – My name is Nielda.
|
||||
|
||||
In conversation, it's much more natural than other forms like `Mi nombre es...` (which is a formal way of saying "My name is...").
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.39,
|
||||
"finishTimestamp": 3.63
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.24,
|
||||
"dialogue": {
|
||||
"text": "Me llamo Elena.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 2.74
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,113 @@
|
||||
---
|
||||
id: 68c8913e317c32689cfaf3c4
|
||||
title: Task 5
|
||||
challengeType: 19
|
||||
dashedName: task-5
|
||||
---
|
||||
<!-- (Audio) Elena: Soy diseñadora -->
|
||||
|
||||
# --description--
|
||||
|
||||
There are several ways to say your profession in Spanish, one of them is by using this structure:
|
||||
|
||||
`Soy` + profession
|
||||
|
||||
This is a very natural way to introduce a profession. For example:
|
||||
|
||||
`Soy profesor` - I'm a teacher.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is Elena's profession?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Diseñadora`
|
||||
|
||||
---
|
||||
|
||||
`Analista`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "analyst", but it's not what the speaker says. Pay attention the the last word she is saying.
|
||||
|
||||
---
|
||||
|
||||
`Ingeniera`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "engineer", which is a different profession. Pay attention to the last word she is saying.
|
||||
|
||||
---
|
||||
|
||||
`Desarrolladora`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "developer", but it's not what she is saying. Pay attention to the last word she is saying.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Soy` means "I am" in Spanish. The verb `soy` often comes before professions, names, or descriptions. For example:
|
||||
|
||||
`Soy diseñadora.` – I am a designer.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.88,
|
||||
"finishTimestamp": 5.42
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.54,
|
||||
"dialogue": {
|
||||
"text": "Soy diseñadora.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 3.04
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,83 @@
|
||||
---
|
||||
id: 68c8924a2a6a5773c6d1a06d
|
||||
title: Task 6
|
||||
challengeType: 22
|
||||
dashedName: task-6
|
||||
---
|
||||
<!-- (Audio) Elena: Soy diseñadora -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK diseñadora.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is verb means "I am" and is commonly used to talk about professions or personal identity.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Soy` means "I am". It's used when you talk about yourself: your profession, name, or how you feel.
|
||||
|
||||
In Spanish, the subject pronoun `yo` (I) is often **not needed** because the verb form already shows who is speaking. For example:
|
||||
|
||||
`Soy diseñadora.` – I am a designer.
|
||||
|
||||
Even without `yo`, the sentence is complete and natural in Spanish.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.88,
|
||||
"finishTimestamp": 5.42
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.54,
|
||||
"dialogue": {
|
||||
"text": "Soy diseñadora.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 3.04
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 68c892f78e9dd27b55a0dc18
|
||||
title: Task 7
|
||||
challengeType: 22
|
||||
dashedName: task-7
|
||||
---
|
||||
<!-- (Audio) Elena: Soy diseñadora -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Soy BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`diseñadora`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "designer" and includes the letter `ñ`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Diseñadora` means "designer" in Spanish and is the **feminine form** of the noun `diseñador`. For example:
|
||||
|
||||
`Soy diseñadora UX.` – I am a UX designer.
|
||||
|
||||
This word includes the letter `ñ`, which is its own letter in the Spanish alphabet.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.88,
|
||||
"finishTimestamp": 5.42
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.54,
|
||||
"dialogue": {
|
||||
"text": "Soy diseñadora.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 3.04
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -0,0 +1,108 @@
|
||||
---
|
||||
id: 68c893dd7bbd1e85869d0e5b
|
||||
title: Task 8
|
||||
challengeType: 22
|
||||
dashedName: task-8
|
||||
---
|
||||
<!-- (Audio) Elena: Hasta luego. Adiós. -->
|
||||
|
||||
# --description--
|
||||
|
||||
There are different ways to say goodbye in Spanish. In this task you'll hear two common farewell expressions that are often used together.
|
||||
|
||||
One means "see you later" and the other means "goodbye".
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK. BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Hasta luego`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This farewell expression has **two words**. It means "See you later" and is used when you expect to see the person again. The first letter of the first word is capitalized.
|
||||
|
||||
---
|
||||
|
||||
`Adiós`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a common goodbye. Make sure to include the accent on the letter `ó`. The first letter is capitalized.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta luego` and `Adiós` are two common ways to say goodbye in Spanish. You can use them **together** in natural conversation, especially to sound polite or friendly.
|
||||
|
||||
`Hasta luego` means "See you later" and it's used when you plan to see the person again.
|
||||
|
||||
`Adiós` means "Goodbye" and it's often more final, but still friendly. For example:
|
||||
|
||||
`Hasta luego. Adiós.` – See you later. Goodbye.
|
||||
|
||||
Notice the accent mark on the `ó`. It's important for correct pronunciation and writing.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.68,
|
||||
"finishTimestamp": 7.56
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.96,
|
||||
"dialogue": {
|
||||
"text": "Hasta luego.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 2.13,
|
||||
"finishTime": 2.88,
|
||||
"dialogue": {
|
||||
"text": "Adiós.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 3.38
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 68c896d45893e91d602f0373
|
||||
title: Task 9
|
||||
challengeType: 19
|
||||
dashedName: task-9
|
||||
---
|
||||
<!-- (Audio) Camila: Hola, buenas tardes -->
|
||||
|
||||
# --description--
|
||||
|
||||
Spanish greetings often change depending on the time of day. Now, Camila is using a greeting for a specific time of day. Can you find out which one she is using?
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What time of day is it?
|
||||
|
||||
## --answers--
|
||||
|
||||
Afternoon
|
||||
|
||||
---
|
||||
|
||||
Morning
|
||||
|
||||
### --feedback--
|
||||
|
||||
The greeting Camila is saying is used later in the day, not in the morning.
|
||||
|
||||
---
|
||||
|
||||
Evening
|
||||
|
||||
### --feedback--
|
||||
|
||||
The greeting Camila is saying is used earlier in the day, not in the evening.
|
||||
|
||||
---
|
||||
|
||||
Night
|
||||
|
||||
### --feedback--
|
||||
|
||||
Camila is not saying "good night".
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenas tardes` is a greeting used in the afternoon. It usually starts around **12:00 PM** and can last until sunset or early evening. For example:
|
||||
|
||||
`Hola, buenas tardes.` – Hello, good afternoon.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 0.3,
|
||||
"finishTimestamp": 2.13
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.83,
|
||||
"dialogue": {
|
||||
"text": "Hola, buenas tardes.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 3.33
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,81 @@
|
||||
---
|
||||
id: 68c8974b9d5ddd2334b965c0
|
||||
title: Task 10
|
||||
challengeType: 22
|
||||
dashedName: task-10
|
||||
---
|
||||
<!-- (Audio) Camila: Hola, buenas tardes -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Hola, BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`buenas tardes`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase has **two words** and means "good afternoon". It's a common greeting used in the afternoon or early evening.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenas tardes` is a greeting used in the afternoon. It translates to "Good afternoon".
|
||||
|
||||
In Spanish, `tardes` is a **feminine plural noun**, so the word `buenas` (good) must also be **feminine and plural**. For example:
|
||||
|
||||
`Hola, buenas tardes.` – Hello, good afternoon.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 0.3,
|
||||
"finishTimestamp": 2.13
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.83,
|
||||
"dialogue": {
|
||||
"text": "Hola, buenas tardes.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 3.33
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,117 @@
|
||||
---
|
||||
id: 68c897a539d3dd283ffa3713
|
||||
title: Task 11
|
||||
challengeType: 19
|
||||
dashedName: task-11
|
||||
---
|
||||
<!-- (Audio) Camila: Soy Camila -->
|
||||
|
||||
# --description--
|
||||
|
||||
You've learned how to introduce yourself using `me llamo`. Another common way is by using the verb `soy`, like this:
|
||||
|
||||
`Soy` + your name
|
||||
|
||||
In Spanish, you usually don’t need to include the subject pronoun, like `Yo`. Since verbs are conjugated, you can tell who is speaking from the verb itself. So instead of saying `Yo soy Marta`, you can simply say:
|
||||
|
||||
`Soy Marta` – I'm Marta.
|
||||
|
||||
This is a very natural and common way to introduce yourself.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is her name?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Elena`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a different name. Try listening again to the audio.
|
||||
|
||||
---
|
||||
|
||||
`Lucía`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This name wasn't mentioned. Focus on the last word in the audio.
|
||||
|
||||
---
|
||||
|
||||
`Laura`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a common name, but not the one spoken.
|
||||
|
||||
---
|
||||
|
||||
`Camila`
|
||||
|
||||
## --video-solution--
|
||||
|
||||
4
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Soy Camila` means "I am Camila" in Spanish.
|
||||
|
||||
`Soy` means "I am", and it's often used to introduce your name without needing to say `yo`. For example:
|
||||
|
||||
`Soy Daniel.` – I am Daniel.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.34,
|
||||
"finishTimestamp": 3.43
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.09,
|
||||
"dialogue": {
|
||||
"text": "Soy Camila.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 2.59
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,113 @@
|
||||
---
|
||||
id: 68c897fe7948d82ccadf1f3b
|
||||
title: Task 12
|
||||
challengeType: 19
|
||||
dashedName: task-12
|
||||
---
|
||||
<!-- (Audio) Camila: Soy analista -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is Camila's profession?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Diseñadora`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "designer", but it's not the profession mentioned. Pay attention to the last word of the audio.
|
||||
|
||||
---
|
||||
|
||||
`Ingeniera`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "engineer", which is different from what the speaker says. Pay attention to the last word of the audio.
|
||||
|
||||
---
|
||||
|
||||
`Analista`
|
||||
|
||||
---
|
||||
|
||||
`Desarrolladora`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "developer". Listen to the last word of the audio.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
Camila is now using the same structure she used to say her name. But this time, to tell her profession. The structure looks like this:
|
||||
|
||||
`Soy` + profession
|
||||
|
||||
Again, you don't need to say the pronoun `yo` because the verb `soy` already tells you who is speaking.
|
||||
|
||||
`Soy analista` means "I am an analyst".
|
||||
|
||||
`Analista` is a neutral noun, so it's the same for both male and female speakers. For example:
|
||||
|
||||
`Soy analista de datos.` – I am a data analyst.
|
||||
|
||||
This example sentence works for both male and female.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.67,
|
||||
"finishTimestamp": 4.81
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.14,
|
||||
"dialogue": {
|
||||
"text": "Soy analista.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 2.64
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,100 @@
|
||||
---
|
||||
id: 68c8989990f68b3450a32db9
|
||||
title: Task 13
|
||||
challengeType: 22
|
||||
dashedName: task-13
|
||||
---
|
||||
<!-- (Audio) Camila: Soy Camila. Soy analista. -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK Camila. BLANK analista.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "I am" and is used to introduce your name or profession in Spanish. The first letter is capitalized.
|
||||
|
||||
---
|
||||
|
||||
`Soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "I am" and is used to introduce your name or profession in Spanish. The first letter is capitalized.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Soy` means "I am" in Spanish.
|
||||
|
||||
You can use `soy` to say both your **name** and your **profession**.
|
||||
|
||||
Even though the subject `yo` (I) is not written, it's understood from the verb form. For example:
|
||||
|
||||
`Soy Camila. Soy analista.` – I'm Camila. I'm an analyst.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.34,
|
||||
"finishTimestamp": 4.81
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.09,
|
||||
"dialogue": {
|
||||
"text": "Soy Camila.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 2.33,
|
||||
"finishTime": 3.47,
|
||||
"dialogue": {
|
||||
"text": "Soy analista.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 3.97
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,81 @@
|
||||
---
|
||||
id: 68c8992767e7eb3ae4b4e5fe
|
||||
title: Task 14
|
||||
challengeType: 22
|
||||
dashedName: task-14
|
||||
---
|
||||
<!-- (Audio) Camila: Soy analista -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Soy BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`analista`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "analyst" and ends in `-a`, but it can be used for any gender.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Analista` means "analyst" in Spanish. It's a **neutral noun**, which means it's the same for both male and female.
|
||||
|
||||
In Spanish, many professions that end in `-a` don't change with gender. `Analista` is one of them. For example:
|
||||
|
||||
`Soy analista de sistemas.` – I am a systems analyst.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.67,
|
||||
"finishTimestamp": 4.81
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.14,
|
||||
"dialogue": {
|
||||
"text": "Soy analista.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 2.64
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,114 @@
|
||||
---
|
||||
id: 68c89979e06c663f1b4fff0d
|
||||
title: Task 15
|
||||
challengeType: 22
|
||||
dashedName: task-15
|
||||
---
|
||||
<!-- (Audio) Camila: Adiós. Hasta pronto. -->
|
||||
|
||||
# --description--
|
||||
|
||||
As you may have noticed, there are different ways to say goodbye in Spanish. Each one has a slightly different meaning, depending on how soon you expect to see the person again.
|
||||
|
||||
Here are three common options:
|
||||
|
||||
| Expression | Meaning | When to Use |
|
||||
|------------------|---------------------|-------------------------------------------|
|
||||
| `Adiós` | Goodbye | More general or when you might not see the person soon. |
|
||||
| `Hasta luego` | See you later | When you expect to see the person again, but not immediately. |
|
||||
| `Hasta pronto` | See you soon | When you expect to see the person again very soon. |
|
||||
|
||||
These expressions can be used alone or combined naturally in conversation, like Camila is using them right now.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK. BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Adiós`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a common way to say goodbye. Don't forget the accent on the `ó`. The first letter is capitalized.
|
||||
|
||||
---
|
||||
|
||||
`Hasta pronto`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase has **two words** and means "See you soon". It's a friendly way to say goodbye. The first letter of the first word is capitalized.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Adiós` and `Hasta pronto` are two common ways to say goodbye in Spanish.
|
||||
|
||||
`Adiós` means "Goodbye". Notice the accent mark on the `ó`. It's important for correct pronunciation and writing.
|
||||
|
||||
`Hasta pronto` means "See you soon" and is used when you expect to see the person again soon. For example:
|
||||
|
||||
`Adiós. Hasta pronto.` – Goodbye. See you soon.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 4.9,
|
||||
"finishTimestamp": 7.5
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.85,
|
||||
"dialogue": {
|
||||
"text": "Adiós.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1.95,
|
||||
"finishTime": 3.04,
|
||||
"dialogue": {
|
||||
"text": "Hasta pronto.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 3.54
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,113 @@
|
||||
---
|
||||
id: 68c89b3cd3083152e0f23eb0
|
||||
title: Task 16
|
||||
challengeType: 19
|
||||
dashedName: task-16
|
||||
---
|
||||
<!-- (Audio) Esteban: Hola, buenas noches -->
|
||||
|
||||
# --description--
|
||||
|
||||
Spanish greetings often change depending on the time of day. Esteban is using a greeting for a specific part of the day.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What time of day is it?
|
||||
|
||||
## --answers--
|
||||
|
||||
Night
|
||||
|
||||
---
|
||||
|
||||
Afternoon
|
||||
|
||||
### --feedback--
|
||||
|
||||
The greeting Esteban says is used later, when the sun has set. Try again!
|
||||
|
||||
---
|
||||
|
||||
Morning
|
||||
|
||||
### --feedback--
|
||||
|
||||
The greeting Esteban says is not for the begining of the day.
|
||||
|
||||
---
|
||||
|
||||
Any time of the day.
|
||||
|
||||
### --feedback--
|
||||
|
||||
In Spanish, people don't use this greeting at any time of the day.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenas noches` is a greeting used at night.
|
||||
|
||||
It translates to "Good evening" or "Good night", depending on the context.
|
||||
|
||||
In Spanish, you can use `Buenas noches` both when greeting someone in the evening **and** when greeting or saying goodbye at night. For example:
|
||||
|
||||
- `Hola, buenas noches.` – Hello, good evening.
|
||||
|
||||
- `Adiós, buenas noches.` – Goodbye, good night.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 0.2,
|
||||
"finishTimestamp": 1.8
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.6,
|
||||
"dialogue": {
|
||||
"text": "Hola, buenas noches.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 3.1
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,89 @@
|
||||
---
|
||||
id: 68c89c988b6c9f6207ad9cac
|
||||
title: Task 17
|
||||
challengeType: 22
|
||||
dashedName: task-17
|
||||
---
|
||||
<!-- (Audio) Esteban: Hola, buenas noches -->
|
||||
|
||||
# --description--
|
||||
|
||||
Esteban is arriving and it's already evening. He starts the conversation with a greeting that's used at this time of day.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Hola, BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`buenas noches`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase has **two words** and means "good evening" or "good night". It's used both as a greeting in the evening and as a way to say goodbye at night.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenas noches` is a greeting used at night.
|
||||
|
||||
It translates to "Good evening" or "Good night", depending on the context.
|
||||
|
||||
In Spanish, you can use `Buenas noches` both when greeting someone in the evening **and** when greeting or saying goodbye at night. For example:
|
||||
|
||||
- `Hola, buenas noches.` – Hello, good evening.
|
||||
|
||||
- `Adiós, buenas noches.` – Goodbye, good night.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 0.2,
|
||||
"finishTimestamp": 1.8
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.6,
|
||||
"dialogue": {
|
||||
"text": "Hola, buenas noches.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 3.1
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,81 @@
|
||||
---
|
||||
id: 68c89cd5229c18653d7d66be
|
||||
title: Task 18
|
||||
challengeType: 22
|
||||
dashedName: task-18
|
||||
---
|
||||
<!-- (Audio) Esteban: Me llamo Esteban -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK Esteban.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Me llamo`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase has **two words** and means "my name is" in Spanish. It's the standard way to introduce yourself, followed by your name.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Me llamo...` means "My name is..." in Spanish.
|
||||
|
||||
It's the standard way to introduce yourself. For example:
|
||||
|
||||
`Me llamo Esteban.` – My name is Esteban.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.01,
|
||||
"finishTimestamp": 3.01
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.0,
|
||||
"dialogue": {
|
||||
"text": "Me llamo Esteban.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 2.50
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,81 @@
|
||||
---
|
||||
id: 68c89d073ef3c56824a1c783
|
||||
title: Task 19
|
||||
challengeType: 22
|
||||
dashedName: task-19
|
||||
---
|
||||
<!-- (Audio) Esteban: Soy desarrollador -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Soy BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`desarrollador`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "developer" and ends in `-or`, which is typical for many masculine profession nouns in Spanish.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Desarrollador` means "developer" in Spanish. It's a masculine noun commonly used in tech contexts.
|
||||
|
||||
In Spanish, you **don't need an article** like "a" or "an" before professions. For example:
|
||||
|
||||
`Soy desarrollador.` – I am a developer.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.49,
|
||||
"finishTimestamp": 4.97
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.48,
|
||||
"dialogue": {
|
||||
"text": "Soy desarrollador.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 2.98
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,110 @@
|
||||
---
|
||||
id: 68c89d77ea2edc6d84388cb7
|
||||
title: Task 21
|
||||
challengeType: 22
|
||||
dashedName: task-21
|
||||
---
|
||||
<!-- (Audio) Esteban: Hasta mañana. Chao. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Esteban is saying goodbye and expects to see you tomorrow. He uses a friendly phrase to show that, and then adds a casual goodbye to end the conversation.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK. BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Hasta mañana`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase has **two words** and means "See you tomorrow". It's used when you expect to see the person the next day. The first letter of the first word is capitalized, and remember to use the letter `ñ` in the second word.
|
||||
|
||||
---
|
||||
|
||||
`Chao`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is an informal way to say goodbye. This variation ends with an `o`, not with `u`. The first letter is capitalized.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta mañana` and `Chao` are friendly ways to say goodbye in Spanish.
|
||||
|
||||
`Hasta mañana` means "See you tomorrow". It's used when you expect to see the person the next day.
|
||||
|
||||
`Chao` is an informal version of "goodbye" used in some Spanish-speaking countries. It is similar to "bye" in English. For example:
|
||||
|
||||
`Hasta mañana. Chao.` – See you tomorrow. Bye.
|
||||
|
||||
There are two common spellings of the word `chao`:
|
||||
|
||||
- `Chao` with `o` is more common in Spain, Chile, and Colombia.
|
||||
|
||||
- `Chau` with `u` is often used in Argentina, Uruguay, and Paraguay.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.35,
|
||||
"finishTimestamp": 7.11
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.87,
|
||||
"dialogue": {
|
||||
"text": "Hasta mañana.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 2.22,
|
||||
"finishTime": 2.76,
|
||||
"dialogue": {
|
||||
"text": "Chao.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 3.26
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,119 @@
|
||||
---
|
||||
id: 68de9ae56303f3834466ce1c
|
||||
title: Task 20
|
||||
challengeType: 19
|
||||
dashedName: task-20
|
||||
---
|
||||
<!-- (Audio) Esteban: Hasta mañana. Chao. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Esteban is saying goodbye and expects to see you tomorrow. One of the expressions he uses is common when you plan to see someone the next day.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What does Esteban mean by saying `Hasta mañana`?
|
||||
|
||||
## --answers--
|
||||
|
||||
He expects to meet up again tomorrow.
|
||||
|
||||
---
|
||||
|
||||
He is going to bed now.
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase isn't just for bedtime. Focus on the meaning of `mañana`.
|
||||
|
||||
---
|
||||
|
||||
He is saying goodbye forever.
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a friendly goodbye, not a final one.
|
||||
|
||||
---
|
||||
|
||||
He is asking someone to wait until tomorrow.
|
||||
|
||||
### --feedback--
|
||||
|
||||
There is no request or command in this phrase.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta mañana` means "See you tomorrow" in Spanish. It's used when you expect to see the person the next day.
|
||||
|
||||
`Hasta` means "until", and `mañana` means "tomorrow", so the phrase literally means "until tomorrow". For example:
|
||||
|
||||
`Hasta mañana, Rafael.` – See you tomorrow, Rafael.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.35,
|
||||
"finishTimestamp": 7.11
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.87,
|
||||
"dialogue": {
|
||||
"text": "Hasta mañana.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 2.22,
|
||||
"finishTime": 2.76,
|
||||
"dialogue": {
|
||||
"text": "Chao.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 3.26
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1,57 +1,148 @@
|
||||
---
|
||||
id: 68c850c5eb642cc96ed86544
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
title: Task 1
|
||||
challengeType: 19
|
||||
dashedName: task-1
|
||||
---
|
||||
<!-- (Audio) whole audio Elena es-a1-1.1 -->
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
In the last Learn block, you practiced phrases for greeting people, saying your name, talking about your profession, and saying goodbye at different times of the day.
|
||||
|
||||
# --assignment--
|
||||
Now, let's see how Elena, Camila, and Esteban combine all of these to introduce themselves naturally.
|
||||
|
||||
Watch the video.
|
||||
Let's start with Elena!
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What does Elena say to introduce her name?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Me llamo Elena.`
|
||||
|
||||
---
|
||||
|
||||
`Soy Elena.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This sentence is a correct way to introduce herself, but it's not what Elena says. Please review the structure she is using right before saying her name.
|
||||
|
||||
---
|
||||
|
||||
`Mi nombre es Elena.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is another way to say your name in Spanish, but it's not the phrase used in the audio. Please review the structure she is using right before saying her name.
|
||||
|
||||
---
|
||||
|
||||
`Me Elena.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is not a correct sentence in Spanish. Please review the structure she is using right before saying her name.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Me llamo...` means "My name is...".
|
||||
|
||||
It's the most common way to introduce your name in a conversation. For example:
|
||||
|
||||
`Me llamo Elena.` – My name is Elena.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
"startTimestamp": 0.35,
|
||||
"finishTimestamp": 7.56
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"finishTime": 2.83,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"text": "Hola, buenos días.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"character": "Elena",
|
||||
"startTime": 3.04,
|
||||
"finishTime": 4.28,
|
||||
"dialogue": {
|
||||
"text": "Me llamo Elena.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 4.53,
|
||||
"finishTime": 6.07,
|
||||
"dialogue": {
|
||||
"text": "Soy diseñadora.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 6.33,
|
||||
"finishTime": 7.29,
|
||||
"dialogue": {
|
||||
"text": "Hasta luego.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 7.46,
|
||||
"finishTime": 8.21,
|
||||
"dialogue": {
|
||||
"text": "Adiós.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
"startTime": 8.71
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,143 @@
|
||||
---
|
||||
id: 68c9881715d314368f261622
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
---
|
||||
<!-- (Audio) Camila ES_A1_1.2 -->
|
||||
|
||||
# --description--
|
||||
|
||||
Now let's hear how Camila introduces herself.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
At what time of day is Camila speaking?
|
||||
|
||||
## --answers--
|
||||
|
||||
Afternoon
|
||||
|
||||
---
|
||||
|
||||
Morning
|
||||
|
||||
### --feedback--
|
||||
|
||||
The phrase `buenas tardes` is not used in the morning. Try again!
|
||||
|
||||
---
|
||||
|
||||
Night
|
||||
|
||||
### --feedback--
|
||||
|
||||
The greeting Camila says used earlier in the day, not in the evening.
|
||||
|
||||
---
|
||||
|
||||
She doesn't mention the time of the day.
|
||||
|
||||
### --feedback--
|
||||
|
||||
Pay attention to Camila's first sentence.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenas tardes` means "Good afternoon". It's used after **12:00 PM** and usually until sunset. For example:
|
||||
|
||||
`Hola, buenas tardes.` – Hello, good afternoon.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 0.3,
|
||||
"finishTimestamp": 7.15
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.83,
|
||||
"dialogue": {
|
||||
"text": "Hola, buenas tardes.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 3.04,
|
||||
"finishTime": 4.13,
|
||||
"dialogue": {
|
||||
"text": "Soy Camila.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 4.37,
|
||||
"finishTime": 5.51,
|
||||
"dialogue": {
|
||||
"text": "Soy analista.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 5.91,
|
||||
"finishTime": 6.64,
|
||||
"dialogue": {
|
||||
"text": "Adiós.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 6.86,
|
||||
"finishTime": 7.85,
|
||||
"dialogue": {
|
||||
"text": "Hasta pronto.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 8.35
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,129 @@
|
||||
---
|
||||
id: 68c98887b9a4783bf6788700
|
||||
title: Task 5
|
||||
challengeType: 19
|
||||
dashedName: task-5
|
||||
---
|
||||
<!-- (Audio) Esteban: ES_A1_1.3 -->
|
||||
|
||||
# --description--
|
||||
|
||||
Now it's Esteban's turn to introduce himself.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
True or false: Esteban expects to see you tomorrow.
|
||||
|
||||
## --answers--
|
||||
|
||||
True
|
||||
|
||||
---
|
||||
|
||||
False
|
||||
|
||||
### --feedback--
|
||||
|
||||
He says `Hasta mañana`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta mañana` means "See you tomorrow" in Spanish.
|
||||
|
||||
When someone says this, it usually means they plan or expect to see you the next day. For example:
|
||||
|
||||
`Hasta mañana, Juan.` – See you tomorrow, Juan.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 0.2,
|
||||
"finishTimestamp": 7.11
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.7,
|
||||
"dialogue": {
|
||||
"text": "Hola, buenas noches.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 2.81,
|
||||
"finishTime": 3.93,
|
||||
"dialogue": {
|
||||
"text": "Me llamo Esteban.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 4.29,
|
||||
"finishTime": 5.77,
|
||||
"dialogue": {
|
||||
"text": "Soy desarrollador.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 6.15,
|
||||
"finishTime": 7.02,
|
||||
"dialogue": {
|
||||
"text": "Hasta mañana.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 7.37,
|
||||
"finishTime": 7.91,
|
||||
"dialogue": {
|
||||
"text": "Chao.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 8.41
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,47 @@
|
||||
---
|
||||
id: 68c988e2a77664404ccea3e1
|
||||
title: Task 7
|
||||
challengeType: 19
|
||||
dashedName: task-7
|
||||
---
|
||||
|
||||
<!-- SPEAKING -->
|
||||
<!-- (No Audio) -->
|
||||
|
||||
# --description--
|
||||
|
||||
This module is all about greetings and times of the day. So, let's see if you can remember when to use them.
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
You are leaving at night. How should you say goodbye?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Buenas tardes`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This expression is used in the afternoon, not at night.
|
||||
|
||||
---
|
||||
|
||||
`Buenas noches`
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenas noches` means "Good night" or "Good evening" in Spanish.
|
||||
|
||||
It's used both when greeting someone at night and when saying goodbye after dark. For example:
|
||||
|
||||
`Adiós, buenas noches.` – Goodbye, good night.
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
id: 68c98a694e038945907506b2
|
||||
title: Task 8
|
||||
challengeType: 19
|
||||
dashedName: task-8
|
||||
---
|
||||
|
||||
<!-- (No Audio) -->
|
||||
|
||||
# --description--
|
||||
|
||||
There is more than one way to introduce yourself in Spanish. Can you remember them?
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which of the following options contains two different ways of introducing your name in Spanish?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Soy` or `Adiós`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Adiós` means goodbye. it's not used to introduce yourself.
|
||||
|
||||
---
|
||||
|
||||
`Me llamo` or `Hasta`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Hasta` is part of a farewell, not a way to introduce your name.
|
||||
|
||||
---
|
||||
|
||||
`Me llamo` or `Soy`
|
||||
|
||||
---
|
||||
|
||||
`Hasta pronto` or `Me llamo`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Me llamo` is correct, but the other phrase is used to say goodbye, not to introduce yourself.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
Both `Me llamo...` and `Soy...` can be used to introduce yourself in Spanish.
|
||||
|
||||
- `Me llamo Camila.` – My name is Camila.
|
||||
|
||||
- `Soy Camila.` – I am Camila.
|
||||
|
||||
Both are correct, but `Me llamo...` is more common when saying your name for the first time.
|
||||
@@ -0,0 +1,63 @@
|
||||
---
|
||||
id: 68c98ad382b60c54f0d4d6bf
|
||||
title: Task 10
|
||||
challengeType: 22
|
||||
dashedName: task-10
|
||||
---
|
||||
<!-- (No Audio) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Esteban needs to introduce himself during a meeting. He wants to practice, so he decided to write a short introduction on paper. The meeting will happen in the afternoon. Help Esteban choose the right words so he can feel more confident.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Find the correct words from the list below to help Esteban.
|
||||
|
||||
**IMPORTANT**: Some words won't be used, others simply don't make sense in context, and you can only use each word **once**.
|
||||
|
||||
`Hola`, `Me llamo`, `Soy`, `Adiós`, `tardes`, `mañana`.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK, buenas BLANK.`
|
||||
|
||||
`BLANK Esteban. BLANK desarrollador.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Hola`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the standard way to say "Hello" in Spanish.
|
||||
|
||||
---
|
||||
|
||||
`tardes`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "afternoon" and is used in greetings after noon.
|
||||
|
||||
---
|
||||
|
||||
`Me llamo`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase means "My name is" and is commonly used to introduce yourself.
|
||||
|
||||
---
|
||||
|
||||
`Soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "I am" and is used before professions.
|
||||
|
||||
# --explanation--
|
||||
|
||||
This short introduction uses the greeting `Hola`, the afternoon phrase `Buenas tardes`, the name phrase `Me llamo`, and the verb `Soy` for the profession.
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
id: 68c98ca32c262266f70e198c
|
||||
title: Task 9
|
||||
challengeType: 19
|
||||
dashedName: task-9
|
||||
---
|
||||
<!-- (No Audio) -->
|
||||
|
||||
# --description--
|
||||
|
||||
By now, you have probably noticed that there are many ways to say **goodbye** in Spanish. Each one is slightly different and depends on how and when you expect to see the person again.
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which option correctly matches these Spanish farewells **in order**?
|
||||
|
||||
`Adiós`, `Hasta luego`, `Hasta mañana`, `Hasta pronto`, `Chao`
|
||||
|
||||
## --answers--
|
||||
|
||||
See you later, Goodbye, Bye, See you soon, See you tomorrow
|
||||
|
||||
### --feedback--
|
||||
|
||||
All of these are out of order. Try again by thinking about the meaning of each phrase.
|
||||
|
||||
---
|
||||
|
||||
Goodbye, See you later, See you tomorrow, See you soon, Bye
|
||||
|
||||
---
|
||||
|
||||
Goodbye, See you soon, See you later, See you tomorrow, Bye
|
||||
|
||||
### --feedback--
|
||||
|
||||
Only one is correct. Think about when each phrase would be used.
|
||||
|
||||
---
|
||||
|
||||
Goodbye, See you later, See you soon, See you tomorrow, Bye
|
||||
|
||||
### --feedback--
|
||||
|
||||
Just three of these are in the right place. Focus on the difference between "see you soon" and "see you later".
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
Each farewell has a slightly different meaning, depending on how soon you expect to see the person again.
|
||||
|
||||
| Expresión | Meaning | When to use |
|
||||
|--------------------|-----------------|----------------------------------------------------------------|
|
||||
| `Adiós` | Goodbye | A general or slightly formal farewell. |
|
||||
| `Hasta luego` | See you later | When you plan to see the person again, but not immediately. |
|
||||
| `Hasta mañana` | See you tomorrow| When you expect to see the person the next day. |
|
||||
| `Hasta pronto` | See you soon | When you expect to see the person very soon. |
|
||||
| `Chao` | Bye | Informal and friendly. |
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
id: 68de9f4c14f4d1335059da98
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
---
|
||||
<!-- REVIEW -->
|
||||
|
||||
# --description--
|
||||
|
||||
This is a review Elena's introduction.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write the following words in the correct spot:
|
||||
|
||||
`llamo`, `días`, `Adiós`, and `soy`.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Hola, buenos BLANK.`
|
||||
|
||||
`Me BLANK Elena. BLANK diseñadora.`
|
||||
|
||||
`Hasta luego. BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`días`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word completes the morning greeting. It means "days".
|
||||
|
||||
---
|
||||
|
||||
`llamo`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word is part of a phrase used to introduce yourself. It comes after the word that means "myself".
|
||||
|
||||
---
|
||||
|
||||
`soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "I am" and comes before a profession.
|
||||
|
||||
---
|
||||
|
||||
`Adiós`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a common way to say goodbye. Remember the accent on the `ó`.
|
||||
@@ -0,0 +1,75 @@
|
||||
---
|
||||
id: 68dea19554185d4bf24dfeea
|
||||
title: Task 4
|
||||
challengeType: 22
|
||||
dashedName: task-4
|
||||
---
|
||||
<!-- REVIEW -->
|
||||
|
||||
# --description--
|
||||
|
||||
This is a review of Camila's introduction.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write the following words in the correct spot:
|
||||
|
||||
`Hola`, `Soy`, `tardes`, `Hasta`, `analista`, and `pronto`.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK, buenas BLANK.`
|
||||
|
||||
`BLANK Camila. Soy BLANK.`
|
||||
|
||||
`Adiós. BLANK BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Hola`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a very common way to say "hi" at the start of a conversation.
|
||||
|
||||
---
|
||||
|
||||
`tardes`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "afternoon" and completes the afternoon greeting.
|
||||
|
||||
---
|
||||
|
||||
`Soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "I am" and is used to say who you are or what you do.
|
||||
|
||||
---
|
||||
|
||||
`analista`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a profession. It’s the same word for both men and women in Spanish.
|
||||
|
||||
---
|
||||
|
||||
`Hasta`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "until" and is used in many farewell expressions.
|
||||
|
||||
---
|
||||
|
||||
`pronto`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "soon" and often comes after `Hasta` in a goodbye.
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
id: 68dea2ed35dc385b0287da3d
|
||||
title: Task 6
|
||||
challengeType: 22
|
||||
dashedName: task-6
|
||||
---
|
||||
<!-- REVIEW -->
|
||||
|
||||
# --description--
|
||||
|
||||
This is a review of the entire dialogue you just studied.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write the following words in the correct spot:
|
||||
|
||||
`chao`, `desarrollador`, `mañana`, and `noches`.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Hola, buenas BLANK.`
|
||||
|
||||
`Me llamo Esteban. Soy BLANK.`
|
||||
|
||||
`Hasta BLANK. BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`noches`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "night" and is used in the evening greeting.
|
||||
|
||||
---
|
||||
|
||||
`desarrollador`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a profession. It means "developer".
|
||||
|
||||
---
|
||||
|
||||
`mañana`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word means "tomorrow" and is used when you expect to see someone the next day.
|
||||
|
||||
---
|
||||
|
||||
`Chao`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is an informal way to say goodbye, similar to "bye".
|
||||
@@ -1,58 +1,239 @@
|
||||
---
|
||||
id: 68c8510f4a9c00ca2a67160c
|
||||
title: "Task 1"
|
||||
challengeType: 24
|
||||
dashedName: task-1
|
||||
title: Greetings and Farewells Quiz
|
||||
challengeType: 8
|
||||
dashedName: greetings-and-farewells-quiz
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
This quiz checks your understanding of greetings, farewells, and basic introductions in Spanish.
|
||||
|
||||
# --assignment--
|
||||
To pass the quiz, you must correctly answer **at least 9 of the 10** questions below.
|
||||
|
||||
Watch the video.
|
||||
Read each question and choose the correct answer. There's only one correct answer for each question.
|
||||
|
||||
# --scene--
|
||||
# --quizzes--
|
||||
|
||||
```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
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
## --quiz--
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which phrase means "Hello, good morning"?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Hola, buenas noches.`
|
||||
|
||||
---
|
||||
|
||||
`Hola, buenas tardes.`
|
||||
|
||||
---
|
||||
|
||||
`Chao.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`Hola, buenos días.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which phrase means "See you later"?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Hasta mañana.`
|
||||
|
||||
---
|
||||
|
||||
`Adiós.`
|
||||
|
||||
---
|
||||
|
||||
`Chao.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`Hasta luego.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which phrase means "Good night"?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Buenos días.`
|
||||
|
||||
---
|
||||
|
||||
`Hasta mañana.`
|
||||
|
||||
---
|
||||
|
||||
`Hasta pronto.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`Buenas noches.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which phrase means "See you tomorrow"?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Hasta pronto.`
|
||||
|
||||
---
|
||||
|
||||
`Hasta luego.`
|
||||
|
||||
---
|
||||
|
||||
`Adiós.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`Hasta mañana.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which phrase means "I am a designer"?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Me llamo diseñadora.`
|
||||
|
||||
---
|
||||
|
||||
`Soy desarrollador.`
|
||||
|
||||
---
|
||||
|
||||
`Soy analista.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`Soy diseñadora.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
`Adiós` is used to say goodbye.
|
||||
|
||||
#### --distractors--
|
||||
|
||||
That's false.
|
||||
|
||||
---
|
||||
|
||||
Sometimes it can be used to say "hello", not "goodbye".
|
||||
|
||||
---
|
||||
|
||||
People don't use this word in Spanish.
|
||||
|
||||
|
||||
#### --answer--
|
||||
|
||||
That's true.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
You must always say `yo` before `soy`.
|
||||
|
||||
#### --distractors--
|
||||
|
||||
That is true.
|
||||
|
||||
---
|
||||
|
||||
It is true in formal settings.
|
||||
|
||||
---
|
||||
|
||||
That is true in informal settings.
|
||||
|
||||
#### --answer--
|
||||
|
||||
That is false.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What is the correct way to say "I'm an analyst"?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Soy una analista.`
|
||||
|
||||
---
|
||||
|
||||
`Yo soy la analista.`
|
||||
|
||||
---
|
||||
|
||||
`Soy el analista.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`Soy analista.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which phrase introduces a profession?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Hola, buenos días.`
|
||||
|
||||
---
|
||||
|
||||
`Adiós.`
|
||||
|
||||
---
|
||||
|
||||
`Me llamo Esteban.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`Soy desarrollador.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which pair is correct?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Me llamo` / See you later.
|
||||
|
||||
---
|
||||
|
||||
`Hasta pronto` / I am
|
||||
|
||||
---
|
||||
|
||||
`Hola` / See you soon.
|
||||
|
||||
#### --answer--
|
||||
|
||||
`Soy` / I am
|
||||
|
||||
@@ -1,58 +1,94 @@
|
||||
---
|
||||
id: 68c850ed23d494c9be5cb22a
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
title: Grammar Highlights
|
||||
challengeType: 31
|
||||
dashedName: grammar-highlights
|
||||
---
|
||||
|
||||
<!-- GRAMMAR -->
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
Congratulations! You're almost done with this module.
|
||||
|
||||
The article below will help you review some key grammar points covered in the tasks, so you can feel confident before taking the Module Quiz.
|
||||
|
||||
Once you've read it, just mark the task as complete and move on to the next part of the review.
|
||||
|
||||
## Grammar Highlights
|
||||
|
||||
### Subject Pronoun Omission
|
||||
|
||||
In Spanish, it's common to omit the subject pronoun (like `yo`) because the verb form already tells who the subject is. For example:
|
||||
|
||||
- `Soy Camila.` – I am Camila.
|
||||
|
||||
- `Me llamo Esteban.` – My name is Esteban.
|
||||
|
||||
<br />
|
||||
|
||||
### Using `soy` to Talk About Identity
|
||||
|
||||
The verb `ser` (to be) is used to describe who you are; like your name or profession.
|
||||
|
||||
`Soy` means "I am". It's often followed directly by a noun and no article is needed. For example:
|
||||
|
||||
- `Soy diseñadora.` – I am a designer.
|
||||
|
||||
- `Soy analista.` – I am an analyst.
|
||||
|
||||
<br />
|
||||
|
||||
### No Articles Before Professions
|
||||
|
||||
In English, people say "a developer", but in Spanish, you **don't use** an article (`un` or `una`) before a profession.
|
||||
|
||||
You can use `Soy` + profession.
|
||||
|
||||
For example: `Soy analista`.
|
||||
|
||||
<br />
|
||||
|
||||
### Greeting with Time of Day
|
||||
|
||||
Spanish greetings change depending on the time of day. For example:
|
||||
|
||||
- `Hola, buenos días.` – Hello, good morning.
|
||||
|
||||
- `Hola, buenas tardes.` – Hello, good afternoon.
|
||||
|
||||
- `Hola, buenas noches.` – Hello, good evening.
|
||||
|
||||
- `Adiós, buenas noches.` – Goodbye, good night.
|
||||
|
||||
<br />
|
||||
|
||||
### Combined Farewells
|
||||
|
||||
In Spanish, farewells don’t always have to be combined, but it's very common to see them used together. For example:
|
||||
|
||||
- `Hasta luego. Adiós.` – See you later. Goodbye.
|
||||
|
||||
- `Hasta mañana. Chao.` – See you tomorrow. Bye.
|
||||
|
||||
<br />
|
||||
|
||||
### Accents Marks and Pronunciation
|
||||
|
||||
Accent marks in Spanish show where to put the stress and sometimes change the meaning of a word. Examples from this lesson:
|
||||
|
||||
- `Días` – Days (stress on the `í`).
|
||||
|
||||
- `Adiós` – Goodbye (stress on the `ó`).
|
||||
|
||||
<br />
|
||||
|
||||
### Special Letters in Spanish
|
||||
|
||||
`Ñ` is a separate letter in the Spanish alphabet. For example:
|
||||
|
||||
`Mañana` – tomorrow
|
||||
|
||||
# --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
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
I confirm I read the grammar highlights.
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
---
|
||||
id: 68c994e8517cd6bde390e923
|
||||
title: Glossary
|
||||
challengeType: 31
|
||||
dashedName: glossary
|
||||
---
|
||||
<!-- GLOSSARY -->
|
||||
|
||||
# --description--
|
||||
|
||||
This **Glossary** is a quick reference for 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.
|
||||
|
||||
## Greetings and Introductions
|
||||
|
||||
- `Buenas noches` – Good evening / Good night.
|
||||
|
||||
- `Buenas tardes` – Good afternoon.
|
||||
|
||||
- `Buenos días` – Good morning.
|
||||
|
||||
- `Hola.` – Hello
|
||||
|
||||
- `Me llamo...` – My name is...
|
||||
|
||||
- `Soy...` – I am...
|
||||
|
||||
<br>
|
||||
|
||||
## Farewells
|
||||
|
||||
- `Adiós` – Goodbye
|
||||
|
||||
- `Chao` – Bye
|
||||
|
||||
- `Hasta luego.` – See you later.
|
||||
|
||||
- `Hasta mañana.` – See you tomorrow.
|
||||
|
||||
- `Hasta pronto.` – See you soon.
|
||||
|
||||
<br>
|
||||
|
||||
## Professions
|
||||
|
||||
- `Analista` – Analyst
|
||||
|
||||
- `Desarrolladora`/`Desarrollador` – Developer
|
||||
|
||||
- `Diseñadora`/`Diseñador` – Designer
|
||||
|
||||
# --assignment--
|
||||
|
||||
I confirm I read the glossary.
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 68bb001c22f3bcbd1fdf38fa
|
||||
title: "Task 1"
|
||||
title: Task 1
|
||||
challengeType: 19
|
||||
dashedName: task-1
|
||||
---
|
||||
@@ -9,25 +9,18 @@ dashedName: task-1
|
||||
|
||||
# --description--
|
||||
|
||||
`¡Bienvenidos!`
|
||||
Welcome to the A1 Professional Spanish course!
|
||||
|
||||
This is an **elementary course** focused on teaching you the very basics of the Spanish language.
|
||||
|
||||
The section you're in now is called `warm-up`. This is where you'll be introduced to new words before they appear in longer sentences or conversations.
|
||||
|
||||
Let's start by practicing your first word in Spanish.
|
||||
Elena wants to say "hi". You'll hear this word all the time in Spanish when people meet each other.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
There's just **one** correct answer. If you need help, click on the `explanation` at the bottom of the lesson.
|
||||
There's just **one** correct answer. If you need help, click on **explanation** at the bottom of the lesson.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What does the speaker say?
|
||||
What word does Elena use to say "hi"?
|
||||
|
||||
## --answers--
|
||||
|
||||
@@ -51,11 +44,11 @@ This means the opposite of what the speaker says. Open the explanation section i
|
||||
|
||||
---
|
||||
|
||||
`Gracias`
|
||||
`Buenos días`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a polite word, but it's not what you hear in the audio.
|
||||
This means "Good morning", but it's not what you hear in the audio.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
@@ -63,9 +56,9 @@ This is a polite word, but it's not what you hear in the audio.
|
||||
|
||||
# --explanation--
|
||||
|
||||
The word `Hola` is a greeting. It is used when you meet someone, similar to "Hello" or "Hi" in English. For example:
|
||||
The word `Hola` is a greeting. It is used when you meet someone, similar to "Hello" or "Hi". For example:
|
||||
|
||||
`Hola, Buenos Días` – Hi, Good morning!
|
||||
`¡Hola, buenos días!` – Hi, good morning!
|
||||
|
||||
# --scene--
|
||||
|
||||
@@ -88,7 +81,7 @@ The word `Hola` is a greeting. It is used when you meet someone, similar to "Hel
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 0.35,
|
||||
"finishTimestamp": 1.0
|
||||
"finishTimestamp": 0.90
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
@@ -100,16 +93,16 @@ The word `Hola` is a greeting. It is used when you meet someone, similar to "Hel
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.65,
|
||||
"finishTime": 1.55,
|
||||
"dialogue": {
|
||||
"text": "Hola",
|
||||
"text": "¡Hola!",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 2.15
|
||||
"startTime": 2.05
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 68c582b401546d5359f54658
|
||||
title: Task 2
|
||||
challengeType: 19
|
||||
dashedName: task-2
|
||||
---
|
||||
<!-- (Audio) Elena: Buenos días -->
|
||||
|
||||
# --description--
|
||||
|
||||
It’s morning, so Elena is using a typical Spanish greeting for this time of day.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What greeting is Elena using to say "good morning"?
|
||||
|
||||
## --answers--
|
||||
|
||||
`¡Hola!`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "hi", which is used as a greeting.
|
||||
|
||||
---
|
||||
|
||||
`Buenas tardes.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Good afternoon", which is used later in the day.
|
||||
|
||||
---
|
||||
|
||||
`Buenos días.`
|
||||
|
||||
---
|
||||
|
||||
`Buenas noches.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Good night", and it's used at the end of the day.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenos días` is a common greeting used in the morning. It literally means "good days", but it's equivalent to "good morning". For example:
|
||||
|
||||
`¡Hola, buenos días! ¿Cómo estás?` – Hello, good morning! How are you?
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 1.0,
|
||||
"finishTimestamp": 2.18
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.18,
|
||||
"dialogue": {
|
||||
"text": "Buenos días.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 2.68
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 68c586973237a2ae8b8a9dcb
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
---
|
||||
<!-- (Audio) Camila: Buenas tardes -->
|
||||
|
||||
# --description--
|
||||
|
||||
It's the afternoon, so Camila is using a common Spanish greeting for this time of day.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What greeting does Camila use to say "good afternoon"?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Buenos días.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Good morning", and it's used earlier in the day.
|
||||
|
||||
---
|
||||
|
||||
`¡Hola!`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Hi", which is a general greeting, but it's not what you hear in the audio.
|
||||
|
||||
---
|
||||
|
||||
`¡Hola, buenos días!`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a more specific morning greeting, not the phrase used in the audio.
|
||||
|
||||
---
|
||||
|
||||
`Buenas tardes.`
|
||||
|
||||
## --video-solution--
|
||||
|
||||
4
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenas tardes` is a greeting used during the afternoon. It translates to "Good afternoon". For example:
|
||||
|
||||
`Buenas tardes, señora Gómez.` – A formal way to say "Good afternoon, Mrs. Gómez."
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 1.0,
|
||||
"finishTimestamp": 2.13
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.13,
|
||||
"dialogue": {
|
||||
"text": "Buenas tardes.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 2.63
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,110 @@
|
||||
---
|
||||
id: 68c5877f0c90f5b8cad8e2dd
|
||||
title: Task 4
|
||||
challengeType: 19
|
||||
dashedName: task-4
|
||||
---
|
||||
|
||||
<!-- (Audio) Esteban: Buenas noches -->
|
||||
|
||||
# --description--
|
||||
|
||||
It's night time, and Esteban is using a typical Spanish greeting for this time of day.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What greeting does Esteban use to say "good night"?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Buenos días.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Good morning", and it's used at the start of the day.
|
||||
|
||||
---
|
||||
|
||||
`Buenas noches.`
|
||||
|
||||
---
|
||||
|
||||
`Buenas tardes.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Good afternoon", and it's used in the middle of the day.
|
||||
|
||||
---
|
||||
|
||||
`¡Hola!`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Hi", which is a general greeting, but it's not what you hear in the audio.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Buenas noches` is a greeting used at night. It translates to "Good night".
|
||||
|
||||
You can use `Buenas noches` both when greeting someone in the evening **and** when greeting or saying goodbye to someone at night. For example, the sentence below works both to greet or say goodbye during the night:
|
||||
|
||||
`Buenas noches, señora López.` – Good night, Mrs. López.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 0.8,
|
||||
"finishTimestamp": 1.8
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.0,
|
||||
"dialogue": {
|
||||
"text": "Buenas noches.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,109 @@
|
||||
---
|
||||
id: 68c5893734d89dcb8e5b7a34
|
||||
title: Task 5
|
||||
challengeType: 19
|
||||
dashedName: task-5
|
||||
---
|
||||
<!-- (Audio) Elena: Adiós -->
|
||||
|
||||
# --description--
|
||||
|
||||
Elena is leaving, so she's using a common way to say goodbye in Spanish.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What word does Elena use to say "goodbye"?
|
||||
|
||||
## --answers--
|
||||
|
||||
`¡Hola!`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Hi", a general greeting, but it's not what Elena says.
|
||||
|
||||
---
|
||||
|
||||
`Buenas tardes.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Good afternoon", but it's not the phrase you hear in the audio.
|
||||
|
||||
---
|
||||
|
||||
`Adiós`
|
||||
|
||||
---
|
||||
|
||||
`Buenos días.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Good morning", and it's used earlier in the day.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Adiós` is a common way to say goodbye in Spanish. It translates to "Goodbye".
|
||||
|
||||
You can use `Adiós` in both formal and informal situations, usually when you don't expect to see the person again soon. For example:
|
||||
|
||||
`Adiós, nos vemos otro día.` – Goodbye, see you another day.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 6.81,
|
||||
"finishTimestamp": 7.56
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.75,
|
||||
"dialogue": {
|
||||
"text": "Adiós.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 2.25
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,113 @@
|
||||
---
|
||||
id: 68c58a750c57dadd0f6a3f3b
|
||||
title: Task 6
|
||||
challengeType: 19
|
||||
dashedName: task-6
|
||||
---
|
||||
<!-- (Audio) Esteban: Chao -->
|
||||
|
||||
# --description--
|
||||
|
||||
Esteban is saying goodbye, but he's keeping it casual. This word is very common in informal conversations across many Spanish-speaking countries.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What word does Esteban use to say "bye" informally?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Adiós`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is also a goodbye, but it's not the word you hear in the audio.
|
||||
|
||||
---
|
||||
|
||||
`¡Hola!`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Hi", a general greeting commonly used when you meet a person.
|
||||
|
||||
---
|
||||
|
||||
`Chao`
|
||||
|
||||
---
|
||||
|
||||
`Buenos días.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Good morning", and it's not used to say goodbye.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Chao` is an informal way to say goodbye in Spanish. It translates to "Bye". For example:
|
||||
|
||||
`Chao, hasta mañana.` – Bye, see you tomorrow.
|
||||
|
||||
**Note**: There are two common spellings: `chao` and `chau`. Both are correct and used in different regions:
|
||||
|
||||
- `Chao` is more common in countries like Chile, Colombia, and Spain.
|
||||
|
||||
- `Chau` is more frequent in Argentina, Uruguay, and Paraguay.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 6.57,
|
||||
"finishTimestamp": 7.11
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.54,
|
||||
"dialogue": {
|
||||
"text": "Chao.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 2.04
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,109 @@
|
||||
---
|
||||
id: 68c58aa8c9d2a2dfea45deb7
|
||||
title: Task 7
|
||||
challengeType: 19
|
||||
dashedName: task-7
|
||||
---
|
||||
<!-- (Audio) Elena: Hasta luego -->
|
||||
|
||||
# --description--
|
||||
|
||||
Elena is saying goodbye, but she expects to see you again.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What phrase does Elena use to say "see you later"?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Hasta luego.`
|
||||
|
||||
---
|
||||
|
||||
`Adiós`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a goodbye, but it's more final. The speaker uses a different phrase.
|
||||
|
||||
---
|
||||
|
||||
`Chao`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is also an informal way to say goodbye, but it's not the one in the audio.
|
||||
|
||||
---
|
||||
|
||||
`¡Hola!`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Hi", a general greeting, but it's not what Elena says.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta luego` is a common way to say goodbye in Spanish. It translates to "See you later".
|
||||
|
||||
It's used when you expect to see the person again, but not necessarily soon. For example:
|
||||
|
||||
`Hasta luego, Marta.` – See you later, Marta.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.68,
|
||||
"finishTimestamp": 6.64
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.96,
|
||||
"dialogue": {
|
||||
"text": "Hasta luego.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 2.46
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,109 @@
|
||||
---
|
||||
id: 68c58ac706597fe1f643837d
|
||||
title: Task 8
|
||||
challengeType: 19
|
||||
dashedName: task-8
|
||||
---
|
||||
<!-- (Audio) Camila: Hasta pronto -->
|
||||
|
||||
# --description--
|
||||
|
||||
Camila is saying goodbye, and she hopes to see you soon. This phrase is warm and friendly.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What phrase does Camila use to say "see you soon"?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Hasta luego.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "See you later", but it's not exactly what the speaker says.
|
||||
|
||||
---
|
||||
|
||||
`Hasta pronto.`
|
||||
|
||||
---
|
||||
|
||||
`Adiós.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a general goodbye, but the speaker uses a different phrase.
|
||||
|
||||
---
|
||||
|
||||
`Chao.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is an informal way to say goodbye, but it's not the word you hear in the audio.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta pronto` means "See you soon". It's used when you expect to see someone again in the near future.
|
||||
|
||||
It's similar to `Hasta luego` ("See you later"), but `hasta pronto` suggests a shorter wait, usually sooner rather than later. For example:
|
||||
|
||||
`Hasta pronto, Esteban.` – See you soon, Esteban.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 6.16,
|
||||
"finishTimestamp": 7.15
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.99,
|
||||
"dialogue": {
|
||||
"text": "Hasta pronto.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 2.49
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 68c58b01490a81e467b6f8d8
|
||||
title: Task 9
|
||||
challengeType: 19
|
||||
dashedName: task-9
|
||||
---
|
||||
<!-- (Audio) Esteban: Hasta mañana -->
|
||||
|
||||
# --description--
|
||||
|
||||
Esteban is saying goodbye, but he plans to see you tomorrow.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What phrase does Esteban use to say "see you tomorrow"?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Hasta mañana.`
|
||||
|
||||
---
|
||||
|
||||
`Hasta luego.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "See you later", but Esteban says something more specific.
|
||||
|
||||
---
|
||||
|
||||
`Hasta pronto.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "See you soon", but it's not what Esteban says.
|
||||
|
||||
---
|
||||
|
||||
`Adiós.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a general goodbye, not the phrase used in the audio.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta mañana` is a way to say goodbye when you plan to see the person the next day. It translates to "See you tomorrow". For example:
|
||||
|
||||
`Hasta mañana, Camila.` – See you tomorrow, Camila.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.35,
|
||||
"finishTimestamp": 6.22
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.87,
|
||||
"dialogue": {
|
||||
"text": "Hasta mañana.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 2.37
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,106 @@
|
||||
---
|
||||
id: 68c58b24ac7964e7776fea16
|
||||
title: Task 10
|
||||
challengeType: 19
|
||||
dashedName: task-10
|
||||
---
|
||||
<!-- (Audio) Esteban: desarrollador -->
|
||||
# --description--
|
||||
|
||||
Esteban is mentioning a profession. He uses a common word for someone who builds software.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What profession is Esteban mentioning?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Desarrollador`
|
||||
|
||||
---
|
||||
|
||||
`Diseñador`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "designer", not the profession mentioned in the audio.
|
||||
|
||||
---
|
||||
|
||||
`Ingeniero`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "engineer", which is a different profession.
|
||||
|
||||
---
|
||||
|
||||
`Programador`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "programmer", which is similar but not the exact word used.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Desarrollador` means "developer". It refers to someone who builds or creates software, websites, or applications. For example:
|
||||
|
||||
`Soy desarrollador de software.` – I am a software developer.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-boardmeeting.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.90,
|
||||
"finishTimestamp": 4.97
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.07,
|
||||
"dialogue": {
|
||||
"text": "Desarrollador.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Esteban",
|
||||
"opacity": 0,
|
||||
"startTime": 2.57
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,106 @@
|
||||
---
|
||||
id: 68c58b51686f9aea14946c1c
|
||||
title: Task 11
|
||||
challengeType: 19
|
||||
dashedName: task-11
|
||||
---
|
||||
<!-- (Audio) Elena: Diseñadora -->
|
||||
# --description--
|
||||
|
||||
Elena is mentioning a profession. She's using the feminine form of a common job title.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What profession is Elena mentioning?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Analista`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "analyst", but it's not the profession mentioned in the audio.
|
||||
|
||||
---
|
||||
|
||||
`Ingeniera`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "engineer", which is not the same as designer.
|
||||
|
||||
---
|
||||
|
||||
`Diseñadora`
|
||||
|
||||
---
|
||||
|
||||
`Desarrolladora`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "developer", not designer.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Diseñadora` means "designer" and is the feminine form of `diseñador`. For example:
|
||||
|
||||
`Soy diseñadora gráfica.` – I am a graphic designer.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 4.38,
|
||||
"finishTimestamp": 5.42
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.04,
|
||||
"dialogue": {
|
||||
"text": "Diseñadora.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Elena",
|
||||
"opacity": 0,
|
||||
"startTime": 2.54
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 68c58b85c5a2e0ed307f24d4
|
||||
title: Task 12
|
||||
challengeType: 19
|
||||
dashedName: task-12
|
||||
---
|
||||
<!-- (Audio) Camila: Analista -->
|
||||
|
||||
# --description--
|
||||
|
||||
Camila is mentioning a profession. She uses a word for someone who works with information and analysis.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What profession is Camila mentioning?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Analista`
|
||||
|
||||
---
|
||||
|
||||
`Desarrollador`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "developer", but it's not the word Camila says.
|
||||
|
||||
---
|
||||
|
||||
`Ingeniera`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "engineer", and it's not the correct profession from the audio.
|
||||
|
||||
---
|
||||
|
||||
`Diseñadora`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "designer", not the word you hear.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Analista` means "analyst". It refers to someone who examines information to find patterns or make decisions. For example:
|
||||
|
||||
`Soy analista de datos.` – I am a data analyst.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.5
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_1.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 4.07,
|
||||
"finishTimestamp": 4.81
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.74,
|
||||
"dialogue": {
|
||||
"text": "Analista.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Camila",
|
||||
"opacity": 0,
|
||||
"startTime": 2.24
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -3,9 +3,29 @@
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "es-a1-learn-greetings-during-the-day",
|
||||
"helpCategory": "English",
|
||||
"blockLayout": "dialogue-grid",
|
||||
"blockLayout": "challenge-grid",
|
||||
"blockType": "learn",
|
||||
"challengeOrder": [
|
||||
{ "id": "68c84d44d91406c37b3ad73f", "title": "Dialogue 1: I'm Tom" }
|
||||
{ "id": "68c488abd71a3e27190965e0", "title": "Task 1" },
|
||||
{ "id": "68c84d44d91406c37b3ad73f", "title": "Task 2" },
|
||||
{ "id": "68c88a1c3f01ed15c7ca6c83", "title": "Task 3" },
|
||||
{ "id": "68c8902d3560395c800ddff5", "title": "Task 4" },
|
||||
{ "id": "68c8913e317c32689cfaf3c4", "title": "Task 5" },
|
||||
{ "id": "68c8924a2a6a5773c6d1a06d", "title": "Task 6" },
|
||||
{ "id": "68c892f78e9dd27b55a0dc18", "title": "Task 7" },
|
||||
{ "id": "68c893dd7bbd1e85869d0e5b", "title": "Task 8" },
|
||||
{ "id": "68c896d45893e91d602f0373", "title": "Task 9" },
|
||||
{ "id": "68c8974b9d5ddd2334b965c0", "title": "Task 10" },
|
||||
{ "id": "68c897a539d3dd283ffa3713", "title": "Task 11" },
|
||||
{ "id": "68c897fe7948d82ccadf1f3b", "title": "Task 12" },
|
||||
{ "id": "68c8989990f68b3450a32db9", "title": "Task 13" },
|
||||
{ "id": "68c8992767e7eb3ae4b4e5fe", "title": "Task 14" },
|
||||
{ "id": "68c89979e06c663f1b4fff0d", "title": "Task 15" },
|
||||
{ "id": "68c89b3cd3083152e0f23eb0", "title": "Task 16" },
|
||||
{ "id": "68c89c988b6c9f6207ad9cac", "title": "Task 17" },
|
||||
{ "id": "68c89cd5229c18653d7d66be", "title": "Task 18" },
|
||||
{ "id": "68c89d073ef3c56824a1c783", "title": "Task 19" },
|
||||
{ "id": "68de9ae56303f3834466ce1c", "title": "Task 20" },
|
||||
{ "id": "68c89d77ea2edc6d84388cb7", "title": "Task 21" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,9 +3,18 @@
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "es-a1-practice-greetings-and-farewells",
|
||||
"helpCategory": "English",
|
||||
"blockLayout": "dialogue-grid",
|
||||
"blockLayout": "challenge-grid",
|
||||
"blockType": "practice",
|
||||
"challengeOrder": [
|
||||
{ "id": "68c850c5eb642cc96ed86544", "title": "Dialogue 1: I'm Tom" }
|
||||
{ "id": "68c850c5eb642cc96ed86544", "title": "Task 1" },
|
||||
{ "id": "68de9f4c14f4d1335059da98", "title": "Task 2" },
|
||||
{ "id": "68c9881715d314368f261622", "title": "Task 3" },
|
||||
{ "id": "68dea19554185d4bf24dfeea", "title": "Task 4" },
|
||||
{ "id": "68c98887b9a4783bf6788700", "title": "Task 5" },
|
||||
{ "id": "68dea2ed35dc385b0287da3d", "title": "Task 6" },
|
||||
{ "id": "68c988e2a77664404ccea3e1", "title": "Task 7" },
|
||||
{ "id": "68c98a694e038945907506b2", "title": "Task 8" },
|
||||
{ "id": "68c98ca32c262266f70e198c", "title": "Task 9" },
|
||||
{ "id": "68c98ad382b60c54f0d4d6bf", "title": "Task 10" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,9 +3,12 @@
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "es-a1-quiz-greetings-and-farewells",
|
||||
"helpCategory": "English",
|
||||
"blockLayout": "dialogue-grid",
|
||||
"blockLayout": "link",
|
||||
"blockType": "quiz",
|
||||
"challengeOrder": [
|
||||
{ "id": "68c8510f4a9c00ca2a67160c", "title": "Dialogue 1: I'm Tom" }
|
||||
{
|
||||
"id": "68c8510f4a9c00ca2a67160c",
|
||||
"title": "Greetings and Farewells Quiz"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "es-a1-review-greetings-and-farewells",
|
||||
"helpCategory": "English",
|
||||
"blockLayout": "dialogue-grid",
|
||||
"blockLayout": "link",
|
||||
"blockType": "review",
|
||||
"challengeOrder": [
|
||||
{ "id": "68c850ed23d494c9be5cb22a", "title": "Dialogue 1: I'm Tom" }
|
||||
{ "id": "68c850ed23d494c9be5cb22a", "title": "Grammar Highlights" },
|
||||
{ "id": "68c994e8517cd6bde390e923", "title": "Glossary" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,13 +3,20 @@
|
||||
"dashedName": "es-a1-warm-up-greetings-and-farewells-basics",
|
||||
"isUpcomingChange": true,
|
||||
"blockType": "warm-up",
|
||||
"blockLayout": "dialogue-grid",
|
||||
"blockLayout": "challenge-grid",
|
||||
"helpCategory": "English",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "68bb001c22f3bcbd1fdf38fa",
|
||||
"title": "Task 1"
|
||||
},
|
||||
{ "id": "68c488abd71a3e27190965e0", "title": "Task 2" }
|
||||
{ "id": "68bb001c22f3bcbd1fdf38fa", "title": "Task 1" },
|
||||
{ "id": "68c582b401546d5359f54658", "title": "Task 2" },
|
||||
{ "id": "68c586973237a2ae8b8a9dcb", "title": "Task 3" },
|
||||
{ "id": "68c5877f0c90f5b8cad8e2dd", "title": "Task 4" },
|
||||
{ "id": "68c5893734d89dcb8e5b7a34", "title": "Task 5" },
|
||||
{ "id": "68c58a750c57dadd0f6a3f3b", "title": "Task 6" },
|
||||
{ "id": "68c58aa8c9d2a2dfea45deb7", "title": "Task 7" },
|
||||
{ "id": "68c58ac706597fe1f643837d", "title": "Task 8" },
|
||||
{ "id": "68c58b01490a81e467b6f8d8", "title": "Task 9" },
|
||||
{ "id": "68c58b24ac7964e7776fea16", "title": "Task 10" },
|
||||
{ "id": "68c58b51686f9aea14946c1c", "title": "Task 11" },
|
||||
{ "id": "68c58b85c5a2e0ed307f24d4", "title": "Task 12" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user