Back to Freecodecamp

Task 81

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

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

--questions--

--text--

What does Tom say about InnovateX?

--answers--

It pays the highest salaries.

--feedback--

Tom says TechCorp usually offers the highest salaries, not InnovateX.


It offers the best work-life balance.

--feedback--

Tom does not mention work-life balance. He talks about pay, bonuses, and stock options.


It provides better bonuses and stock options.


It does not offer good financial benefits.

--feedback--

Tom says what InnovateX offers can be very lucrative.

--video-solution--

3

--explanation--

Tom says InnovateX has the best bonuses and stock options, which can be even more lucrative in the long run. This means that although TechCorp may offer higher salaries, InnovateX provides financial benefits that can be more profitable over time.

Bonuses are extra payments, and stock options allow employees to own shares in the company, which can increase in value.

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