Back to Freecodecamp

Task 120

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Well, I love contributing to open-source projects! I really like the sense of community and collaboration. -->

--description--

Sophie explains her reasons for enjoying participation in open-source projects.

--questions--

--text--

What makes Sophie love contributing to open-source projects?

--answers--

The sense of community and collaboration


The competitive environment

--feedback--

Consider the aspects Sophie mentions that make her enjoy contributing.


The financial rewards

--feedback--

Think about whether Sophie mentions financial incentives as her motivation.


The individual recognition

--feedback--

Reflect on whether Sophie's enjoyment comes from personal recognition or something more collaborative.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 6.66,
      "finishTimestamp": 12.08
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Well, I love contributing to open-source projects. I really like the sense of community and collaboration.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}