Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6704f438e6e9120d5a1274c6.md

latest1.7 KB
Original Source
<!-- (Audio) Lisa: Hey, James. Did you find that bug we were stuck on yesterday? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does the word bug mean in Lisa's question?

--answers--

A small insect

--feedback--

In the context of programming, a bug refers to an issue, not an insect.


A piece of hardware

--feedback--

A bug refers to a software issue, not a physical component.


An error or flaw in the code


A new feature in the software

--feedback--

A bug is not a feature; it's an unintended issue that needs to be fixed.

--video-solution--

3

--explanation--

A bug is an error, flaw, or fault in a computer program that causes it to produce incorrect or unexpected results. For example:

  • I found a bug in the code. - You discovered an error in the code.

  • I am fixing a bug. - You are working on solving a problem in the code.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.04
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "Hey, James. Did you find that bug we were stuck on yesterday?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}