Back to Freecodecamp

Task 55

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

latest1.5 KB
Original Source
<!-- (Audio) Tom: Sometimes, it feels like we're meeting for no reason, and it's hard to find time to actually work on projects. -->

--description--

Listen to Tom and answer the question.

--questions--

--text--

What is the problem with having too many meetings according to Tom?

--answers--

They are always productive and useful

--feedback--

Check if Tom says meetings help get work done or something else.


They make dealing with office politics easier

--feedback--

See if Tom talks about meetings helping with office politics.


They provide a clear direction for projects

--feedback--

Listen if Tom believes meetings give clear plans for projects.


They take away time from working on projects

--video-solution--

4

--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": 37.76,
      "finishTimestamp": 43.36
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.60,
      "dialogue": {
        "text": "Sometimes it feels like we're meeting for no reason and it's hard to find time to actually work on projects.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.10
    }
  ]
}