Back to Freecodecamp

Task 143

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

latest1.9 KB
Original Source
<!-- (audio) Lisa: This will help us understand the extent of the breach and what they might have taken. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the reason for running a full scan?

--answers--

To permanently shut down the system.

--feedback--

Lisa is not focused on shutting everything down.


To automatically fix all security issues.

--feedback--

A full scan does not automatically fix everything.


To understand how serious the breach is and what data may have been taken.


To check which employees accessed the system last.

--feedback--

Lisa does not want to review employee access logs.

--video-solution--

3

--explanation--

Extent refers to the degree, scope, or limit of something. It's often used to describe how large, serious, or severe something is. For example:

  • We don't know the extent of the damage yet. - They are not sure how bad the damage is.

  • He helped with the project, but only to a small extent. - He helped a little, but not a lot.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 53.8,
      "finishTimestamp": 57.7
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.9,
      "dialogue": {
        "text": "This will help us understand the extent of the breach and what they might have taken.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.4
    }
  ]
}