Back to Freecodecamp

Task 3

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

latest2.1 KB
Original Source
<!-- (Audio) Esteban: ¿Cuál es tu primer 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 primer apellido es BLANK.

--blanks--

Méndez

--feedback--

Why don't you try having a look at one of the apellido fields? One of them is the one! Also, remember the accent on one of the vowels.

--explanation--

Apellido is the Spanish word for last name or family name.

In many Spanish-speaking countries, people commonly have two last name:

  • Primer apellido (first last name).
  • Segundo apellido (second last name).

The primer apellido usually comes from the father's family name, and the segundo apellido from the mother's family name.

In this task, the correct response is the first last name shown in the form, which is Méndez.

--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": 8.22,
      "finishTimestamp": 10.46
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1.3,
      "finishTime": 3.24,
      "dialogue": {
        "text": "¿Cuál es tu primer apellido?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 3.34
    }
  ]
}