curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/66251295a284563711fba9ba.md
Missing implies that something is absent or lacking. In coding, feeling like you're missing something can mean there's a gap in your understanding or a missing piece in the code.
To tackle a challenge means to confront or take on a difficult task. It's like saying, I tackled the difficult problem, which means you worked on solving it, even if it was hard.
Well, I'm trying to BLANK this function, but I feel like I'm BLANK something. Have you ever BLANK a similar optimization challenge?
optimize
It refers to Sophie's effort to improve the function's efficiency or performance.
missing
It indicates that Sophie feels there is a gap or something lacking in her approach.
tackled
It is used to ask if Brian has previously confronted or addressed a similar challenging situation.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "9.2-1.mp3",
"startTime": 1,
"startTimestamp": 8.62,
"finishTimestamp": 15.48
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.4,
"dialogue": {
"text": "Well, I'm trying to optimize this function,",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 3.4,
"finishTime": 5.06,
"dialogue": {
"text": "but I feel like I'm missing something.",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 5.48,
"finishTime": 7.86,
"dialogue": {
"text": "Have you ever tackled a similar optimization challenge?",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 8.36
}
]
}