Back to Freecodecamp

Task 141

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: That's true. The sustainability of open-source projects is something I'm growing to appreciate more. -->

--description--

Sustainability refers to the capacity to endure or maintain something over the long term. In this context, it means ensuring that open-source projects can continue to develop, adapt, and thrive over time, often through community collaboration, efficient management, and the continual contribution of resources and ideas.

--fillInTheBlank--

--sentence--

That's true. The BLANK of open-source projects is something I'm growing to appreciate more.

--blanks--

sustainability

--feedback--

It refers to the ongoing development of open-source projects over the long term. It ends with -y.

--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": 61.04,
      "finishTimestamp": 66.52
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.48,
      "dialogue": {
        "text": "That's true. The sustainability of open-source projects is something I'm growing to appreciate more.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.98
    }
  ]
}