Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d3e8138a066b578d40605d.md

latest1.9 KB
Original Source
<!-- (Audio) Alice: Good to know. What about compensation? Which company pays the highest salaries? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good to know. What about BLANK? Which company pays BLANK salaries?

--blanks--

compensation

--feedback--

This word refers to the total payment and benefits employees receive for their work.


the highest

--feedback--

These two words together are used to compare three or more things and shows the greatest amount or level.

--explanation--

Compensation means the money and benefits employees receive for their work, including salary, bonuses, and other rewards. For example:

The company offers great compensation, including health insurance and bonuses. - This means employees receive both money and extra benefits.

The highest is a superlative used to describe the greatest amount or level among three or more things. For example:

This company pays the highest salaries in the industry. - This means no other company in the industry pays more.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 33.7,
      "finishTimestamp": 37.8
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.1,
      "dialogue": {
        "text": "Good to know. What about compensation? Which company pays the highest salaries?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.6
    }
  ]
}