Back to Freecodecamp

Task 59

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

latest1.5 KB
Original Source
<!-- (Audio) Alice: It feels like I'm wasting my skills and creativity. -->

--description--

To waste means to use something valuable, like time, skills, or resources, in a way that is not effective or useful. For example, if you are very good at drawing but spend all your time doing something else that doesn't use that skill, it might feel like you are wasting your talent.

--fillInTheBlank--

--sentence--

It feels like I'm BLANK my skills and BLANK.

--blanks--

wasting

--feedback--

This word means not using something valuable in a good or effective way. It's like when you have a talent or skill but don't get the chance to use it properly.


creativity

--feedback--

This word refers to the ability to make new things or think of new ideas.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 53.24,
      "finishTimestamp": 55.58
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "It feels like I'm wasting my skills and creativity.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.84
    }
  ]
}