Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/67289c4908f407948ef08a55.md

latest1.9 KB
Original Source
<!-- (audio) Linda: We've had some positive feedback, but there are still a few bugs to fix. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Linda mean by saying there are still a few bugs to fix?

--answers--

The project is finished and requires no further changes.

--feedback--

Linda's statement suggests that there are still issues that need to be addressed.


The feedback they received was completely negative.

--feedback--

Linda mentions positive feedback, which indicates that some aspects were well-received.


They have resolved all the issues mentioned in the feedback.

--feedback--

Linda indicates that there are still bugs to fix, meaning some issues remain unresolved.


There are still some errors in the software that need to be addressed.

--video-solution--

4

--explanation--

Linda's statement highlights that although they have received good responses from users (positive feedback), there are still some technical issues (bugs) that need attention before the project can be considered complete.

--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": 6.42,
      "finishTimestamp": 9.78
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "We've had some positive feedback, but there are still a few bugs to fix.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}