Back to Freecodecamp

Task 135

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

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

Obsolete means something is out of date or no longer used because it's been replaced by something newer or better. For example, floppy disks became obsolete when USB drives were invented.

--fillInTheBlank--

--sentence--

Also, when software becomes BLANK because it's no longer maintained, there isn't BLANK you can do to BLANK it.

--blanks--

obsolete

--feedback--

This adjective describes something that is no longer produced or used; out of date.


much

--feedback--

This word is used to indicate a small amount or degree; not a lot.


save

--feedback--

This verb means to keep safe or rescue from harm or danger, in this context, to try and make something usable again.

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