Back to Freecodecamp

Task 126

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

latest1.8 KB
Original Source
<!-- (audio) Jake: It's possible. I was checking the logs, and there was a lot of traffic from one particular IP address. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Jake think it's possible?

--answers--

He received an alert from the firewall.

--feedback--

Jake doesn't mention a firewall alert.


He spoke to someone who admitted to the breach.

--feedback--

Jake is not talking to a suspect.


He found an open port on the system.

--feedback--

Jake doesn't mention finding an open port.


He saw a lot of traffic from one particular IP address in the logs.

--video-solution--

4

--explanation--

Jake thinks the breach could have happened because he noticed unusual traffic from one particular IP address while checking the logs.

If one IP address generated a lot of traffic, it might mean someone was trying to break in, which is why Jake thinks it's possible.

--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": 26.08,
      "finishTimestamp": 31.36
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.28,
      "dialogue": {
        "text": "It's possible. I was checking the logs and there was a lot of traffic from one particular IP address.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}