Back to Freecodecamp

Task 66

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

latest2.0 KB
Original Source
<!-- (Audio) Tom: They offer the most flexible hours and the most generous leave policy. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They offer BLANK BLANK BLANK and the most generous leave policy.

--blanks--

the most

--feedback--

This two-word phrase is used before adjectives to show the highest degree of something in a group.


flexible

--feedback--

This means something can be easily changed or adjusted to different needs or situations.


hours

--feedback--

This word in the plural form refers to the time period when work is done.

--explanation--

Flexible means something can change or adjust based on different needs. For example:

She has a flexible schedule, so she can start work at different times. - This means her schedule is not fixed.

The most flexible hours means the work schedule allows the most freedom to choose when to work. For example:

This company offers the most flexible hours, letting employees set their own work times. - This means employees have more control over their working hours than at other companies.

--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": 14.64,
      "finishTimestamp": 18.18
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "They offer the most flexible hours and the most generous leave policy.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}