Back to Freecodecamp

Task 84

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Tom: This is so cool. A standing desk, an ergonomic chair, and an ergonomic mouse. -->

--description--

Ergonomic refers to the design of products intended to provide optimum comfort and to avoid stress or injury.

--fillInTheBlank--

--sentence--

This is so cool. A standing desk, an BLANK chair, and an BLANK mouse.

--blanks--

ergonomic

--feedback--

This word relates to comfort and design in the workplace, especially used to prevent strains or injuries.


ergonomic

--feedback--

This word relates to comfort and design in the workplace, especially used to prevent strains or injuries.

--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": 43.68,
      "finishTimestamp": 49.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.15,
      "dialogue": {
        "text": "This is so cool. A standing desk, an ergonomic chair, and an ergonomic mouse.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.65
    }
  ]
}