Back to Freecodecamp

Task 97

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68215bff70951753b22aed41.md

latest1.7 KB
Original Source
<!-- (Audio) Jake: Definitely, I'll make a note of that. Thanks for the feedback, Alice.-->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Definitely, I'll BLANK that. Thanks for the BLANK, Alice.

--blanks--

make a note of

--feedback--

These four words together mean to remember or write something down so you don't forget it.


feedback

--feedback--

This noun refers to helpful comments or suggestions given about how to improve something.

--explanation--

Make a note of means to record or remember something important for later use. For example:

She made a note of the client's suggestion. – This means she wrote it down or kept it in mind to act on it.

Feedback means responses, comments, or advice given to help someone improve. For example:

The team gave feedback on his presentation. – This means they shared ideas to help make it better.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-2.mp3",
      "startTime": 1,
      "startTimestamp": 107.64,
      "finishTimestamp": 110.58
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.34,
      "dialogue": {
        "text": "Definitely. I'll make a note of that. Thanks for the feedback, Alice.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.84
    }
  ]
}