Back to Freecodecamp

Task 34

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662b888ba2c1d713f3a05203.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Hey, Tom. I'm having some trouble with my code. I can't figure out what's wrong. -->

--description--

Figure out means to understand or to find the answer to something. It is often used in situations where someone is trying to solve a problem or understand something complex.

For example, I need to figure out how to install this software means the person needs to understand or find a way to install the software successfully.

--fillInTheBlank--

--sentence--

Hey, Tom. I'm having some trouble with my code. I can't BLANK BLANK what's wrong.

--blanks--

figure

--feedback--

This verb is used in a phrase that means trying to understand or solve something.


out

--feedback--

This word completes the phrase emphasizing the process of solving or discovering the cause of a problem.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.26
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Hey, Tom. I'm having some trouble with my code. I can't figure out what's wrong.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}