Back to Freecodecamp

Task 81

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

latest1.9 KB
Original Source
<!-- (Audio) Brian: Financial stability is certainly important, Lisa. For me, it was the opportunity to collaborate with experts from many fields and have different perspectives. -->

--description--

Brian shares his personal reason for choosing a career in tech, which is different from Lisa's.

--questions--

--text--

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

--answers--

The opportunity to collaborate with experts from various fields


The chance to work alone on projects

--feedback--

Listen to Brian's emphasis on collaboration and consider if he prefers working alone.


Financial stability

--feedback--

Think about whether Brian's main motivation was financial or related to working with others.


To focus on a single field of expertise

--feedback--

Consider Brian's interest in working across many fields versus concentrating on one.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.98,
      "finishTimestamp": 25.00
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Financial stability is certainly important, Lisa.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.82,
      "finishTime": 10.02,
      "dialogue": {
        "text": "For me, it was the opportunity to collaborate with experts from many fields and have different perspectives.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.52
    }
  ]
}