Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/674e3864432aea6f5ce708ed.md

latest1.8 KB
Original Source
<!-- (Audio) Absolutely, the entire technical support team will be on duty. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. The BLANK technical support team will be BLANK.

--blanks--

entire

--feedback--

This word means the whole or complete group.


on duty

--feedback--

These two words together mean being officially assigned to work or perform tasks at a specific time. The first word is a preposition, and the second is a noun.

--explanation--

Entire means the whole or complete group, emphasizing that every member of the technical support team is included.

On duty refers to being officially assigned to work or available to perform tasks during a specific time. For example:

  • The entire staff attended the meeting. - This means all members of the staff were present.

  • The security guard is on duty until midnight. - This means the guard is working and available until the specified time.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 31.08,
      "finishTimestamp": 34.54
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Absolutely. The entire technical support team will be on duty.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}