mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add A1-M2 learn meet tasks (#63825)
Co-authored-by: Rafael Hernandez <mac@Rafaels-MacBook-Pro.local> Co-authored-by: Nielda Karla <90112119+nieldakarla@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
db6e9141ec
commit
ff996ed9f7
+60
-18
@@ -1,59 +1,101 @@
|
||||
---
|
||||
id: 68dc74dc55e05b6ee15b743d
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
title: Task 1
|
||||
challengeType: 22
|
||||
dashedName: task-1
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Julieta: Hola, buenas noches. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
Julieta is using a common greeting used from evening until midnight. It's a polite and common way to greet someone when you meet the person after dark.
|
||||
|
||||
# --assignment--
|
||||
# --instructions--
|
||||
|
||||
Watch the video.
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK, buenas BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Hola`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the most common way to greet someone in Spanish.
|
||||
|
||||
---
|
||||
|
||||
`noches`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This words describes the period of the day that comes after the afternoon.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Spanish greetings vary depending on the time of day. For example:
|
||||
|
||||
- `Buenos días` – Use during the morning
|
||||
|
||||
- `Buenas tardes` – Use during the afternoon
|
||||
|
||||
- `Buenas noches` – Use during the night
|
||||
|
||||
`Buenas noches` is also used when saying goodbye at night or wishing someone rest.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"character": "Julieta",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"filename": "ES_A1_2.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
"startTimestamp": 0.61,
|
||||
"finishTimestamp": 2.44
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Julieta",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Julieta",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"finishTime": 2.83,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"text": "Hola, buenas noches.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"character": "Julieta",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
"startTime": 3.33
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
+111
@@ -0,0 +1,111 @@
|
||||
---
|
||||
id: 69050330908fe2245936bf21
|
||||
title: Task 2
|
||||
challengeType: 19
|
||||
dashedName: task-2
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Julieta: Soy estratega de marketing. -->
|
||||
|
||||
# --description--
|
||||
|
||||
The verb `ser` is used to express the identity, profession, or nationality. As you have seen in previous lessons, the structure is:
|
||||
|
||||
`Soy` + name.
|
||||
`Soy` + profession.
|
||||
`Soy` + nationality.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is Julieta's profession?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Científica de datos`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This profession focuses on data and analytics, not marketing strategy.
|
||||
|
||||
---
|
||||
|
||||
`Estratega de marketing`
|
||||
|
||||
---
|
||||
|
||||
`Ingeniero de software`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This option refers to someone who designs and builds software.
|
||||
|
||||
---
|
||||
|
||||
`Arquitecto`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This profession involves designing buildings, which is unrelated to what Julieta mentioned.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Soy estratega de marketing` means "I am a marketing strategist".
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 4.05,
|
||||
"finishTimestamp": 5.9
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.85,
|
||||
"dialogue": {
|
||||
"text": "Soy estratega de marketing.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 0,
|
||||
"startTime": 3.35
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+105
@@ -0,0 +1,105 @@
|
||||
---
|
||||
id: 690a2aca25b9d771e2dd1101
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Julieta: Soy uruguaya. -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is Julieta's nationality?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Chilena`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This nationality refers to someone from Chile.
|
||||
|
||||
---
|
||||
|
||||
`Peruana`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This describes someone from Peru.
|
||||
|
||||
---
|
||||
|
||||
`Uruguaya`
|
||||
|
||||
---
|
||||
|
||||
`Colombiana`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This nationality refers to Colombia.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Soy uruguaya` - I am Uruguayan. (feminine)
|
||||
|
||||
`Soy uruguayo` - I am Uruguayan. (masculine)
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 6.12,
|
||||
"finishTimestamp": 7.21
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.09,
|
||||
"dialogue": {
|
||||
"text": "Soy uruguaya.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 0,
|
||||
"startTime": 2.59
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+120
@@ -0,0 +1,120 @@
|
||||
---
|
||||
id: 690a2ca5e5cfb078be515fc7
|
||||
title: Task 5
|
||||
challengeType: 19
|
||||
dashedName: task-5
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Julieta: Tengo 36 años. -->
|
||||
|
||||
# --description--
|
||||
|
||||
You already learned that numbers in Spanish from 21 to 29 start with `veinti-`, followed by the unit number. Now you will hear an age in the thirties.
|
||||
|
||||
`Treinta años` - Thirty years old
|
||||
|
||||
For numbers in the thirties, you say `treinta y` followed by the unit number. For example:
|
||||
|
||||
- `treinta y uno años` – thirty-one years old
|
||||
|
||||
- `treinta y dos años` – thirty-two years old
|
||||
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
How old is Julieta?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Treinta y seis años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
---
|
||||
|
||||
`Veinticinco años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number does not match what Julieta said.
|
||||
|
||||
---
|
||||
|
||||
`Veintinueve años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Julieta is much older than this age.
|
||||
|
||||
---
|
||||
|
||||
`Cuarenta años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This age is higher than what Julieta mentioned.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Tengo treinta y seis años` means Julieta is 36 years old.
|
||||
|
||||
The word `años` has a tilde (~) over the "n".
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 7.39,
|
||||
"finishTimestamp": 9.16
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.77,
|
||||
"dialogue": {
|
||||
"text": "Tengo treinta y seis años.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 0,
|
||||
"startTime": 3.27
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+69
@@ -0,0 +1,69 @@
|
||||
---
|
||||
id: 6916483f3f068e040248b8a9
|
||||
title: Task 4
|
||||
challengeType: 22
|
||||
dashedName: task-4
|
||||
lang: es
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
This task doesn't have an audio.
|
||||
|
||||
Professions often have gendered forms. Use the chart below as a reference for how masculine and feminine forms change:
|
||||
|
||||
| Profession/Nationality | Masculine | Feminine |
|
||||
|------------------------|--------------------------|--------------------------|
|
||||
| Software Engineer | `Ingeniero de software` | `Ingeniera de software` |
|
||||
| Data Scientist | `Científico de datos` | `Científica de datos` |
|
||||
| Marketing Strategist | `Estratega de marketing` | `Estratega de marketing` |
|
||||
|
||||
Notice that **not all terms change**, such as `estratega de marketing`, which stays the same for both genders.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Fill in the correct gendered profession for each character.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Luna es BLANK de datos.`
|
||||
|
||||
`Mateo es BLANK de software.`
|
||||
|
||||
`Julieta es BLANK de marketing.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Científica`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Luna identifies as female, so the profession should use the feminine form. There's an accent mark in the second `í`.
|
||||
|
||||
---
|
||||
|
||||
`Ingeniero`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Remember to match the profession's gender form with the speaker. Mateo uses the masculine form.
|
||||
|
||||
---
|
||||
|
||||
`Estratega`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This term does **not** change for masculine or feminine. The form stays the same regardless of gender.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Professions and nationalities in Spanish must agree in gender with the person speaking, many changing its endings like so, `-o` - `-a`. For example:
|
||||
|
||||
- `chileno/chilena` - Chilean
|
||||
|
||||
- `científico/científica` - Scientist
|
||||
|
||||
Some stay the same regardless of gender, like `estratega de marketing`.
|
||||
+94
@@ -0,0 +1,94 @@
|
||||
---
|
||||
id: 6916547f0691e2212b9de296
|
||||
title: Task 6
|
||||
challengeType: 22
|
||||
dashedName: task-6
|
||||
lang: es
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Use the reference list to convert between numbers and their written forms in Spanish.
|
||||
Remember:
|
||||
|
||||
- Numbers **21–29** use `veinti-` + the number (no space).
|
||||
|
||||
- Numbers **30–39** use `treinta y` + the number (with spaces).
|
||||
|
||||
# --instructions--
|
||||
|
||||
Fill in the blanks with the correct number or word form.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`28 = BLANK`
|
||||
|
||||
`BLANK = Veinticinco`
|
||||
|
||||
`BLANK = Treinta y cuatro`
|
||||
|
||||
`21 = BLANK`
|
||||
|
||||
`39 = BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`veintiocho`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Begin with `veinti-` plus the written for of number `8`.
|
||||
|
||||
---
|
||||
|
||||
25
|
||||
|
||||
### --feedback--
|
||||
|
||||
Convert the written form into digits.
|
||||
|
||||
---
|
||||
|
||||
34
|
||||
|
||||
### --feedback--
|
||||
|
||||
Look for the pattern `treinta y` + number to identify numbers in the 30s.
|
||||
|
||||
---
|
||||
|
||||
`veintiuno`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Numbers from 21–29 use `veinti-` plus the number in one word.
|
||||
|
||||
---
|
||||
|
||||
`treinta y nueve`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Numbers in the 30s start with `treinta y` and then the unit.
|
||||
|
||||
# --explanation--
|
||||
|
||||
This exercise helps reinforce how Spanish numbers are formed:
|
||||
|
||||
**21–29:** one word beginning with `veinti-`. For example:
|
||||
|
||||
- `veintiuno` - twenty one
|
||||
|
||||
- `veintidós` - twenty two
|
||||
|
||||
- `veintitrés` - twenty three
|
||||
|
||||
**30–39:** formed with `treinta y + digit`. For example:
|
||||
|
||||
- `treinta y uno` - thirty one
|
||||
|
||||
- `treinta y cuatro` - thirty four
|
||||
|
||||
- `treinta y nueve` - thirty nine
|
||||
+117
@@ -0,0 +1,117 @@
|
||||
---
|
||||
id: 69165d13fdec0a457abf861d
|
||||
title: Task 7
|
||||
challengeType: 19
|
||||
dashedName: task-7
|
||||
lang: es
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Julieta is using a polite farewell that expresses she expects to see you **tomorrow**.
|
||||
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What does Julieta mean by saying `Hasta mañana`?
|
||||
|
||||
## --answers--
|
||||
|
||||
See you later today.
|
||||
|
||||
### --feedback--
|
||||
|
||||
Julieta is not referring to later today.
|
||||
|
||||
---
|
||||
|
||||
See you tomorrow.
|
||||
|
||||
---
|
||||
|
||||
See you next week.
|
||||
|
||||
### --feedback--
|
||||
|
||||
Julieta is not referring to a time next week.
|
||||
|
||||
---
|
||||
|
||||
Goodbye forever.
|
||||
|
||||
### --feedback--
|
||||
|
||||
Julieta is not saying goodbye forever; she expects to see you again soon.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
The phrase `hasta mañana` literally means *"until tomorrow",* but its everyday meaning is **"see you tomorrow".**
|
||||
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 9.33,
|
||||
"finishTimestamp": 11.25
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.1,
|
||||
"dialogue": {
|
||||
"text": "Hasta mañana.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"startTime": 2.28,
|
||||
"finishTime": 2.92,
|
||||
"dialogue": {
|
||||
"text": "Chau.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 0,
|
||||
"startTime": 3.42
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
+91
@@ -0,0 +1,91 @@
|
||||
---
|
||||
id: 6916658d16916957c1a318a9
|
||||
title: Task 8
|
||||
challengeType: 22
|
||||
dashedName: task-8
|
||||
lang: es
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Julieta is not only saying see you tomorrow, but also using a polite farewell similar to `adiós` in Spanish.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Hasta mañana. BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`chao`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is an informal way to say "bye" in Spanish, often used among friends.
|
||||
|
||||
# --explanation--
|
||||
|
||||
The phrase `Hasta mañana` means **"see you tomorrow."** The word `chao` is an informal way to say "bye" in Spanish, similar to "ciao" in Italian. Together, `Hasta mañana. Chao.` is a friendly and polite farewell used when you expect to meet the person again the next day.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "interview-room3.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.3.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 9.33,
|
||||
"finishTimestamp": 11.25
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.1,
|
||||
"dialogue": {
|
||||
"text": "Hasta mañana.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"startTime": 2.28,
|
||||
"finishTime": 2.92,
|
||||
"dialogue": {
|
||||
"text": "Chau.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Julieta",
|
||||
"opacity": 0,
|
||||
"startTime": 3.42
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
+65
-17
@@ -1,58 +1,106 @@
|
||||
---
|
||||
id: 68dc747c75837c6bb82aeeb8
|
||||
title: "Task 1"
|
||||
challengeType: 21
|
||||
title: Task 1
|
||||
challengeType: 19
|
||||
dashedName: task-1
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Luna: Hola, buenos días. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
In this audio, Luna uses a morning greeting in Spanish.
|
||||
|
||||
# --assignment--
|
||||
# --instructions--
|
||||
|
||||
Watch the video.
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which greeting is Luna using?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Hola, buenas tardes`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This greeting is used in the **afternoon**, not in the morning.
|
||||
|
||||
---
|
||||
|
||||
`Hola, buenos días`
|
||||
|
||||
---
|
||||
|
||||
`Hola, buenas noches`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This greeting is used at **night** or when saying **goodbye** before going to sleep.
|
||||
|
||||
---
|
||||
|
||||
`¡Hola! ¿Qué tal?`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is an informal greeting to say hi and ask how the person is doing, but it doesn't specify the time of day.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hola, buenos días`, is a way to say hi and with the person a good day. It's used in the morning. A few more of the typical greetings in Spanish. For example:
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
"startTimestamp": 0.39,
|
||||
"finishTimestamp": 2.25
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"finishTime": 2.86,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"text": "Hola, buenos días.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
"startTime": 3.36
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+101
@@ -0,0 +1,101 @@
|
||||
---
|
||||
id: 69038829cfac799092c44c5e
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Luna: Me llamo Luna. -->
|
||||
|
||||
# --description--
|
||||
|
||||
In this task, you'll hear how Luna introduces herself in Spanish using the following structure:
|
||||
|
||||
`Me llamo` + name.
|
||||
|
||||
This is a common way to say your name in Spanish.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK BLANK Luna.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Me`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the reflexive pronoun used when someone says their name in Spanish.
|
||||
|
||||
---
|
||||
|
||||
`llamo`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the first-person form of the verb `llamar`, used when talking about your own name.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Me` is a first person reflexive pronoun, `llamo` is the first person conjugation of the verb `llamar`.
|
||||
|
||||
Together, `Me llamo` is how you say your name in Spanish. For example:
|
||||
|
||||
`Me llamo Luna.` - meaning the speaker's name is Luna.
|
||||
|
||||
Remember, the structure uses a **reflexive pronoun** (`me`) and the **verb** `llamar` in the first person form `llamo`.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.4,
|
||||
"finishTimestamp": 3.49
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.09,
|
||||
"dialogue": {
|
||||
"text": "Me llamo Luna.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 2.59
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+125
@@ -0,0 +1,125 @@
|
||||
---
|
||||
id: 6903913aedf7c8a38ed31413
|
||||
title: Task 5
|
||||
challengeType: 19
|
||||
dashedName: task-5
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Luna: Soy chilena. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Luna is mentioning her nationality in Spanish. In Spanish, many professions and nationalities have gendered forms. Some common patterns are:
|
||||
|
||||
| Profession/Nationality | Masculine | Feminine |
|
||||
|-------------|---------------------|--------------------|
|
||||
| Engineer | `ingeniero` | `ingeniera` |
|
||||
| Designer | `diseñador` | `diseñadora` |
|
||||
| Mexican | `mexicano` | `mexicana` |
|
||||
| Puerto Rican| `puertorriqueño` | `puertorriqueña` |
|
||||
|
||||
|
||||
The ending `-o` is often masculine and `-a` is often feminine. You will learn more patterns as you continue practicing.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is Luna's nationality?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Puertorriqueña`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Puerto Rican," but Luna did not say this.
|
||||
|
||||
---
|
||||
|
||||
`Mexicana`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Mexican", but Luna's nationality is different.
|
||||
|
||||
---
|
||||
|
||||
`Colombiana`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This means "Colombian," but Luna said something else.
|
||||
|
||||
---
|
||||
|
||||
`Chilena`
|
||||
|
||||
## --video-solution--
|
||||
|
||||
4
|
||||
|
||||
# --explanation--
|
||||
|
||||
The verb `soy` comes from `ser` and is used here to describe Luna's nationality. For example:
|
||||
|
||||
- `Soy chilena` - I am Chilean. (feminine)
|
||||
|
||||
- `Soy mexicana.` – I am Mexican. (feminine)
|
||||
|
||||
- `Soy colombiano.` – I am Colombian. (masculine)
|
||||
|
||||
- `Soy puertorriqueño.` – I am Puerto Rican. (masculine)
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.63,
|
||||
"finishTimestamp": 6.61
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.98,
|
||||
"dialogue": {
|
||||
"text": "Soy chilena.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 2.48
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+132
@@ -0,0 +1,132 @@
|
||||
---
|
||||
id: 6903b0a4fca844c1bb1d9b84
|
||||
title: Task 7
|
||||
challengeType: 19
|
||||
dashedName: task-7
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (audio) Luna: Tengo 28 años. -->
|
||||
|
||||
# --description--
|
||||
|
||||
The following is the structure to express age in Spanish:
|
||||
|
||||
The verb `tener` + number in words + `años`.
|
||||
|
||||
In Spanish, the verb `tener` (to have) is used to talk about **age**. For example:
|
||||
|
||||
`Tengo veinte años.` - I am twenty years old.
|
||||
|
||||
The following numbers from 21 to 24 in Spanish start with `veinti-`, followed by the unit number. For example:
|
||||
|
||||
- `veintiuno años.` – twenty-one years old.
|
||||
|
||||
- `veintidós años.` – twenty-two years old.
|
||||
|
||||
- `veintitrés años.` – twenty-three years old.
|
||||
|
||||
- `veinticuatro años.` – twenty-four years old.
|
||||
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
How old is Luna?
|
||||
|
||||
## --answers--
|
||||
|
||||
`veintiocho años`
|
||||
|
||||
---
|
||||
|
||||
`veinticinco años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number she says is a bit higher than twenty-five.
|
||||
|
||||
---
|
||||
|
||||
`treinta años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
That's too high. The number she says is in the twenties.
|
||||
|
||||
---
|
||||
|
||||
`dieciocho años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
That's much younger than what Luna said.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
In Spanish, the verb `tener` ("to have") is used to talk about **age**. For example:
|
||||
|
||||
- `Tengo veintiocho años.` - I am twenty-eight years old.
|
||||
|
||||
- `Tengo quince años.` – I am fifteen years old.
|
||||
|
||||
- `Tengo cuarenta años.` – I am forty years old.
|
||||
|
||||
The word `años` means **years**. Notice the special character `ñ`.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 6.87,
|
||||
"finishTimestamp": 8.59
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.72,
|
||||
"dialogue": {
|
||||
"text": "Tengo veintiocho años.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 3.22
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 69137d8fd9f81f7c0f229ac5
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Luna: Me llamo Luna. -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is the speaker's name?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Marisol`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The speaker does not introduce herself with this name. Listen carefully to what she says after `me llamo`.
|
||||
|
||||
---
|
||||
|
||||
`Julieta`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This name does not match what you hear in the audio.
|
||||
|
||||
---
|
||||
|
||||
`Luna`
|
||||
|
||||
---
|
||||
|
||||
`Camila`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is another common name, but not the one mentioned by the speaker.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Me llamo` comes from the reflexive verb `llamarse`, which means **to call oneself**. In Spanish, when introducing yourself, you say `Me llamo`+ ` [your name]". For example:
|
||||
|
||||
- `Me llamo Mateo.` - My name is Mateo.
|
||||
|
||||
- `Me llamo Julieta.` - My name is Julieta.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.4,
|
||||
"finishTimestamp": 3.49
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.09,
|
||||
"dialogue": {
|
||||
"text": "Me llamo Luna.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 2.59
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+99
@@ -0,0 +1,99 @@
|
||||
---
|
||||
id: 69138238171e75857016b2fe
|
||||
title: Task 4
|
||||
challengeType: 22
|
||||
dashedName: task-4
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Luna: Soy científica de datos. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Luna is mentioning her profession in Spanish using the following structure:
|
||||
|
||||
`Soy` + profession.
|
||||
|
||||
The verb `ser` is one of the most important verbs in Spanish. It is used to express **identity**, **profession**, and/or **nationality**. For example:
|
||||
|
||||
- `Soy amable.` - I'm kind.
|
||||
|
||||
- `Soy mexicana.` - I'm Mexican.
|
||||
|
||||
- `Soy profesor.` - I'm a teacher.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK científica de datos.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This verb is used when talking about profession or identity.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Soy` is the first-person singular form of the verb `ser`, which is used when talking about identity, profession or nationality.
|
||||
|
||||
`Soy científica de datos` means the person works as a data scientist. Here are some more examples:
|
||||
|
||||
- `Soy ingeniero de software.` - I am a software engineer. (masculine)
|
||||
|
||||
- `Soy uruguaya.` - I am Uruguayan. (feminine)
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.73,
|
||||
"finishTimestamp": 5.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.75,
|
||||
"dialogue": {
|
||||
"text": "Soy científica de datos.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 3.25
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+87
@@ -0,0 +1,87 @@
|
||||
---
|
||||
id: 6913abe637aaab0eb8926231
|
||||
title: Task 8
|
||||
challengeType: 22
|
||||
dashedName: task-8
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Luna: Tengo veintiocho años. -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK veintiocho años.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Tengo`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This verb is used to express age in Spanish.
|
||||
|
||||
# --explanation--
|
||||
|
||||
The verb `tener` means **"to have"**. Its first-person singular form is `tengo`.
|
||||
In Spanish, to express your age you should say `tengo` + number + `años`. For example:
|
||||
|
||||
- `Tengo` veinte `años` – I am 20 years old.
|
||||
|
||||
- `Tengo` veintidós `años` – I am 22 years old.
|
||||
|
||||
So, `Tengo` veintiocho `años` means the person is 28 years old.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 6.87,
|
||||
"finishTimestamp": 8.59
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.72,
|
||||
"dialogue": {
|
||||
"text": "Tengo 28 años.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 3.22
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
+95
@@ -0,0 +1,95 @@
|
||||
---
|
||||
id: 69149bd1d69c4b1ae9a8cf9e
|
||||
title: Task 6
|
||||
challengeType: 22
|
||||
dashedName: task-6
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Luna: Soy chilena. -->
|
||||
|
||||
# --description--
|
||||
|
||||
In Spanish, some nationalities and professions use the same word for both male and female. These words do not change the ending. There is no fixed rule for identifying them, so the best way to learn them is by seeing them in real examples and contexts.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK chilena.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This verb is used to describe identity, nationality, or profession.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Words, like `canadiense` ("Canadian") or `estudiante` ("student"), are **neutral in gender** and don't change for male or female. For example:
|
||||
|
||||
- `Soy canadiense.` - I am Canadian. (neutral)
|
||||
|
||||
- `Soy costarricense.` - I am Costa Rican. (neutral)
|
||||
|
||||
- `Soy croata.` - I am Croatian. (neutral)
|
||||
|
||||
- `Soy estudiante.` - I am a student. (neutral)
|
||||
|
||||
- `Soy estratega de marketing.` - I am a marketing strategist. (neutral)
|
||||
|
||||
- `Soy periodista.` - I am a journalist. (neutral)
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.63,
|
||||
"finishTimestamp": 6.61
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.98,
|
||||
"dialogue": {
|
||||
"text": "Soy chilena.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 2.48
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+123
@@ -0,0 +1,123 @@
|
||||
---
|
||||
id: 6914af61cb72593f7ad505cf
|
||||
title: Task 9
|
||||
challengeType: 19
|
||||
dashedName: task-9
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Luna: Hasta luego. Adiós. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Luna is saying goodbye and expects to see you in the near future. One of the expressions she uses is commonly used in Spanish, in both formal and informal contexts, to indicate a temporary farewell.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What does Luna mean by saying `Hasta luego`?
|
||||
|
||||
## --answers--
|
||||
|
||||
She is saying good night.
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase is not used to wish someone a good night; it's used when parting for now but expecting to meet again soon.
|
||||
|
||||
---
|
||||
|
||||
She expects to see you later.
|
||||
|
||||
---
|
||||
|
||||
She is introducing herself.
|
||||
|
||||
### --feedback--
|
||||
|
||||
This phrase is not used for introductions; it's used for saying goodbye.
|
||||
|
||||
---
|
||||
|
||||
She is asking how you are.
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is not a question. Luna is ending the conversation politely.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta luego` means **"until later"** and is used to say **"see you later"**.
|
||||
It's a friendly and common way to say goodbye when you expect to see the person again soon. For example:
|
||||
|
||||
- `Hasta luego, nos vemos en la reunión.` – See you later, we'll see each other at the meeting.
|
||||
|
||||
- `Adiós, hasta luego` – Goodbye, see you later.
|
||||
|
||||
- `Hasta mañana` – See you tomorrow (a variation for the next day).
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 8.79,
|
||||
"finishTimestamp": 10.57
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.92,
|
||||
"dialogue": {
|
||||
"text": "Hasta luego.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 2.09,
|
||||
"finishTime": 2.78,
|
||||
"dialogue": {
|
||||
"text": "Adiós.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 3.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+96
@@ -0,0 +1,96 @@
|
||||
---
|
||||
id: 6914b05e76110e437ed28598
|
||||
title: Task 10
|
||||
challengeType: 22
|
||||
dashedName: task-10
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Luna: Hasta luego. Adiós. -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Hasta BLANK. BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`luego`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word is part of a common farewell expression in Spanish that literally means "until later".
|
||||
|
||||
---
|
||||
|
||||
`Adiós`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is a general way to say "goodbye" in Spanish, used in both formal and informal contexts. remeber to use the accent mark on `ó`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta luego` means **"see you later"**. It's a friendly farewell used when you expect to meet the person again soon.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "desk.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 8.79,
|
||||
"finishTimestamp": 10.57
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.92,
|
||||
"dialogue": {
|
||||
"text": "Hasta luego.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"startTime": 2.09,
|
||||
"finishTime": 2.78,
|
||||
"dialogue": {
|
||||
"text": "Adiós.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Luna",
|
||||
"opacity": 0,
|
||||
"startTime": 3.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+78
-18
@@ -1,58 +1,118 @@
|
||||
---
|
||||
id: 68dc74a6f1c8c46cfd4af3f4
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
title: Task 1
|
||||
challengeType: 19
|
||||
dashedName: task-1
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Mateo: Hola, buenas tardes. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
In Spanish, greetings like `Buenos días`, `Buenas tardes`, and `Buenas noches` follow the rules of gender agreement between the adjective and the noun:
|
||||
|
||||
# --assignment--
|
||||
`Días` ("days") is a masculine noun, so the adjective is `Buenos`.
|
||||
|
||||
`Tardes` ("afternoons") and `noches` ("nights") are feminine nouns, so the adjective is `Buenas`.
|
||||
|
||||
| Time of Day | Greeting |
|
||||
|--------------|------------------|
|
||||
| Morning | `Buenos días` |
|
||||
| Afternoon | `Buenas tardes` |
|
||||
| Night | `Buenas noches` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which greeting is Mateo using?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Buenos días.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This greeting is used in the **morning**, not in the afternoon.
|
||||
|
||||
---
|
||||
|
||||
`Buenas noches.`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This greeting is typically used **at night** or when going to bed.
|
||||
|
||||
---
|
||||
|
||||
`¡Buenas!`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This informal greeting can be used at any time but doesn’t specifically mean "good afternoon."
|
||||
|
||||
---
|
||||
|
||||
`Buenas tardes.`
|
||||
|
||||
## --video-solution--
|
||||
|
||||
4
|
||||
|
||||
# --explanation--
|
||||
|
||||
The phrase `Buenas tardes` is used to greet someone **from noon until sunset**.
|
||||
It literally means **“Good afternoon”** or **“Good evening”**, depending on the time of day.
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"character": "Mateo",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"filename": "ES_A1_2.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
"startTimestamp": 0.45,
|
||||
"finishTimestamp": 2.11
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Mateo",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Mateo",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"finishTime": 2.66,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"text": "Hola, buenas tardes.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"character": "Mateo",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
"startTime": 3.16
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+115
@@ -0,0 +1,115 @@
|
||||
---
|
||||
id: 6903d068b5495af23a7df214
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Mateo: Soy ingeniero de software. -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is Mateo's profession?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Científica de datos`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This option refers to a different profession related to data.
|
||||
|
||||
---
|
||||
|
||||
`Ingeniero de software`
|
||||
|
||||
---
|
||||
|
||||
`Estratega de marketing`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This profession focuses on creating marketing strategies.
|
||||
|
||||
---
|
||||
|
||||
`Arquitecto`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This refers to someone who designs buildings.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
|
||||
`Soy ingeniero de software` means "I am a software engineer".
|
||||
|
||||
Use `soy` when describing who you are or what you do. For example:
|
||||
|
||||
- `Soy diseñador UX.` – I am a UX designer. (masculine)
|
||||
|
||||
- `Soy profesora.` – I am a teacher. (feminine)
|
||||
|
||||
- `Soy estudiante.` – I am a student. (neutral)
|
||||
|
||||
- `Soy Mateo.` – I am Mateo.
|
||||
|
||||
# --scene--
|
||||
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.85,
|
||||
"finishTimestamp": 5.39
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.54,
|
||||
"dialogue": {
|
||||
"text": "Soy ingeniero de software.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 0,
|
||||
"startTime": 3.04
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+114
@@ -0,0 +1,114 @@
|
||||
---
|
||||
id: 6903d3c4ccae5fffec5f3cbc
|
||||
title: Task 4
|
||||
challengeType: 19
|
||||
dashedName: task-4
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Mateo: Soy puertorriqueño. -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is Mateo's nationality?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Chileno`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This option refers to someone from Chile.
|
||||
|
||||
---
|
||||
|
||||
`Peruano`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This word describes a person from Peru.
|
||||
|
||||
---
|
||||
|
||||
`Puertorriqueño`
|
||||
|
||||
---
|
||||
|
||||
`Colombiana`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This refers to a woman from Colombia, and the ending `-a` indicates the feminine form, which does not match Mateo.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Soy` (I am) comes from the verb `ser` and is used to express identity, nationality, or profession. For example:
|
||||
|
||||
- `Soy chilena.` – I am Chilean. (feminine)
|
||||
|
||||
- `Soy puertorriqueña` - I am Puerto Rican. (feminine)
|
||||
|
||||
- `Soy chileno.` – I am Chilean. (masculine)
|
||||
|
||||
- `Soy puertorriqueño` - I am Puerto Rican. (masculine)
|
||||
|
||||
- `Soy canadiense.` – I am Canadian. (neutral)
|
||||
|
||||
# --scene--
|
||||
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.81,
|
||||
"finishTimestamp": 7.13
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.32,
|
||||
"dialogue": {
|
||||
"text": "Soy puertorriqueño.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 0,
|
||||
"startTime": 2.82
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+124
@@ -0,0 +1,124 @@
|
||||
---
|
||||
id: 6903d8144e306313835959e6
|
||||
title: Task 5
|
||||
challengeType: 19
|
||||
dashedName: task-5
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Mateo: Tengo 25 años. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Mateo is mentioning how old he is in Spanish using the verb `tener` (to have) in the following structure:
|
||||
|
||||
The verb `tengo` + number in words + `años`.
|
||||
|
||||
Remember, numbers in Spanish from 21 to 29 start with `veinti-`, followed by the unit number. 20 is `veinte`, so 25 is `veinticinco` removing the `e` and adding `i` before the unit number `cinco`. Numbers from 1 - 9 in Spanish are:
|
||||
|
||||
- `uno` – 1
|
||||
- `dos` – 2
|
||||
- `tres` – 3
|
||||
- `cuatro` – 4
|
||||
- `cinco` – 5
|
||||
- `seis` – 6
|
||||
- `siete` – 7
|
||||
- `ocho` – 8
|
||||
- `nueve` – 9
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
How old is Mateo?
|
||||
|
||||
## --answers--
|
||||
|
||||
`Veinticinco años`
|
||||
|
||||
---
|
||||
|
||||
`Treinta años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number does not match what Mateo said about his age.
|
||||
|
||||
---
|
||||
|
||||
`Veinte años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This age is lower than what Mateo indicated.
|
||||
|
||||
---
|
||||
|
||||
`Veintiocho años`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number sounds similar but is not the exact one Mateo said.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
The phrase `Tengo veinticinco años` means Mateo is 25 years old.
|
||||
|
||||
As a reminder, the letter `ñ` in `años` has a tilde (`˜`), giving it a distinct sound.
|
||||
|
||||
# --scene--
|
||||
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 7.65,
|
||||
"finishTimestamp": 9.27
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.62,
|
||||
"dialogue": {
|
||||
"text": "Tengo veinticinco años.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 0,
|
||||
"startTime": 3.12
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+106
@@ -0,0 +1,106 @@
|
||||
---
|
||||
id: 6914d94cee63aa7cbcafab2c
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Mateo: Soy Mateo. Soy ingeniero de software. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Mateo is mentioning his name and profession in Spanish.
|
||||
|
||||
Here the verb `ser` is used to express is identity and profession.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK Mateo. BLANK ingeniero de software.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`Soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This verb form comes from `ser` and is used to describe who you are or what you do.
|
||||
|
||||
---
|
||||
|
||||
`Soy`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This verb form comes from `ser` and is used to describe who you are or what you do.
|
||||
|
||||
# --explanation--
|
||||
|
||||
|
||||
`Soy` is a verb used to describe who you are or what you do. For example:
|
||||
|
||||
`Soy Mateo. Soy ingeniero de software.`
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.35,
|
||||
"finishTimestamp": 5.39
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.82,
|
||||
"dialogue": {
|
||||
"text": "Soy Mateo.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 2.5,
|
||||
"finishTime": 4.04,
|
||||
"dialogue": {
|
||||
"text": "Soy ingeniero de software.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 0,
|
||||
"startTime": 4.54
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
---
|
||||
id: 6914ddb74883e48cb3ea3412
|
||||
title: Task 6
|
||||
challengeType: 22
|
||||
dashedName: task-6
|
||||
lang: es
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Mateo is 25 years old, and Luna is 28 years old.
|
||||
|
||||
For reference:
|
||||
|
||||
- `uno` - 1
|
||||
- `dos` – 2
|
||||
- `tres` – 3
|
||||
- `cuatro` – 4
|
||||
- `cinco` – 5
|
||||
- `seis` – 6
|
||||
- `siete` – 7
|
||||
- `ocho` – 8
|
||||
- `nueve` – 9
|
||||
|
||||
# --instructions--
|
||||
|
||||
Use the correct combination of `veinti` and the number in words to fill the blanks.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Luna tiene BLANK años.`
|
||||
|
||||
`Mateo tiene BLANK años.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`veintiocho`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Think of how to combine `veinte` (20) and `ocho` (8) to make one word.
|
||||
|
||||
---
|
||||
|
||||
`veinticinco`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Remember that when combining `veinte` (20) with `cinco` (5), the final “e” in `veinte` is removed.
|
||||
|
||||
# --explanation--
|
||||
|
||||
The correct answers are `veintiocho` and `veinticinco`.
|
||||
|
||||
In Spanish, numbers from 21 to 29 are written as a single word. For example:
|
||||
|
||||
-`Luna tiene veintiocho años` - Luna is 28 years old.
|
||||
|
||||
-`Mateo tiene veinticinco años` - Mateo is 25 years old.
|
||||
+92
@@ -0,0 +1,92 @@
|
||||
---
|
||||
id: 691629d2fd3b84528356dfcb
|
||||
title: Task 7
|
||||
challengeType: 22
|
||||
dashedName: task-7
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Mateo: Adiós. Hasta pronto. -->
|
||||
|
||||
# --description--
|
||||
|
||||
Mateo is saying goodbye and indicating he expects to see the person again soon.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`Adiós. Hasta BLANK.`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`pronto`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Think about which farewell means "See you soon", often used when you expect to see someone again shortly.
|
||||
|
||||
# --explanation--
|
||||
|
||||
`Hasta pronto` means "See you soon", expressing that the speaker expects to meet again in the near future.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.2
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ES_A1_2.2.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 9.69,
|
||||
"finishTimestamp": 11.62
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.63,
|
||||
"dialogue": {
|
||||
"text": "Adiós.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 1.99,
|
||||
"finishTime": 2.93,
|
||||
"dialogue": {
|
||||
"text": "Hasta pronto.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 0,
|
||||
"startTime": 3.43
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+56
-13
@@ -6,9 +6,11 @@ dashedName: task-1
|
||||
lang: es
|
||||
---
|
||||
|
||||
<!-- (Audio) Mateo: Hola, buenas noches. Me llamo Mateo. Soy ingeniero de software. Soy puertorriqueño. Tengo 25 años.-->
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
In this lesson, you will listen to Mateo's second version introduction in Spanish. We will practice profession-related words, nationality, and age in more detail in the next lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
@@ -19,41 +21,82 @@ Watch the video.
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"background": "company2-center.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"character": "Mateo",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"filename": "ES_A1_2.4.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
"startTimestamp": 0.31,
|
||||
"finishTimestamp": 8.88
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Mateo",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"character": "Mateo",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"finishTime": 2.67,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"text": "Hola, buenas noches.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"character": "Mateo",
|
||||
"startTime": 2.81,
|
||||
"finishTime": 3.79,
|
||||
"dialogue": {
|
||||
"text": "Me llamo Mateo.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 4.22,
|
||||
"finishTime": 5.75,
|
||||
"dialogue": {
|
||||
"text": "Soy ingeniero de software.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 6.11,
|
||||
"finishTime": 7.5,
|
||||
"dialogue": {
|
||||
"text": "Soy puertorriqueño.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"startTime": 7.93,
|
||||
"finishTime": 9.57,
|
||||
"dialogue": {
|
||||
"text": "Tengo 25 años.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Mateo",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
"startTime": 10.07
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
"dashedName": "es-a1-learn-meet-julieta",
|
||||
"helpCategory": "English",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [{ "id": "68dc74dc55e05b6ee15b743d", "title": "Task 1" }],
|
||||
"challengeOrder": [
|
||||
{ "id": "68dc74dc55e05b6ee15b743d", "title": "Task 1" },
|
||||
{ "id": "69050330908fe2245936bf21", "title": "Task 2" },
|
||||
{ "id": "690a2aca25b9d771e2dd1101", "title": "Task 3" },
|
||||
{ "id": "6916483f3f068e040248b8a9", "title": "Task 4" },
|
||||
{ "id": "690a2ca5e5cfb078be515fc7", "title": "Task 5" },
|
||||
{ "id": "6916547f0691e2212b9de296", "title": "Task 6" },
|
||||
{ "id": "69165d13fdec0a457abf861d", "title": "Task 7" },
|
||||
{ "id": "6916658d16916957c1a318a9", "title": "Task 8" }
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,17 @@
|
||||
"dashedName": "es-a1-learn-meet-luna",
|
||||
"helpCategory": "English",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [{ "id": "68dc747c75837c6bb82aeeb8", "title": "Task 1" }],
|
||||
"challengeOrder": [
|
||||
{ "id": "68dc747c75837c6bb82aeeb8", "title": "Task 1" },
|
||||
{ "id": "69038829cfac799092c44c5e", "title": "Task 2" },
|
||||
{ "id": "69137d8fd9f81f7c0f229ac5", "title": "Task 3" },
|
||||
{ "id": "69138238171e75857016b2fe", "title": "Task 4" },
|
||||
{ "id": "6903913aedf7c8a38ed31413", "title": "Task 5" },
|
||||
{ "id": "69149bd1d69c4b1ae9a8cf9e", "title": "Task 6" },
|
||||
{ "id": "6903b0a4fca844c1bb1d9b84", "title": "Task 7" },
|
||||
{ "id": "6913abe637aaab0eb8926231", "title": "Task 8" },
|
||||
{ "id": "6914af61cb72593f7ad505cf", "title": "Task 9" },
|
||||
{ "id": "6914b05e76110e437ed28598", "title": "Task 10" }
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,14 @@
|
||||
"dashedName": "es-a1-learn-meet-mateo",
|
||||
"helpCategory": "English",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [{ "id": "68dc74a6f1c8c46cfd4af3f4", "title": "Task 1" }],
|
||||
"challengeOrder": [
|
||||
{ "id": "68dc74a6f1c8c46cfd4af3f4", "title": "Task 1" },
|
||||
{ "id": "6914d94cee63aa7cbcafab2c", "title": "Task 2" },
|
||||
{ "id": "6903d068b5495af23a7df214", "title": "Task 3" },
|
||||
{ "id": "6903d3c4ccae5fffec5f3cbc", "title": "Task 4" },
|
||||
{ "id": "6903d8144e306313835959e6", "title": "Task 5" },
|
||||
{ "id": "6914ddb74883e48cb3ea3412", "title": "Task 6" },
|
||||
{ "id": "691629d2fd3b84528356dfcb", "title": "Task 7" }
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user