Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d590091aaa514717e2505c.md

latest2.0 KB
Original Source
<!-- (audio) Sophie: Well, I'm concerned about the deployment process. It could go smoothly, or we might face some bugs. What do you thing is most likely? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

In software development, bugs refer to insects that can damage computer hardware.

--answers--

True

--feedback--

Bugs refer to errors or issues in a program, not actual insects.


False

--video-solution--

2

--explanation--

A bug is an error, flaw, or problem in software that causes it to work incorrectly. For example:

  • We found some bugs in the new update. - There are problems in the latest software version.

  • The developer is fixing the bugs in the app. - The programmer is solving problems in the application.

Sophie is worried that the deployment process might face some bugs, meaning the software could have unexpected errors when released.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.58,
      "finishTimestamp": 18.98
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Well, I'm concerned about the deployment process.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.8,
      "finishTime": 8.4,
      "dialogue": {
        "text": "It could go smoothly, or we might face some bugs. What do you think is most likely?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.9
    }
  ]
}