Back to Freecodecamp

Task 92

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f513e34f45c411491c53ca.md

latest1.7 KB
Original Source
<!-- (audio) Jessica: Do you think we need to escalate this to the incident response team, or should we keep investigating on our own? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Do you think we need to escalate this to the BLANK, or should we keep investigating on our own?

--blanks--

incident response team

--feedback--

This three-word phrase refers to a group of people working on a security event or problem.

--explanation--

Incident response team is a specialized group that handles security incidents. For example:

  • The incident response team handled the security breach. - The team took care of the problem when the system was hacked.

  • We called the incident response team when we noticed suspicious activity. - They contacted the team when they saw something unusual happening.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 71.08,
      "finishTimestamp": 75.54
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "Do you think we need to escalate this to the incident response team, or should we keep investigating on our own?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}