Hướng dẫn thử thách
1 / 19
Task 1
Now you're going to move beyond single-digit numbers. Let's start with 10, 11, and 12.
The number 10 is called `diez`.
The number 11 is called `once`.
The number 12 is called `doce`.
Listen to their pronunciations and practice repeating them until you feel more comfortable with their sounds.
# --instructions--
Listen to the audio and write the numbers below.
# --fillInTheBlank--
## --sentence--
`10 = BLANK`
`11 = BLANK`
`12 = BLANK`
## --blanks--
`Diez`
### --feedback--
This is the number 10.
---
`Once`
### --feedback--
This is the number 11.
---
`Doce`
### --feedback--
This is the number 12.
# --explanation--
Camila mentions three numbers:
- **10** is `diez`.
- **11** is `once`.
- **12** is `doce`.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Camila",
"position": {
"x": 50,
"y": 18,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "ES_A1_basic_personal_details_numbers_10_29.mp3",
"startTime": 1,
"startTimestamp": 0.73,
"finishTimestamp": 6.44
}
},
"commands": [
{
"character": "Camila",
"opacity": 1,
"startTime": 0
},
{
"character": "Camila",
"startTime": 1,
"finishTime": 1.82,
"dialogue": {
"text": "Diez",
"align": "center"
}
},
{
"character": "Camila",
"startTime": 3.83,
"finishTime": 4.53,
"dialogue": {
"text": "Once",
"align": "center"
}
},
{
"character": "Camila",
"startTime": 5.97,
"finishTime": 6.71,
"dialogue": {
"text": "Doce",
"align": "center"
}
},
{
"character": "Camila",
"opacity": 0,
"startTime": 7.21
}
]
}
```
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:⌘↵