Hướng dẫn thử thách
1 / 12
Task 1
Welcome! Now you'll learn the numbers from 30 to 39.
In Spanish, the number 30 is called `treinta`.
Numbers from 31 to 39 are formed by using the tens word `treinta` (30), followed by the conjunction `y` ("and"), and then the units digit (1-9).
| Number | Spanish |
| :--- | :--- |
| 30 | `Treinta` |
| 31 | `Treinta y uno` |
| 32 | `Treinta y dos` |
| 33 | `Treinta y tres` |
| 34 | `Treinta y cuatro` |
| 35 | `Treinta y cinco` |
| 36 | `Treinta y seis` |
| 37 | `Treinta y siete` |
| 38 | `Treinta y ocho` |
| 39 | `Treinta y nueve` |
The number `treinta y uno` (31) is unique in this range because it becomes `treinta y un` before a masculine noun. For example:
`Treinta y un años` - Thirty-one years.
# --instructions--
Listen to the audio and practice pronouncing these numbers.
Nhiệm vụ của bạn
I've practiced pronouncing the numbers from 30 to 39.
# --scene--
```json
{
"setup": {
"background": "company3-reception.png",
"characters": [
{
"character": "Elena",
"position": {
"x": 50,
"y": 25,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "ES_A1_describing_company_and_people_numbers_21_100.mp3",
"startTime": 1,
"startTimestamp": 20.36,
"finishTimestamp": 41.83
}
},
"commands": [
{
"character": "Elena",
"opacity": 1,
"startTime": 0
},
{
"character": "Elena",
"startTime": 1,
"finishTime": 1.8,
"dialogue": {
"text": "Treinta",
"align": "center"
}
},
{
"character": "Elena",
"startTime": 2.8,
"finishTime": 3.95,
"dialogue": {
"text": "Treinta y uno",
"align": "center"
}
},
{
"character": "Elena",
"startTime": 4.96,
"finishTime": 6.09,
"dialogue": {
"text": "Treinta y dos",
"align": "center"
}
},
{
"character": "Elena",
"startTime": 7.2,
"finishTime": 8.44,
"dialogue": {
"text": "Treinta y tres",
"align": "center"
}
},
{
"character": "Elena",
"startTime": 9.93,
"finishTime": 11.2,
"dialogue": {
"text": "Treinta y cuatro",
"align": "center"
}
},
{
"character": "Elena",
"startTime": 12.22,
"finishTime": 13.51,
"dialogue": {
"text": "Treinta y cinco",
"align": "center"
}
},
{
"character": "Elena",
"startTime": 14.61,
"finishTime": 15.85,
"dialogue": {
"text": "Treinta y seis",
"align": "center"
}
},
{
"character": "Elena",
"startTime": 16.96,
"finishTime": 18.17,
"dialogue": {
"text": "Treinta y siete",
"align": "center"
}
},
{
"character": "Elena",
"startTime": 19.27,
"finishTime": 20.41,
"dialogue": {
"text": "Treinta y ocho",
"align": "center"
}
},
{
"character": "Elena",
"startTime": 21.32,
"finishTime": 22.47,
"dialogue": {
"text": "Treinta y nueve",
"align": "center"
}
},
{
"character": "Elena",
"opacity": 0,
"startTime": 22.97
}
]
}
```
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.js
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵