Back to Freecodecamp

Task 7

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

latest1.9 KB
Original Source
<!-- (Audio) Esteban: ¿Cuál es tu correo electrónico? -->

--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 correo es BLANK

--blanks--

[email protected]

--feedback--

Try to find the field that is related to sending emails.

--explanation--

The question asks for the email address. So you need to look at the Correo electrónico field, which shows Luna's email.

To answer this type of question in Spanish, the common structure is:

Mi correo es + email address.

So the correct response is:

Mi correo es [email protected]

--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": 35.05,
      "finishTimestamp": 37.49
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "¿Cuál es tu correo electrónico?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 3.54
    }
  ]
}