Back to Freecodecamp

Task 119

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

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

--description--

Sense of community refers to the feeling of being part of a group where members support and help each other. For example, being part of a coding club where everyone shares ideas and helps solve problems together can give you a strong sense of community.

Collaboration is when people work together to achieve a common goal. Each person bringing their own skills and ideas to the project.

--fillInTheBlank--

--sentence--

Well, I love contributing to open-source projects! I really like the sense of BLANK and BLANK.

--blanks--

community

--feedback--

Describes a group of people who share common interests or values, especially in a supportive network.


collaboration

--feedback--

Refers to the act of working with someone to produce or create something.

--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
    }
  ]
}