Back to Freecodecamp

Task 77

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

latest2.0 KB
Original Source
<!-- (Audio) Lisa: One of my main motivations was the financial stability that tech jobs can provide. It allows me to plan for my future with confidence. In other fields, it's much more difficult to achieve this stability. -->

--description--

Lisa shares why financial stability is important to her.

--questions--

--text--

From what Lisa said, why is financial stability important to her?

--answers--

It makes tech work more interesting

--feedback--

Focus on Lisa's reasons related to her future plans and confidence.


It motivates her to travel more

--feedback--

Consider what Lisa directly connects to financial stability.


It helps her plan her future with confidence


It requires less work and more motivation

--feedback--

Lisa doesn't mention working less.

--video-solution--

3

--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": 15.34
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "One of my main motivations was the financial stability that tech jobs can provide.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 5.66,
      "finishTime": 8.08,
      "dialogue": {
        "text": "It allows me to plan for my future with confidence.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 8.54,
      "finishTime": 11.32,
      "dialogue": {
        "text": "In other fields, it's much more difficult to achieve this stability.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 11.82
    }
  ]
}