Back to Freecodecamp

Task 82

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

latest1.6 KB
Original Source
<!-- (audio) James: It might delay the release, but it's better than having a broken product. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It BLANK BLANK the release, but it's better than having a broken product.

--blanks--

might

--feedback--

This modal verb expresses possibility — something that could happen but is not certain.


delay

--feedback--

This verb means to postpone or make something happen later than planned.

--explanation--

James uses might delay to explain that fixing critical bugs could cause a delay, but it is better than releasing a broken product. Another example:

We might delay the update. - Postpone the update to a later time.

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

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 37.42,
      "finishTimestamp": 41.42
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.47,
      "dialogue": {
        "text": "It might delay the release, but it's better than having a broken product.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.97
    }
  ]
}