Back to Freecodecamp

Task 136

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

No longer means something used to happen or be true, but it doesn't anymore. For example, I no longer use that old email address means you used to use it, but now you don't.

--fillInTheBlank--

--sentence--

Also, when BLANK becomes obsolete because it's no BLANK maintained, there BLANK much you can do to save it.

--blanks--

software

--feedback--

This noun refers to the programs and other operating information used by a computer.


longer

--feedback--

Something that once was true or possible is not the case anymore.


isn't

--feedback--

This contraction of is not is used to express the negation of the statement that follows, indicating a limitation or impossibility.

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