Back to Freecodecamp

Task 27

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

True or False: Only a part of the technical support team will be on duty.

--answers--

True

--feedback--

Focus on the word entire in his statement.


False

--video-solution--

2

--explanation--

Entire in the sentence makes it clear that all members of the technical support team will be available.

To find the correct answer, focus on the key phrase: the entire technical support team. This emphasizes that no one is excluded from being on duty.

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