Back to Freecodecamp

Task 15

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: Hi there, Brian. It's time for our performance review. How's everything going? -->

--description--

A performance review is a regular evaluation of an employee's work by their manager. It's a chance to discuss how well you are doing your job, any successes you've had, and areas where you can improve.

For example, in a tech company, a performance review might focus on the number of projects completed, the quality of work, and teamwork skills.

--fillInTheBlank--

--sentence--

Hi there, Brian. It's time for our BLANK review. How's BLANK going?

--blanks--

performance

--feedback--

In this context, it refers to how well someone is doing their job. The review is a discussion about it.


everything

--feedback--

It is a general inquiry about how all aspects of work or life are going, often used to start a conversation.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.64
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.58,
      "dialogue": {
        "text": "Hi there, Brian. It's time for our performance review.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.82,
      "finishTime": 4.64,
      "dialogue": {
        "text": "How's everything going?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}