Back to Freecodecamp

Task 105

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

latest2.0 KB
Original Source
<!-- (Audio) Jessica: I'm sorry for the confusion. We've completed the main testing, but we've found some minor bugs in the user interface. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm BLANK the BLANK. We've completed the main testing, but we've found some minor bugs in the user interface.

--blanks--

sorry for

--feedback--

This two-word phrase is used to apologize for something that caused trouble or misunderstanding.


confusion

--feedback--

This word means a lack of understanding or clarity in a situation.

--explanation--

Sorry for is a common phrase used to apologize. For example:

I'm sorry for being late. — This means you regret arriving late.

Confusion means misunderstanding or not being clear about something. For example:

There was confusion about the meeting time. — This means people didn't clearly understand when the meeting was.

--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": 15.9,
      "finishTimestamp": 21.54
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "I'm sorry for the confusion.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 2.5,
      "finishTime": 6.64,
      "dialogue": {
        "text": "We've completed the main testing, but we found some minor bugs in the user interface.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.14
    }
  ]
}