Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/693706e0ca1911af1ae27b13.md

latest1.7 KB
Original Source
<!-- (Audio) Mateo: ¡De nada! -->

--description--

In this task, you will hear Mateo respond politely after being thanked. His phrase is a standard way to acknowledge someone's gratitude in Spanish.

There are other options for saying "you're welcome". Here are some examples:

  • De nada - You are welcome. (Formal and Informal)
  • No hay de qué - There is nothing to thank me for. (More formal or traditional)
  • Con gusto - My pleasure. (Common in Latin America)

--instructions--

Listen to the audio and decide if the following statement is true or false.

--questions--

--text--

Is it true or false: Mateo is saying De nada.

--answers--

True


False

--feedback--

Mateo is using a simple sentence that can be used both in formal and informal context.

--video-solution--

1

--explanation--

¡De nada! means "You're welcome" and is one of the most common responses to gracias in Spanish.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Mateo",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_mateo_email_dialogue_with_camila.mp3",
      "startTime": 1,
      "startTimestamp": 42.7,
      "finishTimestamp": 43.42
    }
  },
  "commands": [
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mateo",
      "startTime": 1,
      "finishTime": 1.72,
      "dialogue": {
        "text": "¡De nada!",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 2.22
    }
  ]
}