Hướng dẫn thử thách
1 / 35
Task 1
Ángela is starting a conversation. She's using a simple afternoon greeting to say "Hi, good afternoon!"
# --instructions--
Listen to the audio and complete the sentence below.
# --fillInTheBlank--
## --sentence--
`BLANK, buenas BLANK.`
## --blanks--
`Hola`
### --feedback--
This is the most common way to say "hi" or "hello" in Spanish.
---
`tardes`
### --feedback--
This word means "afternoons" and is used in afternoon greetings.
# --explanation--
`Hola` means "hello", and `tardes` means "afternoons".
Together, this is how you greet someone during the afternoon in Spanish.
# --scene--
```json
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Ángela",
"position": {
"x": 50,
"y": 25,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "ES_A1_esteban_personal_records_dialogue_with_angela.mp3",
"startTime": 1,
"startTimestamp": 1.05,
"finishTimestamp": 2.79
}
},
"commands": [
{
"character": "Ángela",
"opacity": 1,
"startTime": 0
},
{
"character": "Ángela",
"startTime": 1,
"finishTime": 2.74,
"dialogue": {
"text": "Hola, buenas tardes.",
"align": "center"
}
},
{
"character": "Ángela",
"opacity": 0,
"startTime": 3.24
}
]
}
```
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:⌘↵