curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/66001985c091f13cda6d4f4d.md
Listen to the audio and complete the sentence.
I sometimes get BLANK with the BLANK and options BLANK in the documentation. What should I do to understand them BLANK?
confused
It means being unsure or not understanding something clearly. Tom is having trouble understanding parameters and options.
parameters
They are placeholder variables for passing input values to the function.
listed
It refers to items being written down or included in a list, like the parameters and options in the documentation.
better
In this context, it means to understand more clearly or effectively. Tom wants to improve his understanding of the documentation.
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "7.2-3.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 6.76
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 5.72,
"dialogue": {
"text": "I sometimes get confused with the parameters and options listed in the documentation.",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 6.04,
"finishTime": 7.76,
"dialogue": {
"text": "What should I do to understand them better?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 8.26
}
]
}