Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/es-a1-warm-up-getting-ready-to-share-personal-details/6929d8895c641146052eb17d.md

latest1.8 KB
Original Source
<!-- (Audio) Luna: Segundo apellido -->

--description--

In this task, you will hear Luna say the Spanish phrase for "second last name". This refers to the mother's last name used in many Spanish-speaking cultures.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What word does Luna use to say "second last name"?

--answers--

Primer apellido

--feedback--

This means "first last name", but Luna refers to the second one.


Apellido completo

--feedback--

This means "full last name", not the second part specifically.


Segundo apellido


Primer nombre

--feedback--

This means "first name", which is not what you heard.

--video-solution--

3

--explanation--

Segundo apellido means "second last name" in Spanish.

In many Spanish-speaking countries, people have two last names. They are usually structured as follows:

  • Primer apellido (father's last name).

  • Segundo apellido (mother's last name).

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Luna",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_luna_personal_data_form.mp3",
      "startTime": 1,
      "startTimestamp": 6.47,
      "finishTimestamp": 7.86
    }
  },
  "commands": [
    {
      "character": "Luna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Luna",
      "startTime": 1,
      "finishTime": 2.39,
      "dialogue": {
        "text": "Segundo apellido.",
        "align": "center"
      }
    },
    {
      "character": "Luna",
      "opacity": 0,
      "startTime": 2.89
    }
  ]
}