Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/69371c1a0156ec8bbe6f8141.md

latest1.6 KB
Original Source
<!-- (Audio) Camila: Es +57 313 445 9280. -->

--description--

In this task, you will hear Camila say her full phone number, including the international code.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

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

--answers--

+57 315 445 9280

--feedback--

The second group is not 315.


+57 313 445 9280


+57 313 455 9280

--feedback--

The middle group is incorrect.


+57 313 445 9288

--feedback--

The last digits are incorrect.

--video-solution--

2

--explanation--

Camila says her phone number is +57 313 445 9280, which includes:

57 as the international code for Colombia.

313 as the mobile prefix.

445 9280 as the rest of her phone number.

--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": 19.21,
      "finishTimestamp": 27.18
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 8.97,
      "dialogue": {
        "text": "Es +57 313 445 9280.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 9.47
    }
  ]
}