Hướng dẫn thử thách
1 / 21
Task 1
Elena is starting a conversation. She's using a simple and very common phrase to say "Hi, good morning!".
# --instructions--
Listen to the audio and complete the sentence below.
# --fillInTheBlank--
## --sentence--
`¡BLANK, buenos días!`
## --blanks--
`Hola`
### --feedback--
This word is used to say "hi" to someone. The first letter is capitalized.
# --explanation--
`Hola` is a greeting. It's used to say "hello" at the beginning of a conversation. For example:
`¡Hola, buenos días!` – Hello, good morning!
# --scene--
```json
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Elena",
"position": {
"x": 50,
"y": 25,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "ES_A1_spanish_greetings_in_the_morning.mp3",
"startTime": 1,
"startTimestamp": 0.35,
"finishTimestamp": 2.18
}
},
"commands": [
{
"character": "Elena",
"opacity": 1,
"startTime": 0
},
{
"character": "Elena",
"startTime": 1,
"finishTime": 2.83,
"dialogue": {
"text": "¡Hola, buenos días!",
"align": "center"
}
},
{
"character": "Elena",
"opacity": 0,
"startTime": 3.33
}
]
}
```
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:⌘↵