Back to Freecodecamp

Task 19

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

latest2.4 KB
Original Source
<!-- (Audio) Bob: I understand, but isn't office furniture also a priority? I mean, a lot of people are working from home with makeshift setups. A comfortable desk and a chair can make a big difference. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

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

--answers--

That's true, and I have no other opinion.

--audio-id--

EN0e6ab0c5

--feedback--

Anna has a different view, so she wouldn't say she has no opinion.


Not necessarily.

--audio-id--

EN6b59dd74

--video-solution--

2

--explanation--

Not necessarily is a polite way to express partial disagreement. Instead of directly saying no, it suggests that there might be other factors to consider. In conversations, this phrase helps keep discussions open and respectful. For example:

  • Person 1: I think upgrading the computer's processor will fix the issue.

  • Person 2: Not necessarily. The problem could be with the software, not the hardware. - This person is suggesting that upgrading the processor might not solve the problem because it could be caused by something else, like outdated software.

--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": 18.9,
      "finishTimestamp": 30.5
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "I understand, but isn't office furniture also a priority?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.3,
      "finishTime": 8.36,
      "dialogue": {
        "text": "I mean, a lot of people are working from home with makeshift setups.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 8.96,
      "finishTime": 12.6,
      "dialogue": {
        "text": "A comfortable desk and a chair can make a big difference.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 13.1
    }
  ]
}