Back to Freecodecamp

Task 128

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e761058c1e469fb387f68.md

latest1.6 KB
Original Source
<!-- (audio) Sarah: On Wednesdays, we have a team meeting at 3. Next, I write test reports and document any bugs I found during the day. -->

--description--

In software testing, bugs refer to errors or problems in the software that need to be identified and fixed. Understanding this term is crucial for comprehending the role of a QA tester.

--questions--

--text--

What are bugs in software?

--answers--

Features that users like.

--feedback--

Bugs are not features, but issues.


The software's security measures.

--feedback--

Bugs relate to errors, not security measures directly.


Parts of the software that are new.

--feedback--

Bugs are not new parts, but problems.


Errors or problems that need to be fixed.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 57.24,
      "finishTimestamp": 63.44
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 7.20,
      "dialogue": {
        "text": "On Wednesdays, we have a team meeting at 3. Next, I write test reports and document any bugs I found during the day.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.70
    }
  ]
}