Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/693711b29fa7cfde98e28e51.md

latest2.2 KB
Original Source
<!-- (Audio) Camila: Mi número es +57 313 445 9280. -->

--description--

When giving personal information such as a phone number, you can use this structure:

Mi + noun + es ...

Mi shows possession and refers to "my". For example:

In this task, you will hear a phone number said aloud.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Mi número es + BLANK BLANK BLANK BLANK 3 4 BLANK 5 BLANK BLANK BLANK BLANK.

--blanks--

5

--feedback--

This number is pronounced cinco.


7

--feedback--

This number is pronounced siete.


3

--feedback--

This number is pronounced tres.


1

--feedback--

This number is pronounced uno.


4

--feedback--

This number is pronounced cuatro.


9

--feedback--

This number is pronounced nueve.


2

--feedback--

This number is pronounced dos.


8

--feedback--

This number is pronounced ocho.


0

--feedback--

This number is pronounced cero.

--explanation--

Camila says Mi número es +57 313 445 9280.

The structure Mi número es ... is used to give a phone number.

Mi indicates possession.

Número identifies the type of information.

Es introduces the specific detail.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_mateo_camila_phone_number_dialogue.mp3",
      "startTime": 1,
      "startTimestamp": 4.66,
      "finishTimestamp": 13.9
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 10.24,
      "dialogue": {
        "text": "Mi número es +57 313 445 9280.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 10.34
    }
  ]
}