Back to Freecodecamp

Task 19

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: Some people feel like the process to apply is a bit inefficient. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did the employee feedback say about the process to apply for annual leave?

--answers--

It's not flexible enough.

--feedback--

Brian doesn't mention flexibility as the issue.


It takes more time and steps than it should.


It doesn't follow the company's rules.

--feedback--

There's no mention of rule-breaking in the feedback.


It's not available for all employees.

--feedback--

Brian doesn't say the process is limited.

--video-solution--

2

--explanation--

Inefficient means not working in the best possible way; wasting time or resources. For example:

The old software was inefficient, so we switched to a faster system. – This means the previous software took more time or effort than necessary.

--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": 32.38,
      "finishTimestamp": 36.16
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "Some people feel like the process to apply is a bit inefficient.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.28
    }
  ]
}