Back to Freecodecamp

Task 109

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

latest1.5 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 complete the sentence below.

--fillInTheBlank--

--sentence--

That's a good idea, but wouldn't it BLANK the BLANK? It might be easier to stick with one category.

--blanks--

complicate

--feedback--

This word means to make something more difficult or confusing.


budget

--feedback--

This word refers to a financial plan for managing money.

--explanation--

Bob uses complicate the budget, because he is worried that splitting the stipend could make managing the company's budget harder.

--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
    }
  ]
}