Back to Freecodecamp

Task 72

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6757488ee5dfb72d866a36df.md

latest1.6 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 might. I hope it won't, but we should prepare for BLANK.

--blanks--

delays

--feedback--

This word means something happening later than expected. Remember, it is plural in this sentence.

--explanation--

Delays are situations where something happens later than planned or expected. For example:

The software release faced delays due to testing issues. - This means the release happened later than planned because of testing problems.

--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
    }
  ]
}