Back to Freecodecamp

Task 3

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

latest1.6 KB
Original Source
<!-- (Audio) Luna: Nombre -->

--description--

You will hear Luna say the Spanish word for "name". It's a common word used when introducing yourself or asking for someone's name.

--instructions--

Listen to the audio and answer the question below. There's just one correct answer. If you need help, click on explanation at the bottom of the lesson.

--questions--

--text--

What word does Luna use to say "name"?

--answers--

Número

--feedback--

This word does not mean "name" in Spanish.


Nombre


Apellido

--feedback--

That’s not correct. "Last name" in Spanish is apellido.


Palabra

--feedback--

This doesn't match the word "nombre".

--video-solution--

2

--explanation--

Nombre means "name" in Spanish.

It is often used in phrases like ¿Cuál es tu nombre? ("What is your name?") or Mi nombre es... ("My name is...").

--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": 0.66,
      "finishTimestamp": 1.49
    }
  },
  "commands": [
    {
      "character": "Luna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Luna",
      "startTime": 1,
      "finishTime": 1.83,
      "dialogue": {
        "text": "Nombre",
        "align": "center"
      }
    },
    {
      "character": "Luna",
      "opacity": 0,
      "startTime": 2.33
    }
  ]
}