Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e84a436d691712a7769ea9.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: You should list the project dependencies so that anyone who wants to work on it knows what they need. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

You should list the project BLANK BLANK that BLANK BLANK wants to work on it knows what they need.

--blanks--

dependencies

--feedback--

These are the necessary components or resources for the project.


so

--feedback--

This word connects the action of listing dependencies with the reason behind it, which is to inform others.


anyone

--feedback--

It refers to any person who might be interested in or responsible for working on the project.


who

--feedback--

It is used here to introduce a defining clause, specifying the group of people as those wanting to work on the project.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.22,
      "finishTimestamp": 26.38
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "You should list the project dependencies so that anyone who wants to work on it knows what they need.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}