Back to Freecodecamp

Task 129

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c6184eda8a8be150b1a0b4.md

latest1.7 KB
Original Source
<!-- Audio Reference: Tom: I'll have to check again. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll BLANK BLANK BLANK.

--blanks--

have to

--feedback--

These two words together mean that something is necessary or required.


check

--feedback--

This verb means to look at something carefully to find out if it's correct or working properly.


again

--feedback--

This word means to do something one more time.

--explanation--

Have to is used to express that something is necessary or required. It indicates that there is no choice but to do something. For example:

  • You have to save your changes before closing the program. - This means it's necessary to save changes before closing the program.

When Tom says, I'll have to check again, he is stating that it's necessary for him to check the settings one more time, suggesting he's not sure about it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.96,
      "finishTimestamp": 36.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.14,
      "dialogue": {
        "text": "I'll have to check again.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.64
    }
  ]
}