Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/6967c4eff3a47fed29e6fbf1.md

latest1.5 KB
Original Source
<!-- (Audio) Julieta: Hasta luego. -->

--description--

In this task, Julieta is saying goodbye using a common Spanish farewell.

There are several ways to say goodbye in Spanish depending on the situation.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which farewell phrase does Julieta use?

--answers--

Hasta luego


Adiós

--feedback--

This is a common goodbye, but it's not the one Julieta says.


Hasta mañana

--feedback--

This means "See you tomorrow", which Julieta does not say.


Nos vemos

--feedback--

This means "See you", but it's not the exact phrase used.

--video-solution--

1

--explanation--

Hasta luego means "See you later".

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_julieta_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 67.94,
      "finishTimestamp": 68.98
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2.04,
      "dialogue": {
        "text": "Hasta luego.",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.54
    }
  ]
}