Back to Freecodecamp

Task 124

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

latest1.7 KB
Original Source
<!-- (audio) Lisa: Could someone have left a port open? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Jake thinks it could have happened and explains the reason. What would he say?

--answers--

I don't think so. The firewall blocks all traffic.

--audio-id--

EN2d2198a2

--feedback--

If the firewall blocked everything, there wouldn't be unusual traffic in the logs.


It's possible. I was checking the logs, and there was a lot of traffic from one particular IP address.

--audio-id--

EN2594cb8d

--video-solution--

2

--explanation--

Jake is analyzing the situation rather than jumping to conclusions.

It's possible. means Jake thinks it could have happened, but he is not 100% sure.

I was checking the logs, and there was a lot of traffic from one particular IP address. suggests that someone may have been trying to access the system.

--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": 24.2,
      "finishTimestamp": 25.74
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Could someone have left a port open?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}