Back to Freecodecamp

Task 140

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

latest2.0 KB
Original Source
<!-- (Audio) Sophie: Also, when software becomes obsolete because it's no longer maintained, there isn't much you can do to save it. With open source, there's always a chance for continuous improvement. -->

--description--

Sophie talks about a problem with software that isn't updated and how open-source projects offer a solution.

--questions--

--text--

How does Sophie think open-source helps with the problem of obsolete software?

--answers--

It makes software more expensive

--feedback--

Think about the benefits of open-source Sophie mentions, not the cost.


It allows for ongoing updates and improvements


It reduces the quality of the software

--feedback--

Consider what continuous improvement means for software quality.


It makes software harder to use

--feedback--

Reflect on the connection between updates and user experience Sophie suggests.

--video-solution--

2

--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": 51.42,
      "finishTimestamp": 60.44
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.64,
      "dialogue": {
        "text": "Also, when software becomes obsolete because it's no longer maintained, there isn't much you can do to save it.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 7.02,
      "finishTime": 10.02,
      "dialogue": {
        "text": "With open source, there's always a chance for continuous improvement.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 10.52
    }
  ]
}