curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/66234fc78749f6f521af89f3.md
The source of a problem refers to the origin or cause of the issue. In programming, finding the source of a problem is key to fixing it. For instance, The source of the error was a missing semicolon.
I see. So, if I BLANK anything unusual, I should BLANK to find the BLANK of the problem, right?
notice
It refers to becoming aware of something unusual or unexpected in the system.
try
It indicates making an effort or attempt to do something, in this case, to find the source of the problem.
source
It refers to the origin or cause of the problem Sophie needs to identify.
{
"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": 34.62,
"finishTimestamp": 39.36
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.44,
"dialogue": {
"text": "I see. So if I notice anything unusual,",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 3.56,
"finishTime": 5.74,
"dialogue": {
"text": "I should try to find the source of the problem, right?",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 6.24
}
]
}