Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67c069e85642811446f491f6.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: What if we set a minimum requirement, and anything beyond that can be used for personal preferences? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

What if we set a BLANK BLANK, and anything beyond that can be used for personal preferences?

--blanks--

minimum

--feedback--

This word means the lowest or least amount necessary.


requirement

--feedback--

This word refers to something that is needed or necessary.

--explanation--

Bob uses minimum requirement to describe a basic standard that must be followed.

In this dialogue, Bob suggests setting a minimum requirement for equipment, meaning everyone must have certain essential items, but beyond that, they can choose how to use their stipend.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 45.88,
      "finishTimestamp": 51.04
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "What if we set a minimum requirement and anything beyond that can be used for personal preferences?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}