Back to Freecodecamp

Task 2

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

latest1.8 KB
Original Source
<!-- (audio) Jake: Maria, as we expand globally, we need to ensure our cloud storage meets our capacity and security needs. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Maria, as we expand globally, we need to ensure BLANK cloud storage meets BLANK capacity and security needs.

--blanks--

our

--feedback--

This possessive word shows that the cloud storage belongs to the team or company.


our

--feedback--

This word is used to describe the ownership of the needs (capacity and security).

--explanation--

Our is a possessive determiner. It shows that something belongs to a group that includes the speaker. For example:

Our team finished the project on time. - The team that you are part of did it.

In this sentence, our cloud storage means the storage used by Jake's company, and our capacity and security needs refers to the requirements that their company has.

--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": 0,
      "finishTimestamp": 6.66
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 7.66,
      "dialogue": {
        "text": "Maria, as we expand globally, we need to ensure our cloud storage meets our capacity and security needs.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 8.16
    }
  ]
}