Back to Freecodecamp

Task 20

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

latest1.7 KB
Original Source
<!-- (Audio) Jake: The other provider has data centers in Europe, giving better data privacy but at a higher price. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK provider has data centers in Europe, giving better data privacy but at BLANK higher price.

--blanks--

The other

--feedback--

These two words refer to the second option in a group of two. The first letter of the first word is capitalized.


a

--feedback--

This article is used before a general, singular noun like price.

--explanation--

The other is used when talking about the second of two choices. Since Jake already mentioned one provider, this is the second one.

A higher price refers to a non-specific cost, so you use a (indefinite article). It is one possible price level.

--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": 27.76,
      "finishTimestamp": 33.2
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.64,
      "dialogue": {
        "text": "The other provider has data centers in Europe, giving better data privacy but at a higher price.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.14
    }
  ]
}