Back to Freecodecamp

Task 141

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Lisa suggest doing?

--answers--

She suggests keeping the problem from spreading first.


She suggests shutting down the entire network immediately.

--feedback--

Lisa doesn't say to shut everything down.


She recommends deleting all files to remove the threat.

--feedback--

Deleting files is not Lisa's suggestion.


She says they should report the issue to the media.

--feedback--

Lisa is not focused on making a public report.

--video-solution--

1

--explanation--

Lisa says should probably, which means she is strongly recommending an action, but allowing for some flexibility.

She agrees with Jake and suggests a logical next step to contain the attack and investigate further.

--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
    }
  ]
}