Back to Freecodecamp

Task 52

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Tom: It's good to stand up a little instead of just sitting all the time. -->

--description--

In workplaces, especially in offices, there's a focus on ergonomics and health. One popular discussion is about the benefits of standing instead of sitting continuously.

Stand up refers to the action of rising from a sitting position, while sitting means being in a position where one's weight is supported by one's buttocks rather than one's feet.

--fillInTheBlank--

--sentence--

It's good to BLANK a little instead of just BLANK all the time.

--blanks--

stand up

--feedback--

These two words mean to rise to your feet from a sitting position.


sitting

--feedback--

This verb refers to the action of being in a seat or chair. It ends in -ing.

--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": 19.96,
      "finishTimestamp": 22.92
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "It's good to stand up a little instead of just sitting all the time.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.96
    }
  ]
}