Back to Freecodecamp

Task 53

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

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

--description--

It's common to discuss habits and practices that can benefit one's health during work, especially in an office setting. Tom is expressing his preference in the dialogue.

--questions--

--text--

What does Tom suggest is a good thing to do occasionally?

--answers--

Sit down

--feedback--

Tom is talking about an alternative to sitting continuously at the workplace.


Lay down

--feedback--

Tom is talking about an alternative to sitting continuously at the workplace.


Run around

--feedback--

Tom is talking about an alternative to sitting continuously at the workplace.


Stand up

--video-solution--

4

--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
    }
  ]
}