Back to Freecodecamp

Task 48

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

latest1.5 KB
Original Source
<!-- (Audio) Alice: Personally, I hate dealing with office politics. -->

--description--

Office politics is about the ways people interact, make decisions, and sometimes compete for power or recognition at work. For example, when coworkers try to get the boss's favor or disagree on who should lead a project, that's office politics.

--fillInTheBlank--

--sentence--

Personally, I hate BLANK with office BLANK.

--blanks--

dealing

--feedback--

This word means managing or handling, especially when the situation is challenging or unpleasant.


politics

--feedback--

This word, in the context of the office, refers to the social and power dynamics among coworkers and within the workplace environment.

--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": 22.26,
      "finishTimestamp": 24.78
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Personally, I hate dealing with office politics.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}