Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661918e3626bbf77fefcffcf.md

latest1.7 KB
Original Source

--description--

Work from home, sometimes referred to by the acronym WFH, means doing your job from your house instead of going to an office or workplace. It became necessary for many people during the pandemic when going outside wasn't safe. People used computers and the internet to do their work from the comfort of their homes.

--questions--

--text--

What does work from home mean?

--answers--

Working at the office

--feedback--

Working at the office is the opposite of work from home. When you work from home, you don't go to the office.


Doing your job from your house


Taking a break from work

--feedback--

Taking a break from work means stopping work for a short time, not doing your job from home.


Finding a new job

--feedback--

Finding a new job means looking for a different job, not doing your current job from home.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.94,
      "finishTimestamp": 10.92
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.98,
      "dialogue": {
        "text": "During the pandemic, we worked from home with tools like video conference apps and collaboration platforms.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.48
    }
  ]
}