Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/6556ba2fe6c3f3846ea71ab2.md

latest1.4 KB
Original Source
<!-- (Audio) James: Good morning, Sarah. Wow, it seems like you have a ton of energy this morning. -->

--description--

It seems like... is used to express a personal observation or feeling about someone or something, similar to saying It appears that... or It looks as if....

For example, you can say It seems like it's going to rain today when looking at cloudy skies.

--fillInTheBlank--

--sentence--

Good morning, Sarah. Wow, BLANK you have a ton of energy this morning.

--blanks--

it seems like

--feedback--

These three words mean that something appears to be true, even if you are not 100% sure.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.38
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.38,
      "dialogue": {
        "text": "Good morning, Sarah. Wow, it seems like you have a ton of energy this morning.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.88
    }
  ]
}