Back to Freecodecamp

Task 111

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

latest1.8 KB
Original Source
<!-- (audio) Bob: That's a good idea, but wouldn't it complicate the budget? It might be easier to stick with one category. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Anna understands Bob's concern but still prefers flexibility. What would she say?

--answers--

You're wrong. We should split the stipend.

--audio-id--

EN52b72788

--feedback--

This response does not acknowledge Bob's concern before disagreeing.


I see your point, but flexibility might be better.

--audio-id--

ENc02e8b38

--video-solution--

2

--explanation--

I see your point, but is a way to acknowledge someone's concern while giving a different opinion. For example:

  • Person 1: Let's add more features to the app.

  • Person 2: I see your point, but too many features might make it confusing. - This person understands but is worried about making the app harder to use.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.54,
      "finishTimestamp": 31.08
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.54,
      "dialogue": {
        "text": "That's a good idea, but wouldn't it complicate the budget? It might be easier to stick with one category.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}