Back to Freecodecamp

Task 7

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

latest1.6 KB
Original Source
<!-- (audio) Jake: I've checked out a few options focusing on data centers in Europe and North America. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I've checked out a few options focusing on BLANK in Europe and North America.

--blanks--

data centers

--feedback--

This two-word phrase refers to large facilities that store digital information. Use the plural form.

--explanation--

Data centers are buildings or systems used to store and manage large amounts of data. For example:

Our files are stored in secure data centers. - The company keeps digital information safe in special buildings.

Because it is a plural noun used generally, there is no the or some in this case.

--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": 6.68,
      "finishTimestamp": 11.29
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.61,
      "dialogue": {
        "text": "I've checked out a few options focusing on data centers in Europe and North America.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.11
    }
  ]
}