Back to Freecodecamp

Task 64

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

In terms of BLANK BLANK, TechCorp is probably the best.

--blanks--

work-life

--feedback--

This is about your job and the things you do outside of work, like family, hobbies, and relaxing. This is a compound word. Remember to use -.


balance

--feedback--

This means an even distribution of different aspects, ensuring no one part takes over completely.

--explanation--

Work-life refers to both professional responsibilities and personal activities. For example:

A healthy work-life routine includes time for family and hobbies. - This means both work and personal life are considered.

Balance means an even and fair distribution of different aspects. For example:

He maintains a balance between work and exercise. - This means he gives time to both without one taking over.

Work-life balance means having enough time for both work and personal life. For example:

This company supports work-life balance by offering remote work options. - This means the company helps employees manage both their job and personal life.

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