Back to Freecodecamp

Task 148

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814ca7b9c639d25536f70d9.md

latest1.5 KB
Original Source
<!-- (Audio) James: We need to make sure no critical task is missed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need to make sure BLANK is missed.

--blanks--

no critical task

--feedback--

This phrase means not a single task should be forgotten. Use a negative determiner followed by an adjective and a singular countable noun.

--explanation--

No critical task means not a single important task should be forgotten or left out.

No is a strong determiner used to say none of something exists or should happen. For example:

The project failed because there was no proper task distribution. - The tasks weren't given out in a good way, and the project didn't work.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 63.84,
      "finishTimestamp": 67.54
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.7,
      "dialogue": {
        "text": "We need to make sure no critical task is missed.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}