Back to Freecodecamp

Task 50

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

latest2.2 KB
Original Source
<!-- (Audio) Alice: I totally get that, Tom. Working overtime all the time can be draining. Personally, I hate dealing with office politics. It's frustrating when people are constantly trying to beat each other instead of working together as a team. -->

--description--

Alice shares her feelings about something she finds difficult or unpleasant at work. Understanding what someone dislikes can help us learn more about their values and preferences.

--questions--

--text--

What does Alice personally hate?

--answers--

Dealing with office politics


Working overtime all the time

--feedback--

Think about what Alice specifically mentions as something she hates, not just something she finds draining.


People working as a team

--feedback--

Consider whether Alice dislikes teamwork or something else about people's behavior at work.


Trying to beat each other

--feedback--

Reflect on the specific aspect of work that Alice mentions she hates dealing with.

--video-solution--

1

--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": 29.58
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.9,
      "dialogue": {
        "text": "I totally get that, Tom. Working overtime all the time can be draining.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 5.64,
      "finishTime": 7.96,
      "dialogue": {
        "text": "Personally, I hate dealing with office politics.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 8.4,
      "finishTime": 12.88,
      "dialogue": {
        "text": "It's frustrating when people are constantly trying to beat each other instead of working together as a team.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 13.38
    }
  ]
}