Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/es-a1-learn-greetings-during-the-day/68de9ae56303f3834466ce1c.md

latest2.0 KB
Original Source
<!-- (Audio) Esteban: Hasta mañana. Chao. -->

--description--

Esteban is saying goodbye and expects to see you tomorrow. One of the expressions he uses is common when you plan to see someone the next day.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Esteban mean by saying Hasta mañana?

--answers--

He expects to meet up again tomorrow.


He is going to bed now.

--feedback--

This phrase isn't just for bedtime. Focus on the meaning of mañana.


He is saying goodbye forever.

--feedback--

This is a friendly goodbye, not a final one.


He is asking someone to wait until tomorrow.

--feedback--

There is no request or command in this phrase.

--video-solution--

1

--explanation--

Hasta mañana means "See you tomorrow" in Spanish. It's used when you expect to see the person the next day.

Hasta means "until", and mañana means "tomorrow", so the phrase literally means "until tomorrow". For example:

Hasta mañana, Rafael. – See you tomorrow, Rafael.

--scene--

json
{
  "setup": {
    "background": "company3-boardmeeting.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_evening.mp3",
      "startTime": 1,
      "startTimestamp": 5.35,
      "finishTimestamp": 7.11
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 1.87,
      "dialogue": {
        "text": "Hasta mañana.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "startTime": 2.22,
      "finishTime": 2.76,
      "dialogue": {
        "text": "Chao.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}