curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e93b241e3f2216db6801e8.md
Appreciate means to be thankful for something. For example, I appreciate your assistance with the project.
Adding means to put something new or extra to something else. Like in coding, adding new features to the software.
I BLANK your help. I'll start BLANK comments to the code.
appreciate
This word is used to express gratitude or thankfulness. Sophie is thanking Brian for his help.
adding
It means to put something new into something else. Sophie is planning to put new comments into the code.
{
"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": 34.46,
"finishTimestamp": 37.3
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.84,
"dialogue": {
"text": "I appreciate your help. I'll start adding comments to the code.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 4.34
}
]
}