Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/6617562f72eb2a9387252430.md

latest2.3 KB
Original Source
<!-- (Audio) Sophie: I respectfully disagree, Bob. I believe the color scheme needs some changes. Bob: Ah, I see what you mean. The color scheme doesn't match our brand's image. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

How does Bob react to Sophie's suggestion about changing the color scheme?

--answers--

He agrees and acknowledges that the color scheme doesn't match the brand's image.


He strongly disagrees and insists on keeping the current color scheme.

--feedback--

Bob's response shows understanding and agreement with Sophie's point, not strong disagreement.


He is indifferent and suggests discussing it later.

--feedback--

Bob's statement doesn't indicate indifference; he actively engages with Sophie's point about the color scheme.


He is confused and asks Sophie to explain further.

--feedback--

Bob's response I see what you mean shows understanding, not confusion.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.54,
      "finishTimestamp": 13.08
    }
  },
  "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.64
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 5.64
    },
    {
      "character": "Bob",
      "startTime": 6.02,
      "finishTime": 9.54,
      "dialogue": {
        "text": "Ah, I see what you mean. The color scheme doesn't match our brand's image.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 10.04
    }
  ]
}