curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/66001cac957f0740252c2611.md
Listen to the audio and answer the question.
According to Sarah, why are examples important?
They show how to set options correctly and the effect they have on the code.
They provide a history of how the code was developed.
Sarah emphasizes practical application, showing how to use parameters and their effects, rather than discussing the historical development of the code.
They list all possible errors in the code.
Sarah highlights examples for understanding correct usage and effects, not specifically for listing potential errors.
They offer alternative ways to write the same code.
The focus is on demonstrating correct use and understanding effects of parameters, not on presenting multiple coding approaches.
1
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "7.2-3.mp3",
"startTime": 1,
"startTimestamp": 16.98,
"finishTimestamp": 26.04
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 5.66,
"dialogue": {
"text": "Next, you should look for any examples that demonstrate how to use these parameters in practice.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 6.24,
"finishTime": 10.06,
"dialogue": {
"text": "Examples can show you how to set options correctly and what effect they have on the code.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 10.56
}
]
}