Back to Freecodecamp

Task 128

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

latest1.4 KB
Original Source
<!-- (audio) Jake: It might have been a targeted attack. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It BLANK a targeted attack.

--blanks--

might have been

--feedback--

This phrase is used to express possibility about a past event. Use three words.

--explanation--

Might have been is used when talking about uncertain possibilities in the past. For example:

She might have been sick yesterday. - You're not sure, but it's possible.

Jake is not completely sure, but he thinks the cyberattack may have been intentional and specifically aimed at them.

--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": 31.68,
      "finishTimestamp": 33.7
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.02,
      "dialogue": {
        "text": "It might have been a targeted attack.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.52
    }
  ]
}