curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/66000eeeec06b6338a5c5caf.md
Listen to the audio and answer the question.
How frequently does Tom find function descriptions in the documentation?
Rarely
Rarely indicates something happens not often. However, Tom uses often, indicating a more frequent occurrence.
Sometimes
Sometimes suggests occasional occurrence, but Tom's use of often implies it happens more regularly than just sometimes.
Often
Always
Always would mean it happens every time, which is a stronger frequency than often.
3
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "7.2-2.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 7.62
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 6.38,
"dialogue": {
"text": "I often find function descriptions in the documentation, but I'm not sure how to interpret them.",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 6.62,
"finishTime": 8.62,
"dialogue": {
"text": "What should I focus on when I'm reading these?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 9.12
}
]
}