Back to Freecodecamp

Dialogue 4: A Developer with a Different Background

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b227f7ad32ea17e2cdf28.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": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Alice",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.1-4.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Alice",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Hey, Alice. How did you get into tech?",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 4.5,
      "finishTime": 6,
      "dialogue": {
        "text": "My background is a bit unconventional.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 6.2,
      "finishTime": 8.7,
      "dialogue": {
        "text": "I didn't study tech at a traditional university.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 9.2,
      "finishTime": 11.8,
      "dialogue": {
        "text": "I'm mostly self-taught and I took a lot of online courses.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 12.1,
      "finishTime": 12.9,
      "dialogue": {
        "text": "That's interesting!",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 13.3,
      "finishTime": 16.5,
      "dialogue": {
        "text": "So you didn't attend a regular college or anything like that?",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 16.8,
      "finishTime": 17.7,
      "dialogue": {
        "text": "No, not at all.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 17.9,
      "finishTime": 19,
      "dialogue": {
        "text": "I was at a different job,",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 19.1,
      "finishTime": 21.3,
      "dialogue": {
        "text": "but I got really interested in programming and tech,",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 21.5,
      "finishTime": 23.3,
      "dialogue": {
        "text": "so I started learning in my free time.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 23.7,
      "finishTime": 26.5,
      "dialogue": {
        "text": "That's impressive! Did you enjoy learning on your own?",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 27.1,
      "finishTime": 29.8,
      "dialogue": {
        "text": "Absolutely. It was challenging, but I loved it.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 29.8,
      "finishTime": 32,
      "dialogue": {
        "text": "The flexibility of online learning allowed me",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 32.1,
      "finishTime": 33.8,
      "dialogue": {
        "text": "to balance my job and my studies.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 34.6,
      "finishTime": 37.1,
      "dialogue": {
        "text": "Did you work on any projects during your self-study?",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 37.5,
      "finishTime": 41.2,
      "dialogue": {
        "text": "Yes, I did. I built a few small web applications just to practice.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 41.6,
      "finishTime": 43.6,
      "dialogue": {
        "text": "It was a great way to apply what I learned.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 44.3,
      "finishTime": 45.5,
      "dialogue": {
        "text": "I admire your dedication.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 46,
      "finishTime": 48.6,
      "dialogue": {
        "text": "It is amazing how far you got studying by yourself.",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 49.1
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 49.6
    }
  ]
}