Back to Freecodecamp

Task 7

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

latest2.0 KB
Original Source
<!-- (Audio) Esteban: Me llamo Esteban Navarro Huamán. -->

--description--

In this task, you will hear Esteban state his full name in response to a question.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Based on Esteban's answer, which question is he answering?

--answers--

¿Cuál es tu edad?

--feedback--

This question asks for someone's age, not their full name.


¿Cuál es tu nombre y apellido?


¿De dónde eres?

--feedback--

This question asks for someone's origin or nationality, not their name.


¿Cómo estás?

--feedback--

This means "How are you?"

--video-solution--

2

--explanation--

Esteban says: Me llamo Esteban Navarro Huamán.

The structure Me llamo + name is used to state one's name. Here, Esteban provides both his nombre and apellido, answering a question about his full identity. This response matches the question:

¿Cuál es tu nombre y apellido?

Another common question to ask someone's name is:

¿Cómo te llamas?

Both questions are used to request a person's name, but the structures are different.

--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": 7.68,
      "finishTimestamp": 10.4
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Me llamo Esteban Navarro Huamán.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 3.82
    }
  ]
}