Hướng dẫn thử thách
1 / 11
Task 1
**Welcome to the world of numbers in Spanish!**
The word `número` means "number". Its plural form is `números` ("numbers").
You'll start by learning the numbers from 0 to 9.
Listen to their pronunciations and practice repeating them until you feel more comfortable with their sounds. We'll cover them individually in the following tasks.
Nhiệm vụ của bạn
I've listened to the audio and practiced how to pronounce these numbers.
# --scene--
```json
{
"setup": {
"background": "company1-breakroom.png",
"characters": [
{
"character": "Julieta",
"position": {
"x": 50,
"y": 18,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "ES_A1_spanish_fundamentals_numbers_0_9.mp3",
"startTime": 1,
"startTimestamp": 0.58,
"finishTimestamp": 20.98
}
},
"commands": [
{
"character": "Julieta",
"opacity": 1,
"startTime": 0
},
{
"character": "Julieta",
"startTime": 1,
"finishTime": 1.67,
"dialogue": {
"text": "Cero",
"align": "center"
}
},
{
"character": "Julieta",
"startTime": 3.5,
"finishTime": 3.95,
"dialogue": {
"text": "Uno",
"align": "center"
}
},
{
"character": "Julieta",
"startTime": 5.48,
"finishTime": 6.12,
"dialogue": {
"text": "Dos",
"align": "center"
}
},
{
"character": "Julieta",
"startTime": 7.51,
"finishTime": 8.41,
"dialogue": {
"text": "Tres",
"align": "center"
}
},
{
"character": "Julieta",
"startTime": 10.18,
"finishTime": 10.79,
"dialogue": {
"text": "Cuatro",
"align": "center"
}
},
{
"character": "Julieta",
"startTime": 12.35,
"finishTime": 13.1,
"dialogue": {
"text": "Cinco",
"align": "center"
}
},
{
"character": "Julieta",
"startTime": 14.4,
"finishTime": 15.17,
"dialogue": {
"text": "Seis",
"align": "center"
}
},
{
"character": "Julieta",
"startTime": 16.61,
"finishTime": 17.35,
"dialogue": {
"text": "Siete",
"align": "center"
}
},
{
"character": "Julieta",
"startTime": 18.75,
"finishTime": 19.35,
"dialogue": {
"text": "Ocho",
"align": "center"
}
},
{
"character": "Julieta",
"startTime": 20.78,
"finishTime": 21.4,
"dialogue": {
"text": "Nueve",
"align": "center"
}
},
{
"character": "Julieta",
"opacity": 0,
"startTime": 21.9
}
]
}
```
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:⌘↵