Back to Freecodecamp

Task 45

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

latest2.1 KB
Original Source
<!-- (Audio) Tom: Hey Alice, yeah, I feel a bit demotivated. One thing that really gets to me is working long hours without any breaks. It's exhausting, and it feels like I'm constantly running without knowing where I'm going. -->

--description--

Tom talks about what's making him feel demotivated. Let's figure out what is bothering Tom and why it's affecting his motivation.

--questions--

--text--

What is making Tom feel demotivated?

--answers--

Too many breaks

--feedback--

Think about what Tom says makes him tired and less motivated.


Working long hours without breaks


Knowing where he is going

--feedback--

Consider what Tom says about feeling lost and how it affects him.


Constantly taking breaks

--feedback--

Reflect on Tom's words about his work routine and how it makes him feel.

--video-solution--

2

--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": 17.12
    }
  },
  "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",
      "startTime": 4.54,
      "finishTime": 8.3,
      "dialogue": {
        "text": "One thing that really gets to me is working long hours without any breaks.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 8.52,
      "finishTime": 12.82,
      "dialogue": {
        "text": "It's exhausting and it feels like I'm constantly running without knowing where I'm going.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 13.32
    }
  ]
}