curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/66234877415f31e2b8717a91.md
Logic in programming refers to the sequence and structure of the instructions in code. For instance, Changing the logic of the code can alter its behavior.
Yeah, I'm a bit BLANK. If I change the BLANK in this function, it BLANK solve the issue, but I'm not BLANK.
stuck
Here it means Sophie is having difficulty progressing with the problem.
logic
It refers to the reasoning or sequence of instructions in the function Sophie is working on.
might
It indicates the possibility that changing the logic could solve the issue.
sure
It means being confident or certain about something.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "9.1-3.mp3",
"startTime": 1,
"startTimestamp": 6.56,
"finishTimestamp": 12.26
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 4.4,
"dialogue": {
"text": "Yeah, I'm a bit stuck. If I change the logic in this function,",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 4.44,
"finishTime": 6.7,
"dialogue": {
"text": "it might solve the issue, but I'm not sure.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 7.2
}
]
}