Back to Freecodecamp

Task 58

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67b9a2039861a306546eab72.md

latest2.1 KB
Original Source
<!-- (Audio) Anna: It allows people to work in a way that suits their productivity and personal life. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna say is a benefit of asynchronous remote work?

--answers--

It forces employees to work at the same time every day.

--feedback--

Anna says that asynchronous work provides flexibility, not strict schedules.


It allows people to work in a way that suits their productivity and personal life.


It reduces productivity and makes work more difficult.

--feedback--

Anna suggests that asynchronous work helps productivity, not reduces it.


It prevents people from balancing work and personal life.

--feedback--

Anna argues the opposite.

--video-solution--

2

--explanation--

Productivity describes how well someone can complete tasks. For example:

Using automation tools can boost productivity by reducing manual work. - Automation helps complete tasks faster, increasing efficiency.

Personal life refers to non-work responsibilities and activities. For example:

Remote work helps employees balance their job and personal life. - Working from home makes it easier to manage work and personal time.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.28,
      "finishTimestamp": 17.7
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "It allows people to work in a way that suits their productivity and personal life.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.92
    }
  ]
}