Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6810c0c0763121187bd5a442.md

latest1.5 KB
Original Source
<!-- (Audio) Jake: I've narrowed it down to two main providers. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I've narrowed it down to two main BLANK.

--blanks--

providers

--feedback--

This word means companies or people that offer a service, such as internet or cloud storage. Use the plural form.

--explanation--

A provider is someone or a company that gives a service. For example:

  • Internet provider is a company that gives you internet service.

  • Cloud provider is a company that stores your digital data.

Two shows how many providers Jake has chosen. You'll learn more about using numerals like two with countable nouns in a later course.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 19.58,
      "finishTimestamp": 22.2
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "I've narrowed it down to two main providers.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}