Back to Freecodecamp

Task 67

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

latest1.8 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 the most flexible hours and the most BLANK BLANK BLANK.

--blanks--

generous

--feedback--

This means giving more than what is usual or expected.


leave

--feedback--

This refers to time off from work, such as vacation or sick days.


policy

--feedback--

This is a set of rules or guidelines followed by a company or organization.

--explanation--

Generous means giving more than what is necessary or expected. For example:

The company provides a generous bonus to top employees. - This means the company gives a large or extra reward.

Leave policy refers to the rules about taking time off from work. For example:

Their leave policy allows employees to take extra vacation days each year. - This means the company has rules that give employees more time off.

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