Back to Freecodecamp

Task 125

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/683908e53497658da522e4e0.md

latest1.4 KB
Original Source
<!-- (Audio) Lisa: We need a more proactive maintenance strategy. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need a more BLANK maintenance strategy.

--blanks--

proactive

--feedback--

This means taking action before problems happen, instead of waiting to react.

--explanation--

Proactive describes an approach where you anticipate issues and act early to prevent them. For example:

The company uses proactive monitoring to detect system problems before users notice them. – This means they look for problems early to fix them quickly.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 45.1,
      "finishTimestamp": 47.26
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "We need a more proactive maintenance strategy.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}