Back to Freecodecamp

Task 139

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

latest1.4 KB
Original Source
<!-- (Audio) Jessica: Thanks for pointing that out. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks for BLANK.

--blanks--

pointing that out

--feedback--

This three-word phrase means to highlight or bring attention to something. The first word ends with -ing.

--explanation--

Pointing that out means to make someone aware of something they might not have noticed. For example:

Thanks for pointing out the error in the report. — This means you're thanking someone for bringing attention to a mistake or important detail.

--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": 77,
      "finishTimestamp": 78
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "Thanks for pointing that out.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}