Back to Freecodecamp

Task 12

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

latest1.9 KB
Original Source
<!-- (Audio) Maria: 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--

Since our data is sensitive, choosing the right location is crucial, especially with the BLANK in BLANK.

--blanks--

strict rules

--feedback--

These two words describe laws that are strong and must be followed carefully.


Europe

--feedback--

This is the name of a continent. The first letter is capitalized.

--explanation--

Strict rules means very serious or detailed laws that must be followed. For example:

There are strict rules for accessing sensitive data. - Only some people are allowed to see or use that information.

Europe is a proper noun (continent name), and in general English, you don't use articles before continent names.

--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": 12.62,
      "finishTimestamp": 17.9
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "Since our data is sensitive, choosing the right location is crucial,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.34,
      "finishTime": 6.28,
      "dialogue": {
        "text": "especially with the strict rules in Europe.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}