Back to Freecodecamp

Task 123

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

latest2.3 KB
Original Source
<!-- (Audio) Jessica: No, we're still on schedule. Sorry for the miscommunication. If anything changes, I'll let you know right away. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No, we're still BLANK. Sorry for the BLANK. If anything changes, I'll let you know BLANK.

--blanks--

on schedule

--feedback--

This two-word phrase means everything is happening as planned or expected, especially in terms of time.


miscommunication

--feedback--

This word means a failure to communicate clearly, leading to misunderstanding.


right away

--feedback--

This two-word phrase means immediately or without delay.

--explanation--

On schedule means things are progressing according to the planned timeline. For example:

The project is still on schedule for delivery next week. — It means it will be finished on time.

Miscommunication refers to a situation where information was not shared or understood correctly. For example:

There was a miscommunication about the meeting location. — People didn't understand the correct place.

Right away means immediately or as soon as possible. For example:

I'll send the update right away. — You will send it without delay.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 45.46,
      "finishTimestamp": 50.74
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "No, we're still on schedule. Sorry for the miscommunication.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 4.04,
      "finishTime": 6.28,
      "dialogue": {
        "text": "If anything changes, I'll let you know right away.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}