Back to Freecodecamp

Task 6

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

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

--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 segundo apellido es BLANK.

--blanks--

Pérez

--feedback--

Have a look at one of the apellido fields. Also, rememeber to add the accent mark to one of the vowels.

--explanation--

The question ¿Cuál es tu segundo apellido? asks for the second surname. So you need to look at the Segundo apellido field, which shows that Luna's second surname is Pérez.

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

Mi segundo apellido es + surname

So the correct response is:

Mi segundo apellido es Pérez.

Remember to include the accent mark in Pérez.

--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": 12.33,
      "finishTimestamp": 14.5
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 3.07,
      "dialogue": {
        "text": "¿Cuál es tu segundo apellido?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 3.27
    }
  ]
}