Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68487b3b828b675d659b5c0f.md

latest2.0 KB
Original Source
<!-- (Audio) Brian: Let's start by phasing out the old clause about mandatory in-office days. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's start by phasing out the old BLANK about mandatory BLANK days.

--blanks--

clause

--feedback--

This is a part of a legal or formal document.


in-office

--feedback--

This describes the days when employees must be physically present at work. This is a compound word, remember to use -.

--explanation--

A clause is a section or part of a legal or formal document, like a policy or contract. For example:

The new agreement includes a clause about remote work options. – This means there's a specific rule or condition in the agreement about working remotely.

In-office days refers to the days employees are required to be physically present at their workplace. For example:

Our team has two in-office days each week: Monday and Wednesday. – This means employees must come to the office on those two days.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 11.84,
      "finishTimestamp": 16.04
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.38,
      "dialogue": {
        "text": "Let's start by phasing out",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.38,
      "finishTime": 5.2,
      "dialogue": {
        "text": "the old clause about mandatory in-office days.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}