Back to Freecodecamp

Task 70

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675743f6f7016d1074a9bca1.md

latest1.4 KB
Original Source
<!-- (Audio) Jake: It might. I hope it won't. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It might. I hope it BLANK.

--blanks--

won't

--feedback--

This is the contraction for will not.

--explanation--

Won't is the contraction for will not, which is used to make negative sentences about the future. For example:

  • They won't finish the project on time if they don't start now. - This predicts a negative outcome if action isn't taken.

  • He won't attend the meeting because he is sick. - This shows a future action that will not happen.

--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": 22.58
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "It might. I hope it won't,",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}