Back to Freecodecamp

Task 125

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814961077dc6d10912de02f.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: That sounds reasonable, but none of the smaller projects should get advanced analytics tools yet. They're not ready for that level of integration. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That sounds reasonable, but none of BLANK should get advanced analytics tools yet. They're not ready for BLANK of integration.

--blanks--

the smaller projects

--feedback--

This refers to a group of less significant tasks. Use the definite article with a comparative adjective and a plural noun.


that level

--feedback--

This phrase points to a specific stage or degree. Don't forget to use a demonstrative determiner pointing to a specific, mentioned level of integration.

--explanation--

The smaller projects uses the because it refers to specific projects that have already been discussed.

That level uses that to point to a particular standard of integration, not just any level.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 18.68,
      "finishTimestamp": 25.58
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.56,
      "dialogue": {
        "text": "That sounds reasonable, but none of the smaller projects should get advanced analytics tools yet.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.74,
      "finishTime": 7.9,
      "dialogue": {
        "text": "They're not ready for that level of integration.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.4
    }
  ]
}