curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e84a436d691712a7769ea9.md
Listen to the audio and complete the sentence.
You should list the project BLANK BLANK that BLANK BLANK wants to work on it knows what they need.
dependencies
These are the necessary components or resources for the project.
so
This word connects the action of listing dependencies with the reason behind it, which is to inform others.
anyone
It refers to any person who might be interested in or responsible for working on the project.
who
It is used here to introduce a defining clause, specifying the group of people as those wanting to work on 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": 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
}
]
}