Back to Freecodecamp

Task 19

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: Then specify how to run the code and any other essential setup instructions. -->

--description--

In this task, you'll learn the difference between specific and specify. Specific is an adjective that describes something clearly defined or detailed, while specify is a verb meaning to state something in detail.

For example, a specific instruction might be use port 8080, while to specify can mean to state that detail: specify the port number.

Setup refers to the arrangement or preparation of something, often used in the context of preparing software or equipment, like setup instructions for the software.

--fillInTheBlank--

--sentence--

Then BLANK how to BLANK the code and any other essential BLANK instructions.

--blanks--

specify

--feedback--

It means to state something clearly and in detail. Brian is asking for clear, detailed instructions on running the code.


run

--feedback--

This word in this context means to start or execute the code. Brian wants instructions on how to execute the code.


setup

--feedback--

This word refers to the process of arranging or preparing something. Here, it relates to the essential preparation instructions for 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": 26.38,
      "finishTimestamp": 30.96
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.58,
      "dialogue": {
        "text": "Then specify how to run the code and any other essential setup instructions.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}