Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6851df6d39610c012e833282.md

latest2.0 KB
Original Source
<!-- (Audio) Brian: Definitely. On another note, we need to touch base on the employee feedback regarding annual leave. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What was the employee feedback about?

--answers--

The period when employees take time off work every year.


Getting promoted within the company.

--feedback--

The feedback is not about career advancement.


Changing how employees clock in and out.

--feedback--

This relates to the way employees inform the time they start and finish work every day.


Improving the office cafeteria.

--feedback--

The topic is not about food or facilities.

--video-solution--

1

--explanation--

Annual leave is the paid time off from work that employees can use each year for vacation or personal reasons. For example:

She used her annual leave to take a two-week trip to Spain. – This means she took time off from work as part of her yearly vacation allowance.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 26.36,
      "finishTimestamp": 32.26
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Definitely. On another note, we need to touch base",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.5,
      "finishTime": 6.9,
      "dialogue": {
        "text": "on the employee feedback regarding annual leave.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.4
    }
  ]
}