Back to Freecodecamp

Task 128

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

latest2.1 KB
Original Source
<!-- (Audio) Anna: That could work. If we create a list of essential items, like a laptop, webcam, and headset, then anything extra could be allocated as they wish. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Bob acknowledges Anna's suggestion. What would he say?

--answers--

We should remove the stipend instead.

--audio-id--

EN8d9a3923

--feedback--

Anna is not suggesting removing the stipend, only setting basic guidelines.


That's a reasonable suggestion.

--audio-id--

ENd084bc96

--video-solution--

2

--explanation--

That's a reasonable suggestion is used to agree with an idea in a logical and polite way. For example:

  • Person 1: What if we improve the user interface for better navigation?

  • Person 2: That's a reasonable suggestion. It will make the app easier to use. - This person thinks improving the user interface is a good idea for usability.

Bob's response shows that he acknowledges Anna's idea and finds it a fair solution.

--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": 51.64,
      "finishTimestamp": 59.36
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 6.24,
      "dialogue": {
        "text": "That could work. If we create a list of essential items like a laptop, webcam, and headset,",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 6.24,
      "finishTime": 8.72,
      "dialogue": {
        "text": "then anything extra could be allocated as they wish.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 9.22
    }
  ]
}