Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-share-feedback/677c107bce073606b624a102.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: Hi, Jessica. Thanks for joining me for your performance review. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Jessica. Thanks for BLANK me for your BLANK review.

--blanks--

joining

--feedback--

This word means attending or participating in an event or activity. It ends in -ing.


performance

--feedback--

This word refers to how well someone fulfills their duties or tasks at work.

--explanation--

To join means to attend or participate in an activity, event, or meeting. For example:

Thanks for joining the meeting this morning. - This means you are grateful for the fact that the person is attending the morning meeting.

A performance review is an evaluation of an employee's work over a specific period. It typically involves feedback on strengths, areas for improvement, and future goals. For example:

During the performance review, the manager highlighted her achievements over the past year. - This means the manager took the opportunity during the review to mention her successes in the previous year.

In this sentence, Bob is initiating a formal evaluation of Jessica's work.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.28
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "Hi, Jessica. Thanks for joining me for your performance review.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}