Back to Freecodecamp

Task 5

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

latest1.9 KB
Original Source
<!-- (Audio) Esteban: ¿Cuál es tu número de teléfono? -->

--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 número es BLANK

--blanks--

+56 923 881 240

--feedback--

Remember to add spaces in the correct places.

--explanation--

The question ¿Cuál es tu número de teléfono? asks for a phone number. So you need to look at the Número de teléfono field, which shows Luna's number.

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

Mi número es + phone number

So the correct response is:

Mi número es +56 923 881 240

Make sure the spaces are placed correctly when writing the number.

--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": 31.31,
      "finishTimestamp": 33.61
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1.3,
      "finishTime": 3.3,
      "dialogue": {
        "text": "¿Cuál es tu número de teléfono?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 3.4
    }
  ]
}