Back to Freecodecamp

Task 36

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

latest2.0 KB
Original Source
<!-- (Audio) Bob: Well, I think everyone is more used to Agile, right? OK, I give in. We can proceed with the Agile approach. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What influenced Bob to agree with Sarah's suggestion about using Agile?

--answers--

He realized Agile is more cost-effective than other methods.

--feedback--

Bob's agreement is based on the team's familiarity with Agile, not cost-effectiveness.


He agreed because the team is more familiar and comfortable with Agile.


He was convinced by Sarah's argument that Agile is more innovative.

--feedback--

Bob's statement doesn't mention innovation as the reason for his agreement; it's about the team's comfort with Agile.


Sarah's strong belief in Agile's effectiveness convinced him.

--feedback--

While Sarah's belief may have been a factor, Bob specifically mentions the team's familiarity with Agile as his reason.

--video-solution--

2

--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": 26,
      "finishTimestamp": 32.16
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "Well, I think everyone is more used to Agile, right?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.76,
      "finishTime": 7.16,
      "dialogue": {
        "text": "Okay, I give in. We can proceed with the Agile approach.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.66
    }
  ]
}