Back to Freecodecamp

Task 84

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

latest1.9 KB
Original Source
<!-- (Audio) Anna: How about trying some of those in your company? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

David likes Anna's suggestion, but he has a concern. What would he say?

--answers--

That's interesting, so I will definitely implement it immediately.

--audio-id--

EN9e41d40e

--feedback--

David has a concern, so he wouldn't agree to implement it right away.


That's a good suggestion, but I'm not sure I'd find much support for implementing it.

--audio-id--

EN4e7585c6

--video-solution--

2

--explanation--

That's a good suggestion, but is a way to acknowledge an idea while introducing a concern. This phrase allows for respectful discussion while keeping concerns open for further conversation. For example:

  • Person 1: How about we use this new software to improve productivity?

  • Person 2: That's a good suggestion, but we should check if it's compatible with our current systems. - This person acknowledges the idea but highlights a potential compatibility issue.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 53.36,
      "finishTimestamp": 55.28
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "How about trying some of those in your company?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}