Back to Freecodecamp

Task 82

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f4f81c06ba47053ae33664.md

latest1.8 KB
Original Source
<!-- (audio) Jessica: No, I didn't. I'll do that. Should we also look at the firewall configurations? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No, I didn't. I'll do that. Should we also look at the BLANK BLANK?

--blanks--

firewall

--feedback--

This noun refers to a security system that controls network traffic to protect against threats.


configurations

--feedback--

This noun refers to settings or adjustments in a system. Use the plural form.

--explanation--

A firewall is a security system that monitors and controls network traffic.

Configurations are the customizable settings and parameters that define how a system, device or software operates.

Together, firewall configurations means the setup or rules used by the firewall to protect a network. For example:

The IT team checks the firewall configurations regularly. - The tech team looks at the firewall settings often to keep things safe.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 49.1,
      "finishTimestamp": 53.06
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.96,
      "dialogue": {
        "text": "No, I didn't. I'll do that. Should we also look at the firewall configurations?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.46
    }
  ]
}