Back to Freecodecamp

Task 86

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

latest2.1 KB
Original Source
<!-- (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 answer the question below.

--questions--

--text--

What does David think about trying virtual team-building activities?

--answers--

He thinks it's a bad idea and refuses to consider it.

--feedback--

David acknowledges that it is a good suggestion, so he does not reject it completely.


He plans to implement it immediately without hesitation.

--feedback--

David doesn't say he would implement it immediately.


He believes virtual team-building activities don't work at all.

--feedback--

David does not say the activities are ineffective.


He likes the idea but is unsure if his company would support it.

--video-solution--

4

--explanation--

To find the correct answer, focus on how David responds to the idea.

Look at That's a good suggestion, but... – This shows he acknowledges the idea positively before expressing doubt.

Then, consider I'm not sure I'd find much support for implementing it. – This suggests that his hesitation comes from uncertainty about company approval, not from rejecting the idea itself.

--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
    }
  ]
}