Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/695d59703e704936dced2be9.md

latest2.6 KB
Original Source
<!-- (Audio) Esteban: ¿Cuál es tu nombre? -->

--description--

In the next few tasks, you will hear questions about personal information.

Your mission is to listen, understand what information is being asked for, and then look at the form to find the correct answer.

--instructions--

Listen to the audio. Identify what information is being requested. Then, use the form below to complete the sentence with the correct answer.

Campo del formularioEntrada del formulario
NombreLuna
Primer apellidoMéndez
Segundo apellidoPérez
Nacionalidadchilena
Profesióncientífica de datos
Correo electrónico[email protected]
Número de teléfono+56 923 881 240
Edad25

--fillInTheBlank--

--sentence--

Mi nombre es BLANK

--blanks--

Luna

--feedback--

try to find the field related to name.

--explanation--

¿Cuál es tu nombre? can be used to ask someone's name. If you have a look on the field nombre you'll see that their name is Luna. So, the full answer would be Mi nombre es Luna.

In Spanish, many questions begin with words like Cuál (which), Cómo (how), Quieres (do you want), and Puedes (can you).

These question words help form common and polite expressions, such as:

  • ¿Cuál es tu nombre? - What is your name?
  • ¿Cómo te llamas? - What's your name?
  • ¿Quieres que te ayude? - Do you want me to help you?
  • ¿Puedes repetirlo? - Can you repeat it?

You might notice that Spanish often omits the subject pronoun (you). For example:

¿Cómo te llamas? instead of ¿Cómo tú te llamas?.

This is because Spanish verbs already include the subject in their conjugation, making the sentence clear and natural without needing to say .

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_personal_details_just_questions.mp3",
      "startTime": 1,
      "startTimestamp": 0.75,
      "finishTimestamp": 2.15
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1.4,
      "finishTime": 2.4,
      "dialogue": {
        "text": "¿Cuál es tu nombre?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}