curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e865a63c108a2f651b58c4.md
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.
Then BLANK how to BLANK the code and any other essential BLANK instructions.
specify
It means to state something clearly and in detail. Brian is asking for clear, detailed instructions on running the code.
run
This word in this context means to start or execute the code. Brian wants instructions on how to execute the code.
setup
This word refers to the process of arranging or preparing something. Here, it relates to the essential preparation instructions for the project.
{
"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
}
]
}