Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6811e1569ecaf80dbe0fc768.md

latest2.3 KB
Original Source
<!-- (Audio) Jake: Will do, Maria. I'll make sure everything is carefully tested so we can choose a solution that balances performance, cost, security, and compliance. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Will do, Maria. I'll make sure everything is carefully tested so we can choose BLANK that balances performance, cost, security, and BLANK.

--blanks--

a solution

--feedback--

This word refers to an answer to a problem or challenge. Don't forget to use an article if necessary.


compliance

--feedback--

This word refers to following rules and laws. Don't forget to use an article if necessary.

--explanation--

A solution is an answer to a problem or challenge. Here, it uses a because it introduces a new, singular option - one solution among many. Another example:

She found a solution that works for both teams. - She found something that makes everyone happy.

Compliance is an uncountable noun meaning following rules and legal requirements. No article is used when speaking about it generally. For example:

Compliance is important when dealing with sensitive information. - It's important to follow the rules when working with private data.

--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": 91.12,
      "finishTimestamp": 100.76
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "Will do, Maria. I'll make sure everything is carefully tested",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 4.72,
      "finishTime": 10.74,
      "dialogue": {
        "text": "so we can choose a solution that balances performance, cost, security, and compliance.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 11.54
    }
  ]
}