Back to Freecodecamp

Task 123

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Could someone have left a BLANK open?

--blanks--

port

--feedback--

It's a connection point on a network that allows data to flow in and out.

--explanation--

A port is a virtual connection point used in networking to allow communication between devices. For example:

I'm trying to connect to the server, but the port might be closed. - The connection point might be blocked, preventing the connection to the server.

Ports can be open or closed. An open port can allow hackers to enter a system if not properly secured, while a closed port does not allow data to pass through it.

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