Back to Freecodecamp

Task 137

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67cb01049ac20c0e9242f3ac.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: It might help reduce stress and avoid misunderstandings. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob think having more check-ins could avoid?

--answers--

Extra tasks for the team.

--feedback--

Bob does not mention reducing tasks.


A longer project timeline.

--feedback--

Bob does not talk about changing the project's timeline.


The need for additional meetings.

--feedback--

Bob is actually suggesting more check-ins, not fewer.


Confusion about what needs to be done.

--video-solution--

4

--explanation--

A misunderstanding happens when someone does not correctly understand something, leading to confusion or mistakes. For example:

There was a misunderstanding about the meeting time, so half the team arrived late. - This means people got the wrong information about when the meeting was happening.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 48.42,
      "finishTimestamp": 51.44
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "It might help reduce stress and avoid misunderstandings.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}