curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f4264c34d9b678ecd79ad3.md
Uncertain means not being sure about something, like feeling unsure about a decision. The opposite is certain, which means being sure. For example, I am certain this is the right way means being sure about the direction.
Achieve means to successfully reach a goal after effort, such as achieve a good result in a test. In coding, achieve often refers to the goals a programmer wants to accomplish with their code.
Of course, Brian. I can BLANK what I was trying to BLANK there. What part of the code are you BLANK about?
explain
It means Sarah is offering to make something clear to Brian.
achieve
It refers to what Sarah intended to accomplish with her code.
uncertain
It indicates Brian is not sure about a part of the code.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "6.3-1.mp3",
"startTime": 1,
"startTimestamp": 7.46,
"finishTimestamp": 12.66
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 6.2,
"dialogue": {
"text": "Of course, Brian. I can explain what I was trying to achieve there. What part of the code are you uncertain about?",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 6.7
}
]
}