Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f0b45bd4bd9f4640145253.md

latest2.3 KB
Original Source
<!-- (Audio) Lisa: Yes, that's a good start. If it doesn't work, we might need to dig into the code or run some diagnostics. Does that sound okay? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, that's a good start. If it doesn't work, we might need to BLANK the code or run some BLANK. Does that sound okay?

--blanks--

dig into

--feedback--

This two-word phrase means to examine something carefully or in detail, often to find a problem or understand how it works.


diagnostics

--feedback--

This word in the plural form refers to tests or tools used to find out what is wrong with a system or program.

--explanation--

Dig into the code means to look closely at the code to find the cause of a problem. For example:

We'll need to dig into the code to find the bug. – This means carefully reading and checking the code for issues.

Run diagnostics means using tools or commands to test a system and find any problems. For example:

Let's run diagnostics to see what's causing the crash. – This means using some software to check the system for errors.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-2.mp3",
      "startTime": 1,
      "startTimestamp": 59.7,
      "finishTimestamp": 65.78
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.22,
      "dialogue": {
        "text": "Yes, that's a good start.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 2.34,
      "finishTime": 6.26,
      "dialogue": {
        "text": "If it doesn't work, we might need to dig into the code or run some diagnostics.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 6.26,
      "finishTime": 7.08,
      "dialogue": {
        "text": "Does that sound okay?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.58
    }
  ]
}