Back to Freecodecamp

Task 52

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

latest1.5 KB
Original Source
<!-- (Audio) Tom: Another thing that gets to me is having too many meetings. -->

--description--

Tom is talking about something else that bothers or annoys him at work.

Listen to Tom's statement and fill in the missing words about what else is troubling him at work.

--fillInTheBlank--

--sentence--

BLANK thing that BLANK to me is BLANK too many meetings.

--blanks--

Another

--feedback--

This word means one more or an extra thing. This word is capitalized.


gets

--feedback--

This word is part of an expression that means something is making Tom upset or annoyed.


having

--feedback--

This word is used when you're talking about experiencing something, like when you have a lot of something.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 33.80,
      "finishTimestamp": 37.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "Another thing that gets to me is having too many meetings.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}