Back to Freecodecamp

Task 34

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: We might need to stick with what we have for now. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could be a short way for Maria to acknowledge Bob's concern?

--answers--

That's not true.

--feedback--

This disagrees with Bob instead of acknowledging his concern.


Understood.

--video-solution--

2

--explanation--

You could say Understood. to mean that you acknowledge another person's point without adding further argument or discussion. It is a brief way to show you have heard and processed what the other person said. For example:

  • Manager: We need everyone to submit their reports by Friday. - This means the manager is expressing it is necessary that the reports are delivered by the end of the week.

  • Employee: Understood. - This means the employee acknowledges the instruction.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 46.3,
      "finishTimestamp": 48.58
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "We might need to stick with what we have for now.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}