Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a7597f958183ec522f4033.md

latest2.0 KB
Original Source
<!-- (Audio) Linda: Absolutely. And I can also prepare some user scenarios for testing, so we can ensure a smooth user experience. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Linda feel about the idea being discussed?

--answers--

She is unsure and needs more details.

--feedback--

Linda does not express doubt or ask for more information.


She disagrees and suggests a different approach.

--feedback--

Linda does not disagree or propose an alternative plan.


She completely agrees with it.


She thinks it might work but needs adjustments.

--feedback--

Linda does not mention any changes or modifications.

--video-solution--

3

--explanation--

Listen for key words that indicate Linda's attitude toward the idea.

Absolutely – This word expresses strong agreement and confidence.

I can also – This suggests she is not just agreeing but actively contributing by adding her own idea.

Prepare some user scenarios for testing – This shows she is thinking ahead and helping move the idea forward.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 20.86,
      "finishTimestamp": 26.68
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 6.82,
      "dialogue": {
        "text": "Absolutely. And I can also prepare some user scenarios for testing so we can ensure a smooth user experience.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.32
    }
  ]
}