Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-express-agreement/678036b3f7eb4651f6c273c2.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Does that sound reasonable? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Does that sound BLANK?

--blanks--

reasonable

--feedback--

This word means fair, practical, or logical in a given situation.

--explanation--

Reasonable means fair, practical, or logical based on the context. It is used to ask if something makes sense or is acceptable. For example:

  • The timeline for completing the project seems reasonable. - This means the timeline is fair and achievable.

  • It's reasonable to expect a response within 24 hours. - This means it is practical and fair to expect a reply within that time.

Using reasonable in conversation shows a polite and professional way to confirm agreement or check if a suggestion is acceptable.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 8.4,
      "finishTimestamp": 9.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.26,
      "dialogue": {
        "text": "Does that sound reasonable?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.76
    }
  ]
}