Back to Freecodecamp

Task 72

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

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

--description--

Main means the most important. Like when you say, My main reason for studying is to get good grades.

Stability means something is steady and doesn't change much. If you save money and have enough for what you need, you have financial stability.

--fillInTheBlank--

--sentence--

One of my BLANK motivations was the financial BLANK that tech jobs can provide.

--blanks--

main

--feedback--

The most important.


stability

--feedback--

Being steady, meaning you don't have to worry too much about it.

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