Back to Freecodecamp

Task 73

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

latest1.4 KB
Original Source
<!-- (Audio) Lisa: One of my main motivations was the financial stability that tech jobs can provide. -->

--description--

To provide means to give something needed or useful. For example, a good website might provide information, or a software program might provide tools to help you work better.

--fillInTheBlank--

--sentence--

One of my main motivations BLANK the financial stability that tech jobs can BLANK.

--blanks--

was

--feedback--

This word is a past tense verb used to describe a state or condition in the past.


provide

--feedback--

This verb means to give or supply something needed, like help, information, or resources.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.82,
      "finishTimestamp": 9.02
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.20,
      "dialogue": {
        "text": "One of my main motivations was the financial stability that tech jobs can provide.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.70
    }
  ]
}