curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655c9bcb5bedb4620acb6f18.md
When you want to make sure something works, you try to do it with special care to confirm the result in the end. For example:
We have to make sure the code is running. - This means you'll be specially careful with the code to confirm it runs well.
Please make sure that you order the correct color. - Here, you are being asked to confirm the color you want before ordering something.
Why are Mark and his team doing more tests?
His team wants to improve the software's design.
The purpose of more testing is not specifically to improve its design.
They are testing more because they enjoy the process.
The main reason for more testing is to ensure functionality.
They are testing more to make sure everything works correctly.
They want to learn new testing methods.
The tests are to confirm the software's functionality.
3
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Mark",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "2.3-3.mp3",
"startTime": 1,
"startTimestamp": 5.98,
"finishTimestamp": 10.16
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 5.18,
"dialogue": {
"text": "It's a nice experience so far, but we're doing more tests to make sure everything works.",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 5.68
}
]
}