Back to Freecodecamp

Task 123

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

latest1.8 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 minimum requirement, and anything beyond that can be used for BLANK BLANK?

--blanks--

personal

--feedback--

This word refers to something belonging to or decided by an individual rather than a group or company.


preferences

--feedback--

This word means choices or options that a person prefers based on their individual needs or tastes.

--explanation--

Bob uses personal preferences to explain that after meeting the minimum requirement, employees can decide how to spend the rest of their stipend according to their own needs.

  • Personal means something related to an individual rather than a company rule.

  • Preferences refers to the choices someone prefers based on their own situation.

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