Back to Freecodecamp

Task 7

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

latest2.3 KB
Original Source
<!-- (Audio) Bob: Do you think that's a good idea? Anna: I don't think so, Bob. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna think about using the remote work stipend for office furniture?

--answers--

She strongly agrees with it.

--feedback--

Anna doesn't support the idea.


She doesn't think it's a good idea.


She hasn't decided yet.

--feedback--

Anna's response is clear — she does not agree.


She wants to increase the stipend.

--feedback--

Anna is not talking about increasing the stipend, only whether using it for office furniture is a good idea.

--video-solution--

2

--explanation--

In this dialogue, Anna does not think using the stipend for office furniture is a good idea. She uses I don't think so, Bob to express her disagreement. Here's another example:

  • Person 1: Should we spend the whole budget on furniture?

  • Person 2: I don't think so. - This person directly disagrees.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 8.6,
      "finishTimestamp": 11.8
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "Do you think that's a good idea?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.85
    },
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 2.85
    },
    {
      "character": "Anna",
      "startTime": 3.26,
      "finishTime": 4.2,
      "dialogue": {
        "text": "I don't think so, Bob.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}