Back to Freecodecamp

Task 45

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Well, it's actually a lot of code, but the issue is in a specific function. I have a loop inside it. -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Well, it's actually a lot of code, but the BLANK is in a specific BLANK. I have a BLANK inside it.

--blanks--

issue

--feedback--

It refers to a problem or bug in the code that needs to be addressed.


function

--feedback--

This term describes a set of code that performs a specific task and can be reused throughout the program.


loop

--feedback--

It describes a sequence in code that repeats itself either a set number of times or until a certain condition changes.

--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": 10.5,
      "finishTimestamp": 15.98
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.48,
      "dialogue": {
        "text": "Well, it's actually a lot of code, but the issue is in a specific function. I have a loop inside it.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.98
    }
  ]
}