Back to Freecodecamp

Task 26

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

latest2.4 KB
Original Source
<!-- (Audio) Bob: While Agile may allow us to adapt to changes more efficiently, I still think Waterfall would be a better option. -->

--description--

When while is used at the beginning of a sentence, it introduces a contrasting idea or point of view. For example, While I enjoy playing sports, I still spend most of my free time reading. It shows a difference between enjoying sports and how time is actually spent.

The word still is used to emphasize that the speaker maintains their opinion. Like in While the weather is cold, I still prefer to walk to work., it shows that even being cold, the speaker chooses to walk.

--questions--

--text--

What contrasting ideas are presented by Bob?

--answers--

Agile is efficient in adapting to changes, but Bob believes Waterfall is a better option.


Agile and Waterfall are both equally effective, and there's no clear preference.

--feedback--

The sentence shows a clear preference for Waterfall despite acknowledging Agile's efficiency.


Bob dislikes both Agile and Waterfall methodologies.

--feedback--

The sentence does not suggest a dislike for both; it contrasts Agile's efficiency with a preference for Waterfall.


Waterfall cannot adapt to changes efficiently, unlike Agile.

--feedback--

The contrast is not about Waterfall's inability but about a preference for it despite Agile's efficiency.

--video-solution--

1

--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": 8.18,
      "finishTimestamp": 13.54
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "While Agile may allow us to adapt to changes more efficiently,",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.44,
      "finishTime": 6.36,
      "dialogue": {
        "text": "I still think Waterfall would be a better option.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.86
    }
  ]
}