Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685300d52c75456d71567cdd.md

latest1.9 KB
Original Source
<!-- (Audio) Anna: Making it easy to apply should encourage more people to take the time off they need without feeling bogged down. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Making it easy to apply should encourage more people to BLANK the time BLANK they need without feeling bogged down.

--blanks--

take

--feedback--

This means to use or use up something, like vacation days.


off

--feedback--

This preposition completes the phrase that means taking a break from work.

--explanation--

To take time off means to stop working for a period of time, usually for rest, vacation, or personal reasons. For example:

I'm taking time off next week to visit my family. – This means the person will not work next week and will spend time with their family instead.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 41.22,
      "finishTimestamp": 46.56
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Making it easy to apply should encourage more people",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.66,
      "finishTime": 6.34,
      "dialogue": {
        "text": "to take the time off they need without feeling bogged down.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.84
    }
  ]
}