Back to Freecodecamp

Task 84

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

latest1.8 KB
Original Source
<!-- (audio) Jessica: There might be something there we missed. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is Jessica asking about looking at the firewall configurations?

--answers--

Because she thinks the firewall is completely broken.

--feedback--

Jessica is not sure if there is a problem.


Because she wants to change the firewall rules immediately.

--feedback--

Jessica didn't say she wants to change anything.


Because she wants to check for any missed details.


Because she already found a problem in the firewall.

--feedback--

Jessica is not sure if there is an issue.

--video-solution--

3

--explanation--

Might shows possibility. Jessica is not sure, but she thinks it is possible they missed something.

Missed means they did not notice or check something. For example:

The team missed a small error in the code. – This means the error was there, but no one saw it.

Jessica wants to check the firewall settings again to see if anything was missed.

--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": 53.26,
      "finishTimestamp": 55.04
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "There might be something there we missed.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.28
    }
  ]
}