curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6704f438e6e9120d5a1274c6.md
Listen to the audio and answer the question below.
What does the word bug mean in Lisa's question?
A small insect
In the context of programming, a bug refers to an issue, not an insect.
A piece of hardware
A bug refers to a software issue, not a physical component.
An error or flaw in the code
A new feature in the software
A bug is not a feature; it's an unintended issue that needs to be fixed.
3
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.
{
"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
}
]
}