Back to Freecodecamp

Task 108

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

latest1.7 KB
Original Source
<!-- (Audio) Jessica: We're fixing them, but I get why the report might have been unclear. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We're BLANK them, but BLANK why the report BLANK unclear.

--blanks--

fixing

--feedback--

This verb means repairing or solving a problem. It ends with -ing.


I get

--feedback--

This two-word phrase means "I understand".


might have been

--feedback--

This three-word phrase is used to talk about a possibility in the past. It shows that something was possibly true earlier.

--explanation--

I get is informal and means I understand. For example:

I get what you're saying. — This means that you understand the other person's point.

Might have been shows a possibility in the past. For example:

The email might have been lost. — This means it's possible the email was lost earlier.

--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": 21.76,
      "finishTimestamp": 24.96
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "We're fixing them, but I get why the report might have been unclear.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}