Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f43aa270f998a70375bb23.md

latest1.3 KB
Original Source
<!-- (Audio) Sarah: We should be able to figure out what's going wrong. -->

--description--

To figure out something means to understand or find a solution to a problem, often after some thought or investigation.

For example, I need to figure out how to fix this bug means the speaker is planning to think about or investigate how to solve this bug.

--fillInTheBlank--

--sentence--

We should be able to BLANK out what's going wrong.

--blanks--

figure

--feedback--

It refers to understanding or solving the issue with the code.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.02,
      "finishTimestamp": 26.96
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "We should be able to figure out what's going wrong.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.34
    }
  ]
}