Back to Freecodecamp

Task 76

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

latest1.6 KB
Original Source
<!-- (audio) Jake: It might be. Sometimes unauthorized access happens due to weak passwords or shared credentials. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It BLANK be. Sometimes unauthorized access happens due to weak passwords or shared credentials.

--blanks--

might

--feedback--

This modal verb expresses possibility, meaning something could be true but is not certain.

--explanation--

When answering a question that starts with could, you can use:

  • It might be. - There is a chance.

  • It could be. - It is possible.

  • It must be. - You are sure it is true.

Jake's answer, It might be, means he thinks there is a possibility that something else caused the breach.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 37.42,
      "finishTimestamp": 43
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.58,
      "dialogue": {
        "text": "It might be. Sometimes unauthorized access happens due to weak passwords or shared credentials.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}