Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657d9f77e8d77292246e5679.md

latest1.4 KB
Original Source
<!-- (Audio) Bob: I've taken things way too seriously in the past. -->

--description--

Seriously is used when you want to show that something is important or true. It helps to make what you are saying stronger. For example:

  • I seriously love programming. - This means you really love programming a lot.

  • Take this project seriously. - This means you think the project is very important and should be treated with care.

--fillInTheBlank--

--sentence--

I've taken things way too BLANK in the past.

--blanks--

seriously

--feedback--

This word is used to emphasize the sincerity or gravity of a statement.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 35.46,
      "finishTimestamp": 37.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.30,
      "dialogue": {
        "text": "I've taken things way too seriously in the past.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.80
    }
  ]
}