Back to Freecodecamp

Task 65

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

latest1.8 KB
Original Source
<!-- (Audio) Tom: In terms of work-life balance, TechCorp is probably the best. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom say about TechCorp?

--answers--

Employees there have a good mix of work and personal time.


It offers the highest salaries.

--feedback--

Tom does not mention salaries.


It is the most successful company.

--feedback--

Tom does not say TechCorp is the most successful.


It has the most employees.

--feedback--

Tom does not talk about the number of employees at TechCorp.

--video-solution--

1

--explanation--

Tom says, in terms of work-life balance, TechCorp is probably the best. This means he believes employees at TechCorp have a better balance between their job and personal life compared to other companies.

A company with good work-life balance ensures employees have time for both work and personal activities. This can include flexible hours, remote work options, or reasonable workloads.

--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": 11.12,
      "finishTimestamp": 14.40
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "In terms of work-life balance, TechCorp is probably the best.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}