Back to Freecodecamp

Task 74

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/6728c6fad8d9caa92837c75f.md

latest2.0 KB
Original Source
<!-- (audio) Linda: For the past couple of weeks. I've been trying to cover all scenarios to ensure that the commands work consistently. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What might Linda be doing to achieve her goal?

--answers--

She is only checking if the commands work.

--feedback--

Linda's focus on covering all scenarios suggests a more comprehensive approach than just checking functionality.


She is writing a report about the commands.

--feedback--

While she may document her findings, her statement focuses on testing and ensuring consistent performance.


She is asking others for their opinions.

--feedback--

Although she might seek input, her primary task is to cover scenarios and ensure functionality.


She is testing different situations to see if the commands work well.

--video-solution--

4

--explanation--

Linda's statement indicates she is focused on testing various scenarios, which implies she is experimenting with different conditions to ensure that the commands perform reliably under all situations.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.34,
      "finishTimestamp": 18.02
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 6.68,
      "dialogue": {
        "text": "For the past couple weeks. I've been trying to cover all scenarios to ensure that the commands work consistently.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.18
    }
  ]
}