Back to Freecodecamp

Task 125

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d809f520dd828902443141.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 complete the sentence below.

--fillInTheBlank--

--sentence--

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

--blanks--

logs

--feedback--

This noun refers to records of activity that show what happened in a system or network.


IP address

--feedback--

It's a unique number assigned to a device on a network.

--explanation--

Logs are system records that track activity in a network. For example:

The logs recorded a failed login attempt. - This means that the system records of activity show someone tried to log in but was unsuccessful.

IP address is a unique identifier for a device on a network. For example:

The attacker used a different IP address each time. - The attacker used a unique network identifier for each attempt.

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