Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/693724b5fccd2c8741442cdf.md

latest1.7 KB
Original Source
<!-- (Audio) Mateo: +213 554 0028. -->

--description--

In this task, you will hear Mateo say a complete phone number out loud.

Pay attention to how the numbers are grouped and pronounced, as this helps you recognize and write them correctly in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which of the following sets of phone numbers matches what Mateo is saying?

--answers--

+213 554 0028


+213 545 0028

--feedback--

The middle digits are incorrect. Listen carefully to the order.


+231 554 0028

--feedback--

The area code is wrong. It should start with 213.


+213 554 0082

--feedback--

The last digits are incorrect. Mateo says "0028."

--video-solution--

1

--explanation--

Mateo says: +213 554 0028.

This includes the area code 213 and the number 554 0028.

--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": 44.19,
      "finishTimestamp": 50.25
    }
  },
  "commands": [
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mateo",
      "startTime": 1,
      "finishTime": 7.06,
      "dialogue": {
        "text": "+213 554 0028.",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 7.56
    }
  ]
}