Back to Freecodecamp

Task 137

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

latest1.6 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. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What usually happens to software that becomes obsolete?

--answers--

It gets faster and more efficient

--feedback--

Think about what obsolete means and how it relates to software performance.


It becomes more popular

--feedback--

Consider the impact of not maintaining software on its popularity.


It costs less to purchase

--feedback--

Reflect on the reasons software might become obsolete and how that affects its value.


It can't be used effectively anymore

--video-solution--

4

--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": 57.06
    }
  },
  "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",
      "opacity": 0,
      "startTime": 7.14
    }
  ]
}