Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d60609e931277ebddf1dd8.md

latest1.4 KB
Original Source
<!-- (Audio) Alice: She seems to take her work very seriously. -->

--description--

The phrase seem to is used to say that something appears or feels a certain way. It's followed by a verb to describe what the person or thing appears to do.

For example, He seems to enjoy the game means it looks like he is enjoying the game.

--fillInTheBlank--

--sentence--

She BLANK BLANK take her work very seriously.

--blanks--

seems

--feedback--

This word is used to describe how she appears or feels about her work. It should be third-person singular form.


to

--feedback--

This word is part of the phrase that shows what she appears to do.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 13.74,
      "finishTimestamp": 15.68
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "She seems to take her work very seriously.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.44
    }
  ]
}