curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e93353894747864641dc5c.md
The preposition on is often used to indicate the subject or topic of something, like what to comment on in a project. For example, The report focused on the project's progress.
Any is used to ask if there are one or more items, without specifying which ones. Like asking if there are any questions.
And what should I comment BLANK? Are there BLANK specific things I should focus BLANK?
on
It indicates the topic or subject of the comment, like what aspect of the code to discuss.
any
This word is used to ask about the existence of unspecified items or points to consider.
on
This word is used similarly to the first, indicating the subject or area of focus.
{
"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
}
]
}