Back to Freecodecamp

Task 80

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

latest2.2 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 usually offers the highest salaries. However, InnovateX has the best bonuses and stock options, which can be even more BLANK BLANK.

--blanks--

lucrative

--feedback--

This word means something can bring a lot of financial gain or profit.


in the long run

--feedback--

This four-word phrase means over a long period of time, not immediately.

--explanation--

Lucrative means something is very profitable or brings a lot of money. For example:

Software development can be a lucrative career. - This means software developers can earn a lot of money.

In the long run means over a long period of time, rather than right away. For example:

Investing in skills pays off in the long run. - This means learning new skills is beneficial over time.

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