Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/693720fb55812cf89f0f85ce.md

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

--description--

In this task, you will hear Mateo say his phone number.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Es +2 BLANK BLANK 5 5BLANK 002 BLANK.

--blanks--

1

--feedback--

This number is pronounced uno.


3

--feedback--

This number is pronounced tres.


4

--feedback--

This number is pronounced cuatro.


8

--feedback--

This number is pronounced ocho.

--explanation--

Mateo says: Es +213 554 0028.

This number includes:

213 (area code).

554 (central digits).

0028 (ending digits).

--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": 33.55,
      "finishTimestamp": 40.41
    }
  },
  "commands": [
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mateo",
      "startTime": 1,
      "finishTime": 7.86,
      "dialogue": {
        "text": "Es +213 554 0028.",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 8.36
    }
  ]
}