Back to Freecodecamp

Task 120

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

latest1.8 KB
Original Source
<!-- (audio) Lisa: That's strange. Our firewall settings are usually solid. It must have been something else. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is strange about the issue?

--answers--

The firewall was turned off during the attack.

--feedback--

Lisa does not say the firewall was turned off.


The attack happened even though the firewall was working.


The firewall was not installed.

--feedback--

The company already has a firewall.


The firewall was too strict and blocked everything.

--feedback--

Lisa is not worried about the firewall blocking too much.

--video-solution--

2

--explanation--

To find the correct answer, listen to how Lisa responds to the news of the breach.

She says our firewall settings are usually solid, which shows that she believes the firewall should have worked.

This means she finds it strange that the firewall didn't stop the issue, and she thinks the cause must be something else.

--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": 19,
      "finishTimestamp": 24.06
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 6.06,
      "dialogue": {
        "text": "That's strange. Our firewall settings are usually solid. It must have been something else.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.56
    }
  ]
}