Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e54bc3ddecfc7172a87a7.md

latest1.7 KB
Original Source
<!-- (audio) Maria: Good point, but IntelliJ IDEA has a strong debugging feature, which can save us time during development. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good point, but IntelliJ IDEA has a strong BLANK feature, which can save us time during development.

--blanks--

debugging

--feedback--

This word ended with -ing refers to the process of finding and fixing errors or issues in software.

--explanation--

Debugging is the process of identifying and correcting problems or errors in code to ensure that the software works as expected. For example:

The team spent several hours debugging the app to fix the crash that happened on startup. - It indicates the team worked on finding the error in the app's code and fixing it to prevent it from crashing.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 46.38,
      "finishTimestamp": 51.96
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.58,
      "dialogue": {
        "text": "Good point, but IntelliJ IDEA has a strong debugging feature, which can save us time during development.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}