Skip to content

Commit ff996ed

Browse files
RafaelDavisHRafael Hernandeznieldakarla
authored
feat(curriculum): add A1-M2 learn meet tasks (freeCodeCamp#63825)
Co-authored-by: Rafael Hernandez <mac@Rafaels-MacBook-Pro.local> Co-authored-by: Nielda Karla <90112119+nieldakarla@users.noreply.github.com>
1 parent db6e914 commit ff996ed

29 files changed

Lines changed: 2574 additions & 69 deletions
Lines changed: 60 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,101 @@
11
---
22
id: 68dc74dc55e05b6ee15b743d
3-
title: "Dialogue 1: I'm Tom"
4-
challengeType: 21
5-
dashedName: dialogue-1-im-tom
3+
title: Task 1
4+
challengeType: 22
5+
dashedName: task-1
66
lang: es
77
---
88

9+
<!-- (Audio) Julieta: Hola, buenas noches. -->
10+
911
# --description--
1012

11-
Watch the video below to understand the context of the upcoming lessons.
13+
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.
14+
15+
# --instructions--
16+
17+
Listen to the audio and complete the sentence below.
18+
19+
# --fillInTheBlank--
20+
21+
## --sentence--
22+
23+
`BLANK, buenas BLANK.`
1224

13-
# --assignment--
25+
## --blanks--
26+
27+
`Hola`
28+
29+
### --feedback--
30+
31+
This is the most common way to greet someone in Spanish.
32+
33+
---
1434

15-
Watch the video.
35+
`noches`
36+
37+
### --feedback--
38+
39+
This words describes the period of the day that comes after the afternoon.
40+
41+
# --explanation--
42+
43+
Spanish greetings vary depending on the time of day. For example:
44+
45+
- `Buenos días` – Use during the morning
46+
47+
- `Buenas tardes` – Use during the afternoon
48+
49+
- `Buenas noches` – Use during the night
50+
51+
`Buenas noches` is also used when saying goodbye at night or wishing someone rest.
1652

1753
# --scene--
1854

1955
```json
2056
{
2157
"setup": {
22-
"background": "chaos.png",
58+
"background": "interview-room3.png",
2359
"characters": [
2460
{
25-
"character": "David",
26-
"position": {"x":50,"y":80,"z":8},
61+
"character": "Julieta",
62+
"position": {
63+
"x": 50,
64+
"y": 15,
65+
"z": 1.2
66+
},
2767
"opacity": 0
2868
}
2969
],
3070
"audio": {
31-
"filename": "1.1-1.mp3",
71+
"filename": "ES_A1_2.3.mp3",
3272
"startTime": 1,
33-
"startTimestamp": 5.7,
34-
"finishTimestamp": 6.48
73+
"startTimestamp": 0.61,
74+
"finishTimestamp": 2.44
3575
}
3676
},
3777
"commands": [
3878
{
39-
"character": "David",
79+
"character": "Julieta",
4080
"opacity": 1,
4181
"startTime": 0
4282
},
4383
{
44-
"character": "David",
84+
"character": "Julieta",
4585
"startTime": 1,
46-
"finishTime": 0.78,
86+
"finishTime": 2.83,
4787
"dialogue": {
48-
"text": "I'm Tom.",
88+
"text": "Hola, buenas noches.",
4989
"align": "center"
5090
}
5191
},
5292
{
53-
"character": "Tom",
93+
"character": "Julieta",
5494
"opacity": 0,
55-
"startTime": 1.28
95+
"startTime": 3.33
5696
}
5797
]
5898
}
5999
```
100+
101+
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
---
2+
id: 69050330908fe2245936bf21
3+
title: Task 2
4+
challengeType: 19
5+
dashedName: task-2
6+
lang: es
7+
---
8+
9+
<!-- (Audio) Julieta: Soy estratega de marketing. -->
10+
11+
# --description--
12+
13+
The verb `ser` is used to express the identity, profession, or nationality. As you have seen in previous lessons, the structure is:
14+
15+
`Soy` + name.
16+
`Soy` + profession.
17+
`Soy` + nationality.
18+
19+
# --instructions--
20+
21+
Listen to the audio and answer the question below.
22+
23+
# --questions--
24+
25+
## --text--
26+
27+
What is Julieta's profession?
28+
29+
## --answers--
30+
31+
`Científica de datos`
32+
33+
### --feedback--
34+
35+
This profession focuses on data and analytics, not marketing strategy.
36+
37+
---
38+
39+
`Estratega de marketing`
40+
41+
---
42+
43+
`Ingeniero de software`
44+
45+
### --feedback--
46+
47+
This option refers to someone who designs and builds software.
48+
49+
---
50+
51+
`Arquitecto`
52+
53+
### --feedback--
54+
55+
This profession involves designing buildings, which is unrelated to what Julieta mentioned.
56+
57+
## --video-solution--
58+
59+
2
60+
61+
# --explanation--
62+
63+
`Soy estratega de marketing` means "I am a marketing strategist".
64+
65+
# --scene--
66+
67+
```json
68+
{
69+
"setup": {
70+
"background": "interview-room3.png",
71+
"characters": [
72+
{
73+
"character": "Julieta",
74+
"position": {
75+
"x": 50,
76+
"y": 15,
77+
"z": 1.2
78+
},
79+
"opacity": 0
80+
}
81+
],
82+
"audio": {
83+
"filename": "ES_A1_2.3.mp3",
84+
"startTime": 1,
85+
"startTimestamp": 4.05,
86+
"finishTimestamp": 5.9
87+
}
88+
},
89+
"commands": [
90+
{
91+
"character": "Julieta",
92+
"opacity": 1,
93+
"startTime": 0
94+
},
95+
{
96+
"character": "Julieta",
97+
"startTime": 1,
98+
"finishTime": 2.85,
99+
"dialogue": {
100+
"text": "Soy estratega de marketing.",
101+
"align": "center"
102+
}
103+
},
104+
{
105+
"character": "Julieta",
106+
"opacity": 0,
107+
"startTime": 3.35
108+
}
109+
]
110+
}
111+
```
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
id: 690a2aca25b9d771e2dd1101
3+
title: Task 3
4+
challengeType: 19
5+
dashedName: task-3
6+
lang: es
7+
---
8+
9+
<!-- (Audio) Julieta: Soy uruguaya. -->
10+
11+
# --instructions--
12+
13+
Listen to the audio and answer the question below.
14+
15+
# --questions--
16+
17+
## --text--
18+
19+
What is Julieta's nationality?
20+
21+
## --answers--
22+
23+
`Chilena`
24+
25+
### --feedback--
26+
27+
This nationality refers to someone from Chile.
28+
29+
---
30+
31+
`Peruana`
32+
33+
### --feedback--
34+
35+
This describes someone from Peru.
36+
37+
---
38+
39+
`Uruguaya`
40+
41+
---
42+
43+
`Colombiana`
44+
45+
### --feedback--
46+
47+
This nationality refers to Colombia.
48+
49+
## --video-solution--
50+
51+
3
52+
53+
# --explanation--
54+
55+
`Soy uruguaya` - I am Uruguayan. (feminine)
56+
57+
`Soy uruguayo` - I am Uruguayan. (masculine)
58+
59+
# --scene--
60+
61+
```json
62+
{
63+
"setup": {
64+
"background": "interview-room3.png",
65+
"characters": [
66+
{
67+
"character": "Julieta",
68+
"position": {
69+
"x": 50,
70+
"y": 15,
71+
"z": 1.2
72+
},
73+
"opacity": 0
74+
}
75+
],
76+
"audio": {
77+
"filename": "ES_A1_2.3.mp3",
78+
"startTime": 1,
79+
"startTimestamp": 6.12,
80+
"finishTimestamp": 7.21
81+
}
82+
},
83+
"commands": [
84+
{
85+
"character": "Julieta",
86+
"opacity": 1,
87+
"startTime": 0
88+
},
89+
{
90+
"character": "Julieta",
91+
"startTime": 1,
92+
"finishTime": 2.09,
93+
"dialogue": {
94+
"text": "Soy uruguaya.",
95+
"align": "center"
96+
}
97+
},
98+
{
99+
"character": "Julieta",
100+
"opacity": 0,
101+
"startTime": 2.59
102+
}
103+
]
104+
}
105+
```

0 commit comments

Comments
 (0)