Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f52fb434a8875cb666ede5.md

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Where does it seem to be happening? -->

--description--

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?

--fillInTheBlank--

--sentence--

Where BLANK it BLANK to be happening?

--blanks--

does

--feedback--

It's a helper verb used to ask questions when you are not sure about something.


seem

--feedback--

It's used here to suggest a possibility or make a guess about where the problem is.

--scene--

json
{
  "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
    }
  ]
}