Back to Freecodecamp

Dialogue 3: Talking about Motivations to Pursue a Career

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

latest4.8 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Lisa",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Brian",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Lisa",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5,
      "dialogue": {
        "text": "Hey Lisa, what motivated you to choose a career in tech?",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "startTime": 6,
      "finishTime": 8.5,
      "dialogue": {
        "text": "One of my main motivations was the financial stability",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 8.8,
      "finishTime": 10,
      "dialogue": {
        "text": "that tech jobs can provide.",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 10.4,
      "finishTime": 12.8,
      "dialogue": {
        "text": "It allows me to plan for my future with confidence.",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 13.3,
      "finishTime": 16.3,
      "dialogue": {
        "text": "In other fields, it's much more difficult to achieve this stability.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 17.4,
      "finishTime": 19.4,
      "dialogue": {
        "text": "Financial stability is certainly important, Lisa.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 19.8,
      "finishTime": 24,
      "dialogue": {
        "text": "For me, it was the opportunity to collaborate with experts from many fields",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 24,
      "finishTime": 26,
      "dialogue": {
        "text": "and have different perspectives.",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "startTime": 26.8,
      "finishTime": 29.2,
      "dialogue": {
        "text": "Collaborating with diverse teams can be exciting, Brian.",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 29.2,
      "finishTime": 32.1,
      "dialogue": {
        "text": "Another thing was the chance to be part of projects",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 32.1,
      "finishTime": 34.2,
      "dialogue": {
        "text": "that push the limits of innovation and creativity.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 34.9,
      "finishTime": 36,
      "dialogue": {
        "text": "I'm with you on that one.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 36.1,
      "finishTime": 39.6,
      "dialogue": {
        "text": "I'm also interested in the flexibility that tech roles offer.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 39.7,
      "finishTime": 43.1,
      "dialogue": {
        "text": "They allow us to balance our jobs with personal interests and hobbies.",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "startTime": 44.3,
      "finishTime": 47.3,
      "dialogue": {
        "text": "Yeah. Also, the satisfaction of solving complex problems",
        "align": "right"
      }
    },
    {
      "character": "Lisa",
      "startTime": 47.3,
      "finishTime": 49.6,
      "dialogue": {
        "text": "and finding practical solutions is really thrilling.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 50.3,
      "finishTime": 53,
      "dialogue": {
        "text": "Knowing that we solved problems is really exciting, Lisa.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 53.4,
      "finishTime": 56.7,
      "dialogue": {
        "text": "I hope we keep getting as much motivation from it as we can.",
        "align": "left"
      }
    },
    {
      "character": "Lisa",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 57.2
    },
    {
      "character": "Brian",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 57.7
    }
  ]
}