Back to Freecodecamp

Task 33

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: I see what you mean. I strongly feel that Agile aligns with our team's strengths, though. I think we'll have a greater chance of success with it. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Which words does Sarah use to strongly defend her opinion about Agile?

--answers--

feel, aligns, success

--feedback--

While these words are part of her argument, they are less impactful than the more assertive language she uses.


strongly, aligns, greater


see, think, chance

--feedback--

These words are less forceful in her defense of Agile compared to the more assertive terms she uses.


mean, though, have

--feedback--

These words are part of her statement but are not the key terms that emphasize her strong support for Agile.

--video-solution--

2

--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": 18.28,
      "finishTimestamp": 25.48
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.4,
      "dialogue": {
        "text": "I see what you mean. I strongly feel that Agile aligns with our team's strengths, though.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.78,
      "finishTime": 8.2,
      "dialogue": {
        "text": "I think we'll have a greater chance of success with it.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.7
    }
  ]
}