Back to Freecodecamp

Task 41

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

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

--description--

The word seriously is an adverb that means doing something with a lot of thought and attention, showing that it's important to you. It's the adverb form of the adjective serious.

For example, when someone is serious about a project, they think it's very important. If they work seriously, it means they work with a lot of effort and care.

To make an adverb from an adjective, you often add -ly to the end of the adjective. When an adjective ends in y, you need to change the y to i and add -ly. For instance, happy becomes happily.

--fillInTheBlank--

--sentence--

She seems to take her work very BLANK.

--blanks--

seriously

--feedback--

This word describes how she works with a lot of thought and attention, showing her work is important to her.

--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
    }
  ]
}