Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/6932f471208fea9a28f676be.md

latest1.5 KB
Original Source
<!-- (Audio) Ángela: Gracias por venir. -->

--description--

In this task, you will hear Ángela thank someone. This is a polite and common phrase in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Ángela saying?

--answers--

Lo siento.

--feedback--

This means "I'm sorry," which is not what Ángela says.


Gracias por venir.


¿Vienes ahora?

--feedback--

This means "Are you coming now?" which is a question.


Bienvenido.

--feedback--

This means "Welcome".

--video-solution--

2

--explanation--

Gracias por venir is a polite expression used to thank someone for attending, visiting, or showing up somewhere.

--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": 2.86,
      "finishTimestamp": 4.11
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.25,
      "dialogue": {
        "text": "Gracias por venir.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.75
    }
  ]
}