Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a75c6d5ea4deeee6ffb507.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--

What does Linda offer to do?

--answers--

Prepare user scenarios for testing.


Skip the testing phase.

--feedback--

Linda does not suggest skipping testing; she is actively contributing to it.


Ask someone else to handle user testing.

--feedback--

Linda does not delegate the task to someone else.


Redesign the user interface from scratch.

--feedback--

Linda does not talk about redesigning the interface.

--video-solution--

1

--explanation--

Listen for key words that indicate what Linda is offering to do.

I can also – This shows she is volunteering to contribute.

Prepare some user scenarios for testing – This clearly states the task she is taking responsibility for.

Ensure a smooth user experience – This explains why testing is important and reinforces her commitment to the project.

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