Back to Freecodecamp

Task 47

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

latest1.7 KB
Original Source
<!-- (Audio) Alice: I totally get that, Tom. Working overtime all the time can be draining. -->

--description--

Working overtime means you are working more hours than the usual time you're supposed to work. It's like if you usually work until 5 PM, but you stay until 7 PM to finish something; that's working overtime.

When something is draining, it makes you feel very tired, both physically and mentally, like it's taking away all your energy. Imagine if you had to carry a heavy backpack all day; by the end of the day, you'd feel drained.

--fillInTheBlank--

--sentence--

I totally get that, Tom. Working BLANK all the time can be BLANK.

--blanks--

overtime

--feedback--

This word means working more hours than what is normally required, often beyond your regular working schedule.


draining

--feedback--

This word describes something that makes you feel very tired, like it's taking all your energy away.

--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": 17.70,
      "finishTimestamp": 21.72
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "I totally get that, Tom. Working overtime all the time can be draining.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}