Back to Freecodecamp

Task 106

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

latest2.2 KB
Original Source
<!-- (audio) Anna: How about we split the stipend into two parts? That way, people can use part of it for technology upgrades and part for office furniture or other home office needs. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Bob likes the idea but has a concern. What would he say?

--answers--

That's a good idea, but wouldn't it complicate the budget?

--audio-id--

EN15c14bb1


That's not necessary. Let's just keep the stipend the same.

--audio-id--

EN3856fbf5

--feedback--

This does not acknowledge Anna's idea before raising a concern.

--video-solution--

1

--explanation--

That's a good idea, but is a way to agree with someone while introducing a concern. For example:

  • Person 1: We could hold a meeting to discuss the new project.

  • Person 2: That's a good idea, but maybe we should first gather all the necessary information. - This person acknowledges the suggestion but believes gathering more information is a better first step.

Bob acknowledges Anna's suggestion before raising a concern about the budget.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 16.76,
      "finishTimestamp": 25
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "How about we split the stipend into two parts?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.72,
      "finishTime": 9.24,
      "dialogue": {
        "text": "That way people can use part of it for technology upgrades and part for office furniture or other home office needs.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 9.74
    }
  ]
}