Back to Freecodecamp

Task 59

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

latest1.8 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 complete the sentence below.

--fillInTheBlank--

--sentence--

It allows people to work in a way that suits their BLANK and BLANK.

--blanks--

productivity

--feedback--

This word refers to how efficiently a person can complete their work.


personal life

--feedback--

These two words together refer to a person's activities, relationships, and responsibilities outside of work. The first word describes who it belongs to, and the second word is a noun.

--explanation--

Anna explains that asynchronous remote work helps people manage their productivity (how efficiently they work) and their personal life (their time outside of work).

This flexibility allows employees to work when they are most focused and balance work with personal responsibilities, like family or hobbies.

--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
    }
  ]
}