Back to Freecodecamp

Task 40

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: Good plan. Thanks for discussing this with me, Anna. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option is the best response to acknowledge Bob's gratitude and move forward?

--answers--

No problem, Bob. Let's work on the details.

--audio-id--

EN2e4898dc


I don't want to discuss this anymore.

--audio-id--

EN4a926b56

--feedback--

This response does not match the polite and constructive tone of the conversation.

--video-solution--

1

--explanation--

No problem. Let's work on the details acknowledges the gratitude and keeps the conversation moving forward. For example:

  • Person 1: Thanks for reviewing the UI changes.

  • Person 2: No problem. Let's work on the details to improve it further. - This person is okay with helping and suggests focusing on improvements.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 63.74,
      "finishTimestamp": 66.64
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Good plan. Thanks for discussing this with me, Anna.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}