curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f52fb434a8875cb666ede5.md
Seem to be is used when you are not sure about something and you want to guess or suggest a possibility. For example, if you say It seems to be working, you are guessing that something is working but you are not 100% sure.
Examples:
Affirmative: It seems to be working fine.
Negative: It doesn't seem to be a major issue.
Question: Does it seem to be related to the network?
Where BLANK it BLANK to be happening?
does
It's a helper verb used to ask questions when you are not sure about something.
seem
It's used here to suggest a possibility or make a guess about where the problem is.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "6.3-2.mp3",
"startTime": 1,
"startTimestamp": 10.9,
"finishTimestamp": 12.06
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 2.16,
"dialogue": {
"text": "Where does it seem to be happening?",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 2.66
}
]
}