Back to Freecodecamp

Task 143

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a79822981b3fd86a5cb03b.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--

Tom shares his changing perspective on open-source projects.

--questions--

--text--

What does Tom mean?

--answers--

He's starting to value the long-term benefits of open-source projects


He would still prefer projects that are short-term

--feedback--

Think about what sustainability and growing to appreciate suggest about Tom's views.


He thinks open-source projects are not reliable

--feedback--

Consider Tom's use of sustainability and what it implies about reliability.


He finds open-source projects too complex

--feedback--

Reflect on Tom's statement about sustainability and appreciation, not complexity.

--video-solution--

1

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