Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/6617b3d0e2de65050f11351c.md

latest2.4 KB
Original Source
<!-- (Audio) Bob: I'm sorry, but I beg to differ. While Agile may allow us to adapt to changes more efficiently, I still think Waterfall would be a better option. It offers a more structured approach that will suit this project better. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why does Bob prefer the Waterfall methodology for the project?

--answers--

Because it is a newer and more innovative method

--feedback--

Bob's preference is based on Waterfall offering a more structured approach, not its novelty.


Because it allows for more efficient adaptation to changes

--feedback--

Bob acknowledges Agile's efficiency in adaptation but prefers Waterfall for its structure.


Because it offers a more structured approach suited to the project


Because it is less expensive and easier to implement

--feedback--

Cost and ease of implementation are not mentioned. Bob's focus is on the structured nature of Waterfall.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.46,
      "finishTimestamp": 17.38
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "I'm sorry, but I beg to differ.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 2.92,
      "finishTime": 5.78,
      "dialogue": {
        "text": "While Agile may allow us to adapt to changes more efficiently,",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 6.16,
      "finishTime": 8.08,
      "dialogue": {
        "text": "I still think Waterfall would be a better option.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 8.88,
      "finishTime": 11.92,
      "dialogue": {
        "text": "It offers a more structured approach that will suit this project better.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 12.42
    }
  ]
}