curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ef924aa083d80769e35c20.md
Listen to the audio and answer the question below.
What is Mark concluding?
He should run tests every time, as a routine.
He should only run tests when Sophie tells him to.
Mark shouldn't test his code only when someone reminds him.
He should write fewer tests.
Mark is saying he should test more often, not less.
He should stop testing his code.
Mark realizes that testing is important.
1
Make it a habit means to do something regularly until it becomes automatic. For example:
Try to make it a habit to write clean code. - You should regularly write easy-to-read code.
She made it a habit to learn one new programming tip every week. - She learns regularly as part of her routine.
Mark wants to test his code every time so that he won't forget to do it in the future.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Mark",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_17-1.mp3",
"startTime": 1,
"startTimestamp": 54.62,
"finishTimestamp": 57.64
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 4.02,
"dialogue": {
"text": "I guess I should make it a habit to run the tests every time.",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 4.52
}
]
}