Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ef9b10eec5580d2a2f3342.md

latest1.5 KB
Original Source
<!-- (audio) Mark: Thanks, Sophie. I appreciate your feedback. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks, Sophie. I BLANK your BLANK.

--blanks--

appreciate

--feedback--

This verb means to be thankful for something or to recognize its value.


feedback

--feedback--

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

--explanation--

Appreciate means to be thankful for something. For example:

I appreciate your help. - You are grateful for someone's help.

Feedback means comments or suggestions about someone's work. For example:

My manager gave me feedback on my report. - He provided comments to help you improve.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 64.98,
      "finishTimestamp": 66.9
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "Thanks, Sophie. I appreciate your feedback.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}