Back to Freecodecamp

Task 43

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6811d1c4ff449004d5cfa8f9.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: Great, Jake. Let's also ensure that the provider we choose can grow with us without needing big changes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Great, Jake. Let's also ensure that BLANK we choose can grow with us without needing BLANK.

--blanks--

the provider

--feedback--

This refers to a specific company or service. Don't forget to use an article if necessary.


big changes

--feedback--

This two-word phrase means major adjustments. The second word is in the plural form.

--explanation--

The provider uses the definite article the because it refers to the specific provider they are planning to choose.

Big changes are major updates or adjustments that affect a system, team, or plan. For example:

The company made big changes to the website design. - The website looks very different now.

Big changes does not use an article because changes is a plural countable noun used in a general way (not specific).

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 69.22,
      "finishTimestamp": 74.38
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "Great, Jake. Let's also ensure that the provider we choose can grow with us without needing big changes.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}