Back to Freecodecamp

Task 116

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

latest1.7 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 BLANK BLANK out is how they got past our firewall.

--blanks--

can't

--feedback--

This is a negative modal verb, meaning not able to or not possible to.


figure

--feedback--

This verb can be used when talking about solving a problem.

--explanation--

The contraction can't is short for cannot, which means not able to do something.

Can't (cannot) + base verb is used when something is impossible or difficult to understand. For example:

  • I can't believe this happened! - It is hard for you to believe.

  • She can't access the system. - She is not able to.

Jake is confused about how the attackers bypassed the firewall, meaning he cannot figure it out.

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