Back to Freecodecamp

Task 51

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

latest1.3 KB
Original Source
<!-- (Audio) Tom: You're right, Alice. Dealing with office politics is never fun. -->

--description--

Tom is agreeing with Alice about a specific aspect of work that they find unpleasant.

--fillInTheBlank--

--sentence--

You're right, Alice. BLANK with office BLANK is never fun.

--blanks--

Dealing

--feedback--

This word means managing or handling something, often implying that it's not an easy or enjoyable task. Don't forget the capitalization.


politics

--feedback--

In the context of an office, this word refers to the social and power dynamics among coworkers.

--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": 30.08,
      "finishTimestamp": 33.46
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "You're right, Alice. Dealing with office politics is never fun.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}