curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68134b8dcfe11d0d1619b03c.md
Listen to the audio and answer the question below.
Why does Alice say proper testing is important?
Because they want to finish the app without any testing.
Alice stresses the need for testing, not skipping it.
Because some parts of the app are more complex.
Because they already tested everything.
Testing is still needed, especially for complex parts.
Because they are hiring new developers.
The comment is about testing the app, not hiring.
2
Alice says proper testing is crucial, especially for the more complex parts of the app, meaning areas that are harder or riskier must be carefully tested to avoid mistakes.
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "Alice",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_20-2.mp3",
"startTime": 1,
"startTimestamp": 65.32,
"finishTimestamp": 69.26
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 4.94,
"dialogue": {
"text": "Proper testing is crucial, especially for the more complex parts of the app.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 5.44
}
]
}