Back to Freecodecamp

Dialogue 2: Comparing Tech Companies

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d18fa67ecd91f232304fa9.md

latest5.1 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-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Alice",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Hey, Tom. I'm considering switching jobs and I'm looking at a few tech companies.",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 5.7,
      "finishTime": 9.62,
      "dialogue": {
        "text": "You've been in the industry longer than I have. Which company do you think is the best to work for?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 9.88,
      "finishTime": 15.56,
      "dialogue": {
        "text": "Well, Alice, it depends on what you're looking for. In terms of work-life balance, TechCorp is probably the best.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 15.64,
      "finishTime": 19.18,
      "dialogue": {
        "text": "They offer the most flexible hours and the most generous leave policy.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 19.72,
      "finishTime": 25.24,
      "dialogue": {
        "text": "That's interesting. I'm also interested in career growth. Which company offers the most opportunities for advancement?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 25.68,
      "finishTime": 34.2,
      "dialogue": {
        "text": "I'd say Innovate X is best for career growth. They have the most structured training programs and a clear path for promotions.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 35,
      "finishTime": 38.8,
      "dialogue": {
        "text": "Good to know. What about compensation? Which company pays the highest salaries?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 39.26,
      "finishTime": 42.48,
      "dialogue": {
        "text": "In terms of pay, TechCorp usually offers the highest salaries.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 42.66,
      "finishTime": 49.26,
      "dialogue": {
        "text": "However, Innovate X has the best bonuses in stock options, which can be even more lucrative in the long run.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 49.7,
      "finishTime": 54.6,
      "dialogue": {
        "text": "I see. What about company culture? I don't want to work somewhere that's too rigid or formal.",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 54.9,
      "finishTime": 57,
      "dialogue": {
        "text": "Which company has the most relaxed atmosphere?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 57,
      "finishTime": 65.04,
      "dialogue": {
        "text": "Oh, that's definitely Startup Labs. They have the most laid-back culture with a casual dress code and a fun work environment.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 65.32,
      "finishTime": 69.02,
      "dialogue": {
        "text": "It's a great place to work if you value creativity and innovation.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 69.88,
      "finishTime": 72.68,
      "dialogue": {
        "text": "Thanks for all the information, Tom. This gives me a lot to think about.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 73.62,
      "finishTime": 77.28,
      "dialogue": {
        "text": "No problem, Alice. If you have any more questions, just let me know.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 77.54,
      "finishTime": 80.94,
      "dialogue": {
        "text": "I can also introduce you to a few people in these companies if you'd like.",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 81.42,
      "finishTime": 83.1,
      "dialogue": {
        "text": "That would be great. I appreciate it, Tom.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 83.6
    },
    {
      "character": "Alice",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 84.1
    }
  ]
}