Back to Freecodecamp

Dialogue 2: A Manager and a Direct Report in a Performance Review

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66122a393fd32d2a4876ca95.md

latest4.3 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Maria",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Brian",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "8.1-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Maria",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Brian",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.58,
      "dialogue": {
        "text": "Hi there, Brian. It's time for our performance review.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.82,
      "finishTime": 4.64,
      "dialogue": {
        "text": "How's everything going?",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.94,
      "finishTime": 5.8,
      "dialogue": {
        "text": "Things are going well.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.98,
      "finishTime": 8.74,
      "dialogue": {
        "text": "Last week, I worked on improving our project's documentation.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 9.22,
      "finishTime": 13.76,
      "dialogue": {
        "text": "I updated the user manual and added some FAQs based on customer feedback.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 14.36,
      "finishTime": 17.28,
      "dialogue": {
        "text": "I also attended the customer support training session.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 17.48,
      "finishTime": 20.36,
      "dialogue": {
        "text": "It helped me to understand the issues our customers are facing,",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 20.36,
      "finishTime": 23.5,
      "dialogue": {
        "text": "and I learned some strategies for better addressing their concerns.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 24.38,
      "finishTime": 26.98,
      "dialogue": {
        "text": "Excellent. Learning more about our customers is essential.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 27.44,
      "finishTime": 30.72,
      "dialogue": {
        "text": "I appreciate your dedication. Can you tell me about your long-term goals?",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 30.72,
      "finishTime": 35.62,
      "dialogue": {
        "text": "Of course. By the end of the quarter, I plan to have the documentation I'm working on fully updated,",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 35.82,
      "finishTime": 40,
      "dialogue": {
        "text": "and I intend to improve our customer support process based on the training I received.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 40.58,
      "finishTime": 41.82,
      "dialogue": {
        "text": "It sounds like you're on the right track.",
        "align": "left"
      }
    },
    {
      "character": "Maria",
      "startTime": 42.18,
      "finishTime": 45.24,
      "dialogue": {
        "text": "Keep up the good work, and don't hesitate to reach out if you need any support.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 45.7,
      "finishTime": 47.64,
      "dialogue": {
        "text": "Thanks, Maria. I appreciate your guidance.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 48.14
    },
    {
      "character": "Maria",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 48.64
    }
  ]
}