Back to Freecodecamp

Task 58

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: I have a few questions about what might happen if we run into issues. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I have a few questions about what BLANK BLANK if we run into issues.

--blanks--

might

--feedback--

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


happen

--feedback--

This verb describes an event or occurrence.

--explanation--

Might happen is used to talk about things that are possible but not certain. For example:

There's a chance that a data breach might happen if we don't follow security rules. - A data breach could occur if they don't follow the correct security guidelines.

Remember, modal verbs are always followed by the base form of the verb (without to).

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.64,
      "finishTimestamp": 7.66
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "I have a few questions about what might happen if we run into issues.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}