Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675c8db0264a83364dc521ac.md

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Yes, I'll contact them now. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, BLANK contact them BLANK.

--blanks--

I'll

--feedback--

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


now

--feedback--

This word indicates that Sarah is planning to act immediately.

--explanation--

I'll is the contraction for I will. In this context, it expresses a decision made at the moment of speaking. This is common when someone reacts to a situation or agrees to do something promptly.

Now is used to indicate something happening at the present moment. For example:

I'll send the report now. - This shows a decision to act right away.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 39.9,
      "finishTimestamp": 41.4
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "Yes, I'll contact them now.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.0
    }
  ]
}