Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625d612ad11c279939fb91c.md

latest2.0 KB
Original Source
<!-- (Audio) Sarah: We can troubleshoot together. By the way, have you ever tried looking at the official documentation for this library? -->

--description--

To troubleshoot means to identify and solve problems or issues, especially with equipment or systems. For example, troubleshooting a computer problem means figuring out what's wrong and how to fix it.

--fillInTheBlank--

--sentence--

We can BLANK together. By the way, BLANK you ever tried looking at the official BLANK for this BLANK?

--blanks--

troubleshoot

--feedback--

This word refers to the process of solving problems or fixing issues.


have

--feedback--

This word is used as part of a question about past experiences.


documentation

--feedback--

This word refers to written material that provides detailed information about a topic.


library

--feedback--

In programming, this word refers to a collection of code used for common tasks.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 31.9,
      "finishTimestamp": 37.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "We can troubleshoot together. By the way, have you ever tried",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.36,
      "finishTime": 6.46,
      "dialogue": {
        "text": "looking at the official documentation for this library?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.96
    }
  ]
}