Back to Freecodecamp

Task 23

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

latest2.5 KB
Original Source
<!-- (Audio) Sarah: We need to decide on the approach for the next phase of the project. I believe an Agile methodology is the way to go. -->

--description--

An agile methodology is a way of managing a project by breaking it into several phases. Instead of planning everything at the beginning and following a strict schedule, the team works on small parts of the project for a short time, reviews the work, and then decides what to do next based on what they learned. This approach allows the team to adapt to changes quickly, make improvements along the way, and work closely with stakeholders for continuous improvement at every stage.

For example, Using agile methodology, we can adjust the project quickly based on feedback.

The phrase way to go means a good or correct choice or decision. For instance, Choosing to focus on customer service was the way to go means it was a good decision.

--fillInTheBlank--

--sentence--

We need to decide on the BLANK for the next phase of the project. I believe an BLANK methodology is the BLANK to go.

--blanks--

approach

--feedback--

It refers to the method or strategy to be used for the next phase of the project.


Agile

--feedback--

It describes the type of methodology managing a project by breaking it up into small parts; Sarah believes it would be effective for the project.


way

--feedback--

It indicates Sarah's opinion that agile methodology is a good choice for the project.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.22
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "We need to decide on the approach for the next phase of the project.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.68,
      "finishTime": 7.22,
      "dialogue": {
        "text": "I believe an Agile methodology is the way to go.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.72
    }
  ]
}