Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/69370c527b6499fbfde5466f.md

latest2.3 KB
Original Source
<!-- (Audio) Mateo: Hola, Camila. ¿Cuál es tu número de teléfono? -->

--description--

Exchanging contact information is common in both professional and everyday situations.

In this task, you will hear a greeting followed by a question used to request a phone number.

Pay attention to how personal information is introduced and how accent marks appear in key words.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hola, Camila. ¿BLANK tu BLANK de BLANK?

--blanks--

Cuál es

--feedback--

These two words together start the question. The first one should have an accent mark on the letter a. The second word is the conjugation of the verb ser.


número

--feedback--

Remember to include the accent mark on the u.


teléfono

--feedback--

This word must include the accent mark on the first e.

--explanation--

--explanation--

The complete sentence is Hola, Camila. ¿Cuál es tu número de teléfono?

This question follows a structure you've seen previously:

¿Cuál es tu + noun?

Here, the noun phrase is número de teléfono.

Both número and teléfono have accent marks, which are important for correct spelling and pronunciation.

The sentence is used to request someone's phone number in a polite and direct way.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Mateo",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_mateo_camila_phone_number_dialogue.mp3",
      "startTime": 1,
      "startTimestamp": 0.61,
      "finishTimestamp": 3.61
    }
  },
  "commands": [
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mateo",
      "startTime": 1,
      "finishTime": 1.76,
      "dialogue": {
        "text": "Hola, Camila.",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "startTime": 2.34,
      "finishTime": 4,
      "dialogue": {
        "text": "¿Cuál es tu número de teléfono?",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 4.5
    }
  ]
}