Back to Freecodecamp

Task 37

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

latest1.9 KB
Original Source
<!-- (Audio) Anna: That makes sense. Let's see how we can adjust the stipend to cover both technology and office furniture. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Bob wants to agree with Anna and conclude the discussion. What should he say?

--answers--

Good plan. Thanks for discussing this with me, Anna.

--audio-id--

EN1d8f01b5


I still don't understand what you mean.

--audio-id--

ENc31099d0

--feedback--

Bob already discussed the topic, so this response does not match the situation.

--video-solution--

1

--explanation--

Good plan. Thanks for discussing this with me. is a polite way to agree and conclude a discussion. It acknowledges the decision and expresses appreciation for the conversation. For example:

  • Person 1: We should automate the backup process to prevent data loss.

  • Person 2: Good plan. Thanks for discussing this with me. - This person agrees that automating backups is a smart idea and appreciates the conversation.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 58.44,
      "finishTimestamp": 63.52
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 6.08,
      "dialogue": {
        "text": "That makes sense. Let's see how we can adjust the stipend to cover both technology and office furniture.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}