Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67532c49e75faf929fd9378d.md

latest1.6 KB
Original Source
<!-- (Audio) Jake: I'll send out a warning to everyone right away. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK send out a warning to everyone right away.

--blanks--

I'll

--feedback--

This is the contraction for I will. The first letter is capitalized.

--explanation--

I'll is the contraction for I will. It is commonly used to express decisions made at the moment of speaking or to indicate future actions. For example:

  • I'll call the manager now. - This shows a decision made at the moment of speaking.

  • I'll help you with your project. - This means offering help immediately after hearing about the need.

The contraction makes the sentence shorter and more natural in spoken English.

--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": 14.72,
      "finishTimestamp": 17.02
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "I'll send out a warning to everyone right away.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}