Back to Freecodecamp

Task 101

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

latest1.9 KB
Original Source
<!-- (audio) Maria: We are aware of the lag, and we're already addressing it in our next update. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We are BLANK the lag, and we're already BLANK it in our next update.

--blanks--

aware of

--feedback--

These two words together mean having knowledge or understanding of something. The first word is an adjective that describes being conscious of a fact, and the second word is a preposition that connects it to the thing being recognized.


addressing

--feedback--

This means to deal with or focus on a particular issue or problem. It ends with -ing.

--explanation--

Aware of is a phrase that means knowing about or having knowledge of something. For example:

I am aware of the project's deadline. - This means you know about the deadline or are conscious of it.

Address means dealing with or working on something. For example:

We are addressing the bug in the software. - This means you're currently working to fix or resolve the issue.

--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": 21.8,
      "finishTimestamp": 24.92
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "We are aware of the lag and we're already addressing it in our next update.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.62
    }
  ]
}