Back to Freecodecamp

Task 140

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

latest1.7 KB
Original Source
<!-- (audio) Jake: It can't be just a random breach. There must be a specific reason they targeted us. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Lisa agrees with Jake and proposes a solution. What would she say?

--answers--

I'm not sure. Maybe it was just bad luck.

--audio-id--

EN79ef7d73

--feedback--

Lisa agrees with Jake, so she wouldn't attribute the breach to random chance or bad luck.


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

--audio-id--

EN0d00f183

--video-solution--

2

--explanation--

Lisa shows agreement with Jake and provides a practical cybersecurity solution.

Agreed. is a short way to say I agree with you.

We should probably... suggests a strong recommendation while allowing some flexibility.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 43.98,
      "finishTimestamp": 49.4
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "It can't be just a random breach. There must be a specific reason they targeted us.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}