Back to Freecodecamp

Task 37

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

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

--description--

Brian gives specific advice to Sophie about the integration of the framework into their project.

--questions--

--text--

What does Brian instruct Sophie to do?

--answers--

To exclude the framework library from the project

--feedback--

Brian's advice is to include it, not exclude it.


To check the project's budget constraints

--feedback--

The instruction is about including the framework in dependencies, not budget concerns.


To ensure the framework library is part of the project dependencies


To update the project's software to the latest version

--feedback--

His advice is specific to project dependencies, not software updates.

--video-solution--

3

--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
    }
  ]
}