Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-how-to-share-feedback/67978c0f71f3424455cb4727.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Great. Overall, I think you're doing a fantastic job. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. Overall, I think you're doing a BLANK job.

--blanks--

Great

--feedback--

This word is used to express approval or enthusiasm about something. Don't forget to capitalize it.


fantastic

--feedback--

This word is used to describe something as excellent or outstanding.

--explanation--

Overall is used to provide a summary or general assessment of something. For example:

Overall, the presentation went well despite the technical issues. - This means that, considering everything, the presentation was successful even though there were some problems.

In this context, Bob is summarizing his positive view of Jessica's work.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 37.1,
      "finishTimestamp": 40.28
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "Great. Overall, I think you're doing a fantastic job.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}