Back to Freecodecamp

Task 28

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

latest1.9 KB
Original Source
<!-- (Audio) They've been briefed and are prepared to manage any unexpected situations. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They've been BLANK and are prepared to manage any BLANK situations.

--blanks--

briefed

--feedback--

This word means being given detailed information or instructions about a task or situation. It ends in -ed.


unexpected

--feedback--

This word describes something that happens without warning or is not anticipated. It ends in -ed.

--explanation--

Briefed means that someone has been provided with detailed instructions or information to prepare them for a specific task or situation.

Unexpected refers to something that happens without prior knowledge or warning. For example:

The team was briefed on the emergency procedures. - This means the team was given instructions about what to do in an emergency.

--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": 34.82,
      "finishTimestamp": 39
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.62,
      "dialogue": {
        "text": "They've been briefed and are prepared",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 2.62,
      "finishTime": 5.18,
      "dialogue": {
        "text": "to manage any unexpected situations.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.68
    }
  ]
}