Back to Freecodecamp

Task 86

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

latest1.5 KB
Original Source
<!-- (audio) Jake: Definitely. Firewall rules can sometimes be misconfigured. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Definitely. Firewall rules can sometimes be BLANK.

--blanks--

misconfigured

--feedback--

This word means set up incorrectly or not properly arranged.

--explanation--

Misconfigured means that something was set up incorrectly or has the wrong settings. For example:

  • The server didn't work because it was misconfigured. - The server had the wrong settings.

  • The app crashed due to a misconfigured database. - The database had incorrect setup, which caused a problem.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 55.42,
      "finishTimestamp": 58.7
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "Definitely. Firewall rules can sometimes be misconfigured.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}