Back to Freecodecamp

Task 73

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6757498f826b0634696f224e.md

latest2.2 KB
Original Source
<!-- (Audio) Jake: It might. I hope it won't, but we should prepare for delays. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It BLANK. I hope it BLANK, but we BLANK prepare for delays.

--blanks--

might

--feedback--

This modal verb shows possibility or uncertainty about the future.


won't

--feedback--

This contraction is used to express a negative statement about the future.


should

--feedback--

This modal verb is used to express a recommendation or advice for future actions.

--explanation--

Jake uses might, won't, and should to express his thoughts about possibilities, plans, and actions in the future.

Might shows possibility or uncertainty: Jake thinks there's a chance that delays could happen but isn't certain.

Won't is the contraction for will not: Jake hopes delays will not happen, expressing his desire for a positive outcome.

Should is used to make a recommendation: Jake suggests preparing for delays as a practical step, even though he hopes they won't happen.

This combination shows how Jake is reflecting on the future: acknowledging uncertainty (might), expressing hope (won't), and making a plan to act (should).

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.78,
      "finishTimestamp": 24.26
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.9,
      "dialogue": {
        "text": "It might. I hope it won't,",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.0,
      "finishTime": 4.48,
      "dialogue": {
        "text": "but we should prepare for delays.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}