Back to Freecodecamp

Task 85

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

latest1.8 KB
Original Source
<!-- (Audio) David: <!-- (Audio) David: That's a good suggestion, but I'm not sure I'd find much support for implementing it. Thanks for the idea, though. --> -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a BLANK, BLANK I'm not sure I'd find much support for implementing it. Thanks for the idea, though.

--blanks--

good suggestion

--feedback--

These two words together express approval of an idea. The first word describes something positive, and the second refers to a proposal or recommendation.


but

--feedback--

This word introduces a contrasting idea or concern.

--explanation--

David uses That's a good suggestion, but to acknowledge Anna's idea while introducing his concern. This structure helps express agreement while also pointing out a potential challenge.

In this dialogue, David is unsure if his company would support the idea of virtual team-building activities.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 55.28,
      "finishTimestamp": 60.96
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 6.68,
      "dialogue": {
        "text": "That's a good suggestion, but I'm not sure I'd find much support for implementing it. Thanks for the idea, though.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 7.18
    }
  ]
}