Back to Freecodecamp

Task 147

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d840969bc3ba9fd2859edb.md

latest1.6 KB
Original Source
<!-- (audio) Jake: We should also notify the security team and follow our incident response plan. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should also notify the security team and follow our BLANK.

--blanks--

incident response plan

--feedback--

It is a structured process for handling security breaches. Use three words.

--explanation--

An incident response plan (IRP) helps organizations react quickly and effectively to cybersecurity threats. For example:

  • Every company should have an incident response plan for cyberattacks. - Companies need a plan to handle security problems.

  • Without an incident response plan, it's hard to recover from a data breach. - If there is no plan, fixing security issues can be difficult.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 59.84,
      "finishTimestamp": 64.18
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.34,
      "dialogue": {
        "text": "We should also notify the security team and follow our incident response plan.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}