Back to Freecodecamp

Task 63

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

latest1.5 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--

BLANK work-life balance, TechCorp is probably the best.

--blanks--

In terms of

--feedback--

These three words together are used to introduce a specific aspect or point of view when comparing or discussing something. The first letter of the first word is capitalized.

--explanation--

In terms of is used to specify which aspect of something is being discussed. For example:

In terms of salary, this company offers the highest pay. - This means the company has the best salary compared to others.

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