Back to Freecodecamp

Task 79

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

latest2.7 KB
Original Source
<!-- (Audio) Tom: In terms of pay, TechCorp usually offers the highest salaries. However, InnovateX has the best bonuses and stock options, which can be even more lucrative in the long run. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

In terms of pay, TechCorp BLANK offers the highest salaries. BLANK, InnovateX has the best BLANK and BLANK options, which can be even more lucrative in the long run.

--blanks--

usually

--feedback--

This word means something happens most of the time but not always.


However

--feedback--

This word is used to introduce a contrast or different idea. The first letter is capitalized.


bonuses

--feedback--

This word in the plural form refers to extra money given to employees as a reward for good performance.


stock

--feedback--

This word refers to shares in a company that employees can receive as part of their compensation.

--explanation--

However is used to introduce a contrast or different idea. For example:

This laptop is powerful. However, it is also very expensive. - This means the laptop is good, but there is a downside - it's expensive.

Bonuses are extra payments given to employees as rewards for good work. For example:

The company gives yearly bonuses based on performance. - This means employees receive extra money for doing well.

Stock refers to shares in a company that employees can own. For example:

Many startups offer stock options as part of employee compensation. - This means employees receive shares in the company in addition to their salary.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 37.96,
      "finishTimestamp": 48.26
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "In terms of pay, TechCorp usually offers the highest salaries.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.7,
      "finishTime": 11,
      "dialogue": {
        "text": "However, Innovate X has the best bonuses in stock options, which can be even more lucrative in the long run.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 11.8
    }
  ]
}