curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662514383f43d53b748dff42.md
Please answer the question below.
What does Brian suggest to Sophie, and why?
He suggests outsourcing the optimization due to its complexity.
Brian's advice is about breaking down the function, not outsourcing.
He recommends focusing on other functions instead of the tricky one.
Brian's suggestion is to work on the current function in a more manageable way, not to shift focus to other functions.
He advises against optimizing the function as it's too difficult.
Rather than advising against it, Brian suggests a strategy to make optimization more manageable.
He suggests breaking down the function into smaller parts to make optimization more manageable.
4
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "9.2-1.mp3",
"startTime": 1,
"startTimestamp": 16.08,
"finishTimestamp": 24.52
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 3.56,
"dialogue": {
"text": "Absolutely. Optimization can be tricky.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 3.8,
"finishTime": 6.76,
"dialogue": {
"text": "I'd suggest that you break down the function into smaller parts.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 7.16,
"finishTime": 9.44,
"dialogue": {
"text": "It might make the optimization more manageable.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 9.94
}
]
}