Back to Freecodecamp

Task 74

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

latest2.1 KB
Original Source
<!-- (Audio) Brian: Hey Lisa, what motivated you to choose a career in tech? Lisa: One of my main motivations was the financial stability that tech jobs can provide. -->

--description--

Brian asks Lisa about her reasons for entering the tech field, and Lisa shares a significant factor that influenced her decision.

--questions--

--text--

What was Lisa's main motivation to choose a career in tech?

--answers--

The creative opportunities in tech

--feedback--

Consider the specific reason Lisa mentions for her career choice.


The financial stability tech jobs offer


The flexible working hours in tech

--feedback--

Think about what Lisa highlights as her main reason for choosing tech.


The chance to travel for work

--feedback--

Reflect on Lisa's statement and whether travel is mentioned as a motivation.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 9.02
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.18,
      "dialogue": {
        "text": "Hey, Lisa, what motivated you to choose a career in tech?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.50
    },
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 5.50
    },
    {
      "character": "Lisa",
      "startTime": 5.82,
      "finishTime": 10.02,
      "dialogue": {
        "text": "One of my main motivations was the financial stability that tech jobs can provide.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 10.52
    }
  ]
}