Back to Freecodecamp

Task 125

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

latest1.8 KB
Original Source
<!-- (Audio) Tom: Yeah. I checked some open-source projects, but I admit that I have problems with the amount of time it can take to contribute. Sometimes, it can be so time-consuming. -->

--description--

Tom talks about why it's hard for him to help with open-source projects.

--questions--

--text--

What makes it hard for Tom to help with open-source projects?

--answers--

He doesn't like the projects

--feedback--

Listen again to what Tom says is hard about helping.


He doesn't understand the code

--feedback--

Is Tom talking about the code or how long it takes?


It takes a lot of time


The projects are too easy

--feedback--

Think about if Tom says the projects are easy or something else.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 17.06,
      "finishTimestamp": 26.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.08,
      "dialogue": {
        "text": "Yeah, I checked out some open source projects, but I admit that I have problems with the amount of time it can take to contribute.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 7.46,
      "finishTime": 10.10,
      "dialogue": {
        "text": "Sometimes it can be so time-consuming.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 10.60
    }
  ]
}