Back to Freecodecamp

Task 120

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

latest2.0 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 answer the question below.

--questions--

--text--

What is Bob proposing to do?

--answers--

Let employees spend their stipend on anything they want.

--feedback--

Bob suggests having some rules about necessary equipment.


Give everyone the same equipment with no flexibility.

--feedback--

Bob suggests allowing flexibility beyond the required equipment.


Set a minimum requirement for necessary equipment and allow flexibility beyond that.


Remove the stipend completely.

--feedback--

Bob does not suggest removing the stipend.

--video-solution--

3

--explanation--

Minimum requirement refers to the basic standard that must be met. For example:

  • The minimum requirement for passing the test is getting at least 50% of the answers correct. - You need to score at least 50% to pass.

  • To apply for this job, you need to meet the minimum requirement of 2 years of experience. - There is a basic condition, like 2 years of experience, that must be met to apply.

--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
    }
  ]
}