Back to Freecodecamp

Task 81

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67575473b14c837d8de3a866.md

latest1.6 KB
Original Source
<!-- (Audio) Jake: We'll probably need to run a full system scan. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We'll probably need to run a BLANK BLANK BLANK.

--blanks--

full

--feedback--

This word means complete or entire, indicating that no parts will be skipped.


system

--feedback--

This word refers to the computer or network being examined.


scan

--feedback--

This word means an inspection or analysis to find problems or issues.

--explanation--

Full system scan means a comprehensive check of the entire computer or network to identify potential issues, such as viruses or security threats. For example:

The team performed a full system scan to find malware. - This shows a complete analysis of the system for security purposes.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 32.36,
      "finishTimestamp": 34.64
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "We'll probably need to run a full system scan",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}