Back to Freecodecamp

Task 58

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

latest1.6 KB
Original Source
<!-- (Audio) Alice: For me, what really annoys me is having to do a bunch of repetitive tasks without any variation. -->

--description--

Listen to Alice talking about what bothers her at work.

--fillInTheBlank--

--sentence--

For me, what really BLANK me is having to do a BLANK of repetitive tasks without any BLANK.

--blanks--

annoys

--feedback--

This word means something that bothers or irritates you. It's like when a small noise keeps happening and it starts to make you feel upset.


bunch

--feedback--

This word is used to describe a large number of things grouped together. It's like when you have many emails to answer at once.


variation

--feedback--

This word refers to having different types or changes in something. It's the opposite of doing the same thing over and over.

--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": 52.78
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 6.02,
      "dialogue": {
        "text": "For me, what really annoys me is having to do a bunch of repetitive tasks without any variation.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.52
    }
  ]
}