Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67575734a3672990f7c4385a.md

latest1.9 KB
Original Source
<!-- (Audio) Jake: We'll probably need to run a full system scan to ensure there's no hidden malware. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is Jake planning a full system scan?

--answers--

To fix an issue with the system.

--feedback--

Jake is not fixing an issue at this moment.


To ensure there's no hidden malware.


To update the system software.

--feedback--

Jake is not updating the system at the moment.


To improve the system's performance.

--feedback--

Jake is not focused on performance at the moment.

--video-solution--

2

--explanation--

By focusing on these specific parts of the sentence, you can determine Jake's intention:

Run a full system scan shows the action Jake is planning to take.

To ensure introduces the reason for the scan.

There's no hidden malware explains the final purpose — Jake is checking for concealed malicious software.

--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.26,
      "finishTimestamp": 36.8
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "We'll probably need to run a full system scan",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.48,
      "finishTime": 5.44,
      "dialogue": {
        "text": "to ensure that there's no hidden malware.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}