Back to Freecodecamp

Task 10

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

latest2.1 KB
Original Source
<!-- (Audio) Maria: That's great, Jake. Since our data is sensitive, choosing the right location is crucial, especially with the strict rules in Europe. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's great, Jake. Since BLANK data is sensitive, choosing BLANK right location is crucial, especially with BLANK strict rules in Europe.

--blanks--

our

--feedback--

This possessive determiner shows that the data belongs to Maria and Jake's team.


the

--feedback--

This article is used to talk about a specific location they are discussing.


the

--feedback--

This article is used to refer to specific known rules, not rules in general.

--explanation--

Our is a possessive determiner, showing ownership of the data.

The is a definite article used before nouns that are already known or specific. Maria says:

  • The location to refer to a specific location they are choosing.

  • The rules to refer to known legal rules in Europe.

--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": 11.58,
      "finishTimestamp": 17.9
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.32,
      "dialogue": {
        "text": "That's great, Jake. Since our data is sensitive, choosing the right location is crucial,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.58,
      "finishTime": 7.32,
      "dialogue": {
        "text": "especially with the strict rules in Europe.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.82
    }
  ]
}