Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679e2b0d8037a1beee314933.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob's general opinion about Jessica's work?

--answers--

He thinks she is doing a fantastic job.


He thinks she needs a lot of improvement.

--feedback--

Bob actually gives a very positive feedback.


He believes her work is below expectations.

--feedback--

Bob is praising Jessica, not saying that her work is unsatisfactory.


He hasn't formed an opinion yet.

--feedback--

Bob clearly states his opinion.

--video-solution--

1

--explanation--

I think is used to express someone's personal opinion or belief about something. For example:

I think the new design looks much better. - This means the speaker personally believes the design is an improvement.

Overall at the beginning of the sentence signals that Bob is giving a general opinion, considering all aspects of Jessica's work. Another example:

Overall, I think the event was well-organized. - This means the speaker is giving a general evaluation of the event.

--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
    }
  ]
}