Back to Freecodecamp

Task 49

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

latest1.9 KB
Original Source
<!-- (Audio) David: Anna, I heard your company is embracing 100% remote work. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does David mean by 100% remote work?

--answers--

Employees work from home only part of the time.

--feedback--

This phrase doesn't mean employees work remotely just part of the time.


Employees work entirely from home instead of going to an office.


The company has stopped operating.

--feedback--

David is talking about working remotely, not closing the company.


Employees are required to travel frequently for work.

--feedback--

Remote work means working from home, not traveling often.

--video-solution--

2

--explanation--

Remote work means working from a location outside the traditional office, usually from home. For example:

  • Remote work allows developers to collaborate from different time zones. - Working remotely enables team members to contribute from various locations.

  • Remote work improves flexibility but requires good time management. - Working from home offers freedom but also demands discipline.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.94
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Anna, I heard your company is embracing 100% remote work.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}