Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66265dd49cbab56d038d0d2e.md

latest1.5 KB
Original Source
<!-- (Audio) Brian: I get that. Make sure you've included the framework library in our project dependencies. -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

I get that. Make sure you've BLANK the framework library in our project BLANK.

--blanks--

included

--feedback--

It means to have added or incorporated something into a larger group or system.


dependencies

--feedback--

It refers to components or elements that a project or system relies on to function correctly.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.74,
      "finishTimestamp": 17.38
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.02,
      "dialogue": {
        "text": "I get that. Make sure you've included",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.02,
      "finishTime": 5.64,
      "dialogue": {
        "text": "the framework library in our project dependencies.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.14
    }
  ]
}