curriculum/challenges/english/blocks/es-a1-warm-up-greetings-and-farewells-basics/68c582b401546d5359f54658.md
It’s morning, so Elena is using a typical Spanish greeting for this time of day.
Listen to the audio and answer the question below.
What greeting is Elena using to say "good morning"?
¡Hola!
This means "Hi", which is used as a greeting.
Buenas tardes.
This means "Good afternoon", which is used later in the day.
Buenos días.
Buenas noches.
This means "Good night", and it's used at the end of the day.
3
Buenos días is a common greeting used in the morning. It literally means "good days", but it's equivalent to "good morning". For example:
¡Hola, buenos días! ¿Cómo estás? – Hello, good morning! How are you?
{
"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": 1,
"finishTimestamp": 2.18
}
},
"commands": [
{
"character": "Elena",
"opacity": 1,
"startTime": 0
},
{
"character": "Elena",
"startTime": 1,
"finishTime": 2.18,
"dialogue": {
"text": "Buenos días.",
"align": "center"
}
},
{
"character": "Elena",
"opacity": 0,
"startTime": 2.68
}
]
}