curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/661f92a4f77e0740906355cb.md
Listen to the audio and answer the question.
What is Sarah's suggestion regarding the code?
She suggests that the code should not be changed.
Sarah is suggesting a specific change – consistent formatting.
She recommends making the code more complex to improve its functionality.
Sarah's focus is on readability through formatting, not complexity or functionality.
She advises formatting the code consistently for better readability.
She is asking for the code to be completely rewritten.
Sarah's suggestion is about formatting for readability, not a complete rewrite of the code.
3
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "9.1-1.mp3",
"startTime": 1,
"startTimestamp": 10.3,
"finishTimestamp": 15.04
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 3.7,
"dialogue": {
"text": "First, I'd suggest that you format the code consistently.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 3.84,
"finishTime": 5.74,
"dialogue": {
"text": "It'll be easier for everyone to read.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 6.24
}
]
}