Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/6936eb934b3cc6e54605528f.md

latest2.2 KB
Original Source
<!-- (Audio) Camila: Hola, Mateo ¿Cuál es tu correo electrónico? -->

--description--

In this task, you will hear Camila ask Mateo for a specific piece of personal information.

Notice the structure ¿Cuál es tu + noun?, which is used to ask for specific personal information. This structure is one of the most standard ways to ask for personal information in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Camila asking Mateo?

--answers--

She is asking for his phone number.

--feedback--

That would be ¿Cuál es tu número de teléfono?


She is asking what his email address.


She is asking for his home address.

--feedback--

That would be ¿Cuál es tu dirección?


She is asking about his profession.

--feedback--

That would be ¿Cuál es tu profesión? or ¿A qué te dedicas?

--video-solution--

2

--explanation--

Camila says ¿Cuál es tu correo electrónico? The structure follows this pattern:

¿Cuál es tu + noun?

This structure is used to ask for specific personal information. In this case, correo electrónico refers to an email address used to send and receive messages online.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_mateo_email_dialogue_with_camila.mp3",
      "startTime": 1,
      "startTimestamp": 0.6,
      "finishTimestamp": 3.69
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.03,
      "dialogue": {
        "text": "Hola, Mateo.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 2.4,
      "finishTime": 4.09,
      "dialogue": {
        "text": "¿Cuál es tu correo electrónico?",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 4.59
    }
  ]
}