curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/66001be61f20a33f8a45f3cb.md
Listen to the audio and complete the sentence.
Next, you should look for any BLANK that demonstrate how to use BLANK parameters in practice. Examples can show you how to BLANK options correctly and what BLANK they have on the code.
examples
They are practical demonstrations or instances that help in understanding how to apply the parameters.
these
It refers to the particular parameters Sarah mentioned earlier.
set
In this context, It's about adjusting or configuring options in a certain way.
effect
It means the outcome or result that comes from setting the options in a particular manner.
{
"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
}
]
}