Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/6936e740a04a3f94c2ccc33a.md

latest2.2 KB
Original Source
<!-- (Audio) Esteban: Gracias, Ángela. Hasta luego. -->

--description--

In this task, you will hear Esteban respond at the end of a conversation. Listen carefully to the farewell he uses. It's a common and polite way to end a conversation in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Esteban mean when he says, Gracias, Ángela. Hasta luego?

--answers--

He is saying thank you and see you later.


He is asking Ángela for help.

--feedback--

Esteban is not making a request. He is closing the conversation.


He is introducing Ángela to someone.

--feedback--

There is no introduction happening. He is speaking directly to Ángela.


He is explaining something.

--feedback--

Esteban is not giving an explanation. He is wrapping up politely.

--video-solution--

1

--explanation--

When Esteban says Gracias, Ángela. Hasta luego., he is expressing gratitude and saying goodbye in a friendly manner. For example:

  • Gracias means "thank you", used to express appreciation.

  • Hasta luego means "see you later". This is a common and friendly farewell in Spanish.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_esteban_personal_records_dialogue_with_angela.mp3",
      "startTime": 1,
      "startTimestamp": 47.77,
      "finishTimestamp": 50.23
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 1.96,
      "dialogue": {
        "text": "Gracias, Ángela.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "startTime": 2.36,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Hasta luego.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 3.56
    }
  ]
}