curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e93446e44ce704166696fa.md
Listen to the audio and answer the question.
What does Sophie want to know?
How to delete comments from the code
Sophie's question is about what to comment on, not about deleting comments.
How to write code more efficiently
While efficiency is important, Sophie is specifically asking about commenting on code, not about writing code more efficiently.
Which programming language to use for comments
Sophie's question isn't about choosing a programming language, but rather about the content of the comments in the code.
What topics or aspects she should comment on in the code
4
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "7.1-2.mp3",
"startTime": 1,
"startTimestamp": 17.36,
"finishTimestamp": 20.94
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 4.58,
"dialogue": {
"text": "And what should I comment on? Are there any specific things I should focus on?",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 5.08
}
]
}