curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e5ca3d8fd484268f4336d4.md
Listen to the audio and answer the question.
What does Brian suggest Sophie should do first for the project?
Start coding immediately
Brian's suggestion focuses on documentation first, rather than starting with coding.
Create a clear README file in the project's root directory
Organize a team meeting
While meetings can be helpful, Brian specifically advises starting with the creation of a README file.
Research similar projects
Brian's advice is about documentation, not researching other projects at this stage.
2
{
"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": 7.5,
"finishTimestamp": 12.96
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 6.46,
"dialogue": {
"text": "Of course. The first thing you should do is create a clear README file that's in the project's root directory.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 6.96
}
]
}