Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/6998869f3e545a97a26c6996.md

latest1.8 KB
Original Source
<!-- (Audio) Ángela: ¿Cuál es tu nombre y apellido? -->

--description--

Ángela asks for personal information using a common question structure.

Focus on how the question begins and how she refers to the other person.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

¿BLANK BLANK nombre y apellido?

--blanks--

Cuál es

--feedback--

This blank has two words. It is used to ask for specific information. The first word has an accent mark on the letter a.


tu

--feedback--

This possessive adjective refers to one person.

--explanation--

The complete question is ¿Cuál es tu nombre y apellido?

  • ¿Cuál...? – asks for specific information.

  • es – from the verb ser, agreeing with the noun.

  • tu – possessive adjective showing the information belongs to the listener.

This structure is common when asking for personal details. For example:

¿Cuál es tu número? - What's your number?

--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": 4.52,
      "finishTimestamp": 6.28
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "¿Cuál es tu nombre y apellido?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}