Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67acba69e4ad2d139946ec4f.md

latest2.2 KB
Original Source
<!-- (Audio) Bob: True, but good office furniture can help prevent health issues that result from bad posture and make remote work more enjoyable. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Anna doesn't fully agree with Bob. What should she say?

--answers--

That's true, and there's nothing else to consider.

--audio-id--

EN8bbb904a

--feedback--

Anna wants to introduce another point about technology, so she wouldn't say there's nothing else to consider.


I agree that comfort is important, but we shouldn't neglect technology.

--audio-id--

ENdf53675c

--video-solution--

2

--explanation--

I agree, but… is a polite way to show partial agreement while adding a different perspective. This phrase is useful in discussions where you want to recognize the other person's argument while bringing up another important factor. For example:

  • Person 1: Working remotely is more flexible.

  • Person 2: I agree, but it can also make team communication harder. - This person agrees about the flexibility of remote work but mentions a potential downside.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.3,
      "finishTimestamp": 47.34
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "True, but good office furniture can prevent health issues",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.22,
      "finishTime": 8.04,
      "dialogue": {
        "text": "that result from bad posture and make remote work more enjoyable.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.54
    }
  ]
}