Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6797e2d73003b2c582a176d6.md

latest1.6 KB
Original Source
<!-- (Audio) Jessica: I appreciate your feedback. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK your BLANK.

--blanks--

appreciate

--feedback--

This word means to value or feel grateful for something.


feedback

--feedback--

This word refers to comments or suggestions about someone's work or performance.

--explanation--

To appreciate means to value or be thankful for something. For example:

I really appreciate your help with the project. - This means the person is grateful for the assistance.

Feedback refers to comments, opinions, or suggestions about someone's work or performance to help them improve. For example:

The teacher provided feedback on the students' essays. - This means the teacher gave comments to help the students improve their writing.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 47.04,
      "finishTimestamp": 48.4
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "I appreciate your feedback.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 2.86
    }
  ]
}