Back to Freecodecamp

Task 60

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

latest1.9 KB
Original Source
<!-- (Audio) Alice: For me, what really annoys me is having to do a bunch of repetitive tasks without any variation. It feels like I'm wasting my skills and creativity. -->

--description--

Alice shares what bothers her in her work environment. Understanding what annoys someone can give us insight into their preferences and values.

--questions--

--text--

What really annoys Alice?

--answers--

Sitting in meetings for hours

--feedback--

Reflect on the part of Alice's statement that specifically mentions what annoys her.


Repetitive tasks without any variation


Wasting her skills and creativity

--feedback--

Think about what specifically Alice mentions as annoying.


Feeling discouraged by meetings

--feedback--

Consider what Alice says directly annoys her versus how she feels about another situation.

--video-solution--

2

--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": 47.76,
      "finishTimestamp": 55.58
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.82,
      "dialogue": {
        "text": "For me, what really annoys me is having to do a bunch of repetitive tasks without any variation.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 6.48,
      "finishTime": 8.82,
      "dialogue": {
        "text": "It feels like I'm wasting my skills and creativity.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 9.32
    }
  ]
}