Back to Freecodecamp

Task 89

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Tom: A standing desk, an ergonomic chair, and an ergonomic mouse. Man, everything is perfect. -->

--description--

Everything is a way to mention all the things in a particular group. When Tom says everything is perfect, he means all aspects of his new workplace are perfect.

--fillInTheBlank--

--sentence--

A standing desk, an ergonomic chair, and an ergonomic mouse. Man, BLANK BLANK perfect.

--blanks--

everything

--feedback--

This word refers to every single thing.


is

--feedback--

This is a form of the verb to be, used with he, she, or it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 45.02,
      "finishTimestamp": 50.86
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "A standing desk, an ergonomic chair, and an ergonomic mouse.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.1,
      "finishTime": 6.6,
      "dialogue": {
        "text": "Man, everything is perfect.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.1
    }
  ]
}