Back to Freecodecamp

Task 89

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: If we don't fix these, it could impact customer satisfaction. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could James respond to Maria to show that he totally agrees with her?

--answers--

I don't think it's a big deal.

--audio-id--

EN87707719

--feedback--

This response suggests that James does not think what Maria said actually presents a problem.


Absolutely.

--audio-id--

EN4ede47e3

--video-solution--

2

--explanation--

Absolutely is a strong and direct way to express full agreement with someone's statement. It emphasizes that the speaker completely shares the same opinion. For example:

  • Speaker 1: We need to improve communication within the team.

  • Speaker 2: Absolutely. - This means the speaker fully agrees that communication needs improvement.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 22.32,
      "finishTimestamp": 25.3
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.98,
      "dialogue": {
        "text": "If we don't fix these, it could impact customer satisfaction.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}