Back to Freecodecamp

Task 134

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

latest2.1 KB
Original Source
<!-- (Audio) Tom: Yeah, transparency is a strong motivator for many developers. For me, I like the idea of practicing my skills and getting recognition for my contributions. It's a fantastic way to show what you're capable of. -->

--description--

Tom shares what draws him to contribute to open-source projects.

--questions--

--text--

What attracts Tom to open-source?

--answers--

The chance to work in secrecy

--feedback--

Think about what Tom values in open-source projects and if secrecy aligns with that.


The opportunity to practice skills and gain recognition


High financial rewards

--feedback--

Consider whether Tom mentions financial incentives as his motivation.


Strict project deadlines

--feedback--

Reflect on whether Tom's attraction to open-source is about tight schedules.

--video-solution--

2

--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": 37.62,
      "finishTimestamp": 50.24
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "Yeah, transparency is a strong motivator for many developers.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.88,
      "finishTime": 10.2,
      "dialogue": {
        "text": "For me, I like the idea of practicing my skills and getting recognition for my contributions.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 10.72,
      "finishTime": 13.62,
      "dialogue": {
        "text": "It's a fantastic way to show what you're capable of.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 14.12
    }
  ]
}