curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/6606977e8f0b509bdac39012.md
Listen to the audio and answer the question.
What does Brian recommend doing next after checking the class's name and properties?
Start writing new functions immediately
Brian suggests reading existing methods and functions first, not writing new ones immediately.
Read the methods and functions associated with the class
Change the methods of the class
Brian advises reading and understanding the methods, not changing them at this stage.
Ignore the class's methods and functions
Ignoring the methods and functions goes against Brian's advice. He emphasizes the importance of reading them.
2
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "7.3-3.mp3",
"startTime": 1,
"startTimestamp": 16.2,
"finishTimestamp": 24.46
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 4.58,
"dialogue": {
"text": "After that, you should read the methods and functions associated with the class.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 4.96,
"finishTime": 9.26,
"dialogue": {
"text": "These can explain how to interact with the class and what you can achieve using it.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 9.76
}
]
}