Back to Freecodecamp

Task 129

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: That's a reasonable suggestion. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a BLANK BLANK.

--blanks--

reasonable

--feedback--

This word means fair, logical, or practical.


suggestion

--feedback--

This word refers to an idea or proposal that someone presents for consideration.

--explanation--

Bob uses reasonable suggestion to express agreement with Anna's idea in a logical and polite way.

By saying this, Bob acknowledges that Anna's plan is a good and balanced approach.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 59.76,
      "finishTimestamp": 61.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.42,
      "dialogue": {
        "text": "That's a reasonable suggestion.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.92
    }
  ]
}