Back to Freecodecamp

Task 66

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

latest1.7 KB
Original Source
<!-- (audio) Jessica: Could it have been a phishing attack? We had a report of a suspicious email. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Jake thinks there's a possibility. What could he say?

--answers--

It's possible.

--audio-id--

EN60de94f6


It's impossible.

--audio-id--

EN970a3c03

--feedback--

Impossible means there is no chance, but Jake believes there is a possibility.

--video-solution--

1

--explanation--

Jake can say It's possible because he thinks there is a chance that the suspicious email was part of a phishing attack.

Impossible is formed by adding the prefix im- (which means "not" or "the opposite of") to the base word possible. For example:

  • It's possible. - Something can happen.

  • It's impossible. - It cannot happen.

--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": 16.22,
      "finishTimestamp": 19.58
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "Could it have been a phishing attack? We had a report of a suspicious email.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}