Back to Freecodecamp

Task 118

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

latest1.8 KB
Original Source
<!-- (audio) Jake: What I can't figure out is how they got past our firewall. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

What I can't BLANK is how they got past our BLANK.

--blanks--

figure out

--feedback--

This phrasal verb means to understand or solve a problem. Use two words.


firewall

--feedback--

This is a security system that blocks unauthorized access to a network.

--explanation--

Figure out is a phrasal verb meaning to solve or understand something that is difficult. For example:

We need to figure out why the website isn't loading. - They need to understand the reason why the website is not working.

A firewall is a security feature that protects computer networks from hackers. It works like a digital barrier, allowing safe data in while blocking dangerous traffic. For example:

Make sure the firewall is active before you connect to the internet. - Ensure the security system is on before using the internet.

--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": 15.44,
      "finishTimestamp": 18.4
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "What I can't figure out is how they got past our firewall.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}