Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6789588489a99f91221d01af.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: You've caught several issues, which has really helped the team. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did Jessica discover during her QA work, and what was the consequence of it?

--answers--

She discovered several issues, and this really helped the team.


She fixed several issues, which really helped the team.

--feedback--

Bob didn't say that Jessica fixed the issues.


She created several issues, which really helped the team.

--feedback--

Bob isn't praising Jessica for creating issues.


She ignored several issues, which really helped the team.

--feedback--

Bob didn't say that Jessica ignored issues.

--video-solution--

1

--explanation--

To catch an issue means to identify or detect a problem, often before it causes further complications. It is commonly used in contexts like QA, troubleshooting, or debugging. For example:

The developer caught a major issue in the code before the deployment. - Here, the developer detected a serious problem in the code.

In this sentence, Bob is acknowledging Jessica's ability to detect problems during her QA work, which contributed to the team's success.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.82,
      "finishTimestamp": 9.72
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "You've caught several issues, which has really helped the team.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}