Back to Freecodecamp

Task 110

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

latest2.0 KB
Original Source
<!-- (Audio) Bob: That's a good idea, but wouldn't it complicate the budget? It might be easier to stick with one category. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Bob, what might be easier?

--answers--

Splitting the stipend into two parts.

--feedback--

Bob doesn't suggest dividing the stipend.


Removing the stipend completely.

--feedback--

Bob doesn't suggest removing the stipend.


Letting each person decide how to use the stipend.

--feedback--

Bob is concerned about complexity and suggests sticking to something else.


Sticking with one category.

--video-solution--

4

--explanation--

Stick with means to continue with a choice or decision instead of changing it. For example:

  • I tried a new coding tool, but I'll stick with the one I know. - You will continue using the tool you're familiar with.

  • He wanted to switch to a different project, but he decided to stick with his current one. - He chose to continue working on the same project.

Bob believes that choosing one category instead of splitting the stipend would make things simpler.

--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": 25.54,
      "finishTimestamp": 31.08
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.54,
      "dialogue": {
        "text": "That's a good idea, but wouldn't it complicate the budget? It might be easier to stick with one category.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}