Back to Freecodecamp

Task 9

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

latest1.6 KB
Original Source
<!-- (Audio) Luna: Número de teléfono. -->

--description--

In this task, you will hear Luna say the Spanish phrase for "phone number". This phrase is commonly used when filling out forms or sharing contact information.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What word does Luna used to say "phone number"?

--answers--

Número de casa

--feedback--

This means "house number", not "phone number".


Correo electrónico

--feedback--

This means "email", not "phone number".


Número de teléfono


Dirección personal

--feedback--

This means "personal address", which is unrelated to what you heard.

--video-solution--

3

--explanation--

Número de teléfono means "phone number" in Spanish.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Luna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_luna_personal_data_form.mp3",
      "startTime": 1,
      "startTimestamp": 25.94,
      "finishTimestamp": 27.26
    }
  },
  "commands": [
    {
      "character": "Luna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Luna",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "Número de teléfono.",
        "align": "center"
      }
    },
    {
      "character": "Luna",
      "opacity": 0,
      "startTime": 2.82
    }
  ]
}