Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/674619b6699a06d064c9717f.md

latest1.9 KB
Original Source
<!-- (Audio) Lisa: Did anything else come up while you were debugging? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Did anything else BLANK up while you were BLANK?

--blanks--

come

--feedback--

Followed by up in this phrase, it means to arise or appear unexpectedly.


debugging

--feedback--

This word refers to identifying and fixing errors or issues in code. Use the -ing form.

--explanation--

Come up means to arise, appear, or occur unexpectedly. For example:

Something important came up during the meeting, and we had to address it immediately. - Meaning something occurred during the meeting that needed immediate attention.

Debugging refers to the process of identifying and resolving errors or issues in code. For example:

The team spent hours debugging the software before the release. - Meaning they spent a long time identifying and solving these errors.

Lisa's question asks if any other unexpected issues could be seen during the process of fixing code errors.

--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": 44.92,
      "finishTimestamp": 47.02
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "Did anything else come up while you were debugging?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.6
    }
  ]
}