Back to Freecodecamp

Task 24

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

latest2.0 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--

Listen to the audio and answer the question.

--questions--

--text--

What is Sarah proposing for the next phase of the project?

--answers--

She is proposing to use an agile methodology for the project's next phase.


She suggests continuing with the current methodology without any changes.

--feedback--

Sarah's statement clearly indicates a proposal for a change to agile methodology.


She recommends postponing the next phase of the project.

--feedback--

Postponing the next phase isn't mentioned. Sarah's focus is on adopting a specific approach, not delaying the project.


She wants to abandon the project and start a new one.

--feedback--

Sarah's statement is about choosing an approach for the ongoing project, not starting a new one.

--video-solution--

1

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