Back to Freecodecamp

Task 117

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

latest1.8 KB
Original Source
<!-- (Audio) Tom: Hey, Sophie, what motivates you to work on open-source software projects in your free time? -->

--description--

Open-source projects are when the source code is made freely available and can be modified or shared. For example, the Firefox web browser is an open-source project, meaning anyone can see how it was made and can help improve it.

To work on something, especially with the preposition on, indicates putting effort into a task or project over time. Like when you say, I'm working on a new app, it means you're in the process of developing it.

--fillInTheBlank--

--sentence--

Hey, Sophie, what motivates you to work BLANK open-BLANK software projects in your free time?

--blanks--

on

--feedback--

This preposition is used to indicate involvement or engagement in a particular activity or project.


source

--feedback--

This part of the term refers to the origin or starting point, in this case, indicating that the software's foundational code is open and accessible to all.

--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": 0.00,
      "finishTimestamp": 5.92
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.92,
      "dialogue": {
        "text": "Hey, Sophie, what motivates you to work on open-source software projects in your free time?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.42
    }
  ]
}