curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e8687c037bd7373bac6bb8.md
Make sure means to verify or confirm that something is done correctly or that a condition is met. It involves taking the necessary steps to ensure accuracy or completion. For example, Please make sure you turn off the lights before you leave.
Follow instructions means to adhere to the directions or guidelines provided for completing a task. It involves doing each step in the specified order and manner. An example is follow the instructions on the box to assemble the table.
Thanks. I'll BLANK sure to BLANK your BLANK.
make
It is used to express Sophie's intention to ensure something is done.
follow
It means Sophie plans to adhere to or go along with the instructions given.
instructions
It refers to the directions or guidance that Brian has provided.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "7.1-1.mp3",
"startTime": 1,
"startTimestamp": 35.72,
"finishTimestamp": 37.78
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.06,
"dialogue": {
"text": "Thanks, I'll make sure to follow your instructions.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 3.56
}
]
}