Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656a10141825a30eb81ff4db.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Maria: Great. Let me show you to your desk. -->

--description--

A desk is often the central part of one's workspace, especially in an office setting. People typically use it to set up their computers, write, read, and do other work-related tasks.

--questions--

--text--

What is a common activity people might do with their desk at the start of a workday?

--answers--

Water it like a plant

--feedback--

A desk is not a plant. It doesn't need water to grow.


Organize and tidy it


Cook food on it

--feedback--

A desk is used for working, not cooking. It isn't heat-resistant like stovetops.


Wear it like clothing

--feedback--

A desk is a furniture item, not a wearable object. You can't put on a desk like a shirt or pants.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 15.5,
      "finishTimestamp": 17.42
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "Great. Let me show you to your desk.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3
    }
  ]
}