Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/673c03eb9c3d4c2e12555aaf.md

latest1.5 KB
Original Source
<!-- (Audio) Jake: Our main goal is to minimize disruption while strengthening our defenses. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Our main goal is to minimize disruption while BLANK our defenses.

--blanks--

strengthening

--feedback--

This word refers to the process of making something stronger or more secure. It ends in -ing.

--explanation--

Strengthening describes the ongoing process of making something stronger. For example:

We are strengthening our defenses to improve security. - This means actively working to make the defenses better and more secure.

--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": 20.32,
      "finishTimestamp": 24.72
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.4,
      "dialogue": {
        "text": "Our main goal is to minimize disruption while strengthening our defenses.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.9
    }
  ]
}