Back to Freecodecamp

Task 142

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

latest1.6 KB
Original Source
<!-- (audio) Lisa: Agreed. We should probably isolate the affected systems and run a full scan. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Agreed. We should probably isolate the affected systems and run a BLANK.

--blanks--

full scan

--feedback--

It is a detailed system check that looks for malware, vulnerabilities, or suspicious activity. Use two words.

--explanation--

A full scan is a comprehensive security check that examines an entire system or network for threats. For example:

  • You should run a full scan to check for viruses. - It's a good idea to scan the entire system for any harmful files.

  • The IT team performs a full scan of the network every month. - The tech team checks all network systems for security problems once a month.

--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": 49.72,
      "finishTimestamp": 53.8
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "Agreed. We should probably isolate the affected systems and run a full scan.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}