Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/66175386c145ea8d96b0adf9.md

latest2.2 KB
Original Source
<!-- (Audio) Sophie: I respectfully disagree, Bob. I believe the color scheme needs some changes. -->

--description--

Understanding how to communicate disagreements respectfully is key in maintaining a positive and constructive work environment.

Respectfully is an adverb that means doing something with respect or showing respect towards someone or something.

It comes from the verb respect, which means to admire or show consideration for someone or something.

When you add -ful to respect, you get the adjective respectful, which describes someone who shows respect.

Adding -ly to respectful turns it into respectfully, which describes how an action is done with respect.

Examples:

I respect your opinion. This means you admire or value someone's opinion.

She was respectful during the meeting. This describes her behavior in the meeting as showing respect towards others.

He disagreed, but he did so respectfully. This means he showed disagreement in a way that was polite and showed respect towards others' opinions.

--fillInTheBlank--

--sentence--

I BLANK disagree, Bob. I BLANK the color scheme needs some changes.

--blanks--

respectfully

--feedback--

This adverb is used here to politely express a disagreement, showing consideration for the other person's opinion.


believe

--feedback--

It indicates Sophie's opinion that the color scheme requires changes.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.54,
      "finishTimestamp": 8.8
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "I respectfully disagree, Bob. I believe the color scheme needs some changes.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}