Back to Freecodecamp

Task 42

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/658162d19fa392326fe7a5c7.md

latest1.2 KB
Original Source
<!-- (Audio) Tom: Hey, Alice. Yeah, I feel a bit demotivated. -->

--description--

When you see -ed at the end of a word like demotivate, it's talking about how you feel.

Demotivate is when something makes you not want to do things. If you're feeling demotivated, it means something has made you lose your want to do things.

--fillInTheBlank--

--sentence--

Hey, Alice. Yeah, I feel a bit BLANK.

--blanks--

demotivated

--feedback--

This word is used to describe how Tom feels. It ends with ed.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.30,
      "finishTimestamp": 8.48
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "Hey, Alice. Yeah, I feel a bit demotivated.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}