Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f356912ff5fdd56f3c7812.md

latest1.6 KB
Original Source
<!-- (Audio) David: That makes sense. I was worried we'd have to push back the launch date. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That BLANK. I was worried we'd BLANK BLANK the launch date.

--blanks--

makes sense

--feedback--

This two-word phrase means something is clear or understandable. The first word ends with -s.


have to

--feedback--

This two-word phrase means something is necessary or required to be done.


push back

--feedback--

This two-word phrase means to delay or move something to a later time.

--explanation--

Push back means to delay or postpone something. For example:

We had to push back the meeting because of scheduling conflicts. — This means the meeting was delayed to a later time.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 41.94,
      "finishTimestamp": 45.12
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "That makes sense. I was worried we'd have to push back the launch date.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}