Back to Freecodecamp

Task 138

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

latest1.9 KB
Original Source
<!-- (Audio) Jessica: Of course. I'll send you an updated project timeline later today so we're clear on what's coming up. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Of course. I'll send you an updated project timeline later today so we're BLANK BLANK.

--blanks--

clear on

--feedback--

This two-word phrase means to have a shared understanding or be sure about something.


what's coming up

--feedback--

This three-word phrase refers to future events or tasks that are expected to happen. The first word is the contraction for what is.

--explanation--

Clear on means having a shared understanding or being certain about something. For example:

We need to be clear on the deadlines before starting the project. — This means everyone needs to understand the deadlines well.

What's coming up refers to the events or tasks that are expected to happen in the future. For example:

Let's talk about what's coming up in the next meeting. — This refers to the things that will happen soon.

--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": 72.3,
      "finishTimestamp": 76.9
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.54,
      "dialogue": {
        "text": "Of course. I'll send you an updated project timeline later today so we're clear on what's coming up.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}