curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/66001b1aa59adc3ea4b024b4.md
Listen to the audio and answer the question.
How can the documentation help according to Sarah?
By offering a step-by-step guide to write the code
While helpful, Sarah specifically mentions that the documentation provides details on parameters and their usage, not a step-by-step coding guide.
By providing background information about the project
Sarah's focus is on explaining parameters and their usage, not on giving background information about the project.
By giving examples of completed projects
Sarah doesn't mention examples of projects; she talks about details on parameters and their use.
By providing details on what each parameter does and how to use it
4
{
"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": 7.32,
"finishTimestamp": 13.84
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 3.18,
"dialogue": {
"text": "You should begin by reading their descriptions.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 3.42,
"finishTime": 7.52,
"dialogue": {
"text": "The documentation can provide details on what each parameter does and how to use it.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 8.02
}
]
}