Back to Freecodecamp

Task 61

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

latest2.0 KB
Original Source
<!-- (Audio) Alice: I hear you, Tom. Sitting in meetings for hours can be discouraging. 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 talks about how certain work tasks make her feel.

--questions--

--text--

Which part of Alice's statement explains why she feels her skills and creativity are being wasted?

--answers--

having to do a bunch of repetitive tasks without any variation


For me, what really annoys me is

--feedback--

Look for the part of Alice's statement that directly relates to her skills and creativity.


It feels like I'm

--feedback--

Consider if this part of the statement explains the reason for her feeling.


Sitting in meetings for hours can be discouraging

--feedback--

Think about whether meetings are mentioned in the context of wasting skills and creativity.

--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": 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
    }
  ]
}