Back to Freecodecamp

Task 102

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b486c845b16a50534f7adc.md

latest1.6 KB
Original Source
<!-- (audio) Maria: Thanks for bringing it to our attention. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks for BLANK it BLANK our BLANK.

--blanks--

bringing

--feedback--

This word means to cause something to come or be noticed. It ends with -ing.


to

--feedback--

This word connects the action of bring to the destination.


attention

--feedback--

This refers to the act of focusing on or noticing something.

--explanation--

Bring something to one's attention is a phrase that means to make someone aware of something or to point out an issue or fact. For example:

I appreciate you bringing this issue to my attention. - This means that you are thankful for someone informing you about the issue, so you can address it.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.08,
      "finishTimestamp": 26.32
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.24,
      "dialogue": {
        "text": "Thanks for bringing it to our attention.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.74
    }
  ]
}