Back to Freecodecamp

Task 87

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

latest2.0 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--

How does David feel about Anna's idea?

--answers--

He completely disagrees and rejects the idea.

--feedback--

David acknowledges that it's a good suggestion, so he doesn't fully reject it.


He appreciates the idea but is unsure if others will support it.


He is excited and will implement it immediately.

--feedback--

David isn't ready to implement it immediately.


He thinks Anna's idea is unnecessary and unhelpful.

--feedback--

David thanks Anna for the idea, showing that he finds it valuable, even if he has concerns.

--video-solution--

2

--explanation--

David expresses appreciation for Anna's idea by saying That's a good suggestion and Thanks for the idea, though.

However, he also shares his concern about whether he would get support for implementing it. This response shows that he is open to the idea but unsure about how possible it is in his company.

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