Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6810c029a8a071180230e1b3.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 BLANK it BLANK to two main providers.

--blanks--

narrowed

--feedback--

This verb means to reduce the number of choices. It's in the Past Participle form.


down

--feedback--

This word completes the phrasal verb which means to reduce the number of choices.

--explanation--

Narrow down is a phrasal verb that means to reduce a large number of choices to a smaller number. For example:

We narrowed down the list from 10 to 3. - They selected only the best 3 options from the list of 10.

--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
    }
  ]
}