Back to Freecodecamp

Task 132

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

latest1.7 KB
Original Source
<!-- (Audio) Jessica: Let me double-check and get back to you. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let me BLANK and BLANK.

--blanks--

double-check

--feedback--

This means to check something again to be sure or confirm it. This is a compound word. Remember to use -.


get back to you

--feedback--

This four-word phrase means to return with an answer or response after checking or considering something.

--explanation--

Double-check means to verify or confirm something again to make sure it is correct. For example:

I'll double-check the details and let you know. — This means to check the information again.

Get back to you means to respond or provide an answer after further consideration or action. For example:

I'll check with the team and get back to you later. — This means to respond once more information is available.

--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": 65.82,
      "finishTimestamp": 67.56
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "Let me double-check and get back to you.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.24
    }
  ]
}