Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68124f203373a82c64c67219.md

latest1.4 KB
Original Source
<!-- (Audio) Bob: It's important that no part of the project gets delayed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's important that BLANK part of BLANK project gets delayed.

--blanks--

no

--feedback--

This determiner means "not any"; it shows complete negation.


the

--feedback--

This article is used because they are talking about a specific, known project.

--explanation--

No part uses no to mean not any part at all - complete negation.

The project uses the because it refers to the specific project Bob and Alice are already discussing.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 47.24,
      "finishTimestamp": 50.5
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "It's important that no part of the project gets delayed.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}