Back to Freecodecamp

Task 46

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Hey, is this one of those standing desks? These are great. -->

--description--

In conversations, people often refer to objects around them using demonstrative pronouns like this and those. Here, Tom is identifying a specific type of desk.

--questions--

--text--

What type of desk is Tom asking about?

--answers--

Ergonomic desk

--feedback--

Tom refers to a specific kind of desk which allows people to work while standing up.


Sitting desk

--feedback--

Tom refers to a specific kind of desk which allows people to work while standing up.


Standing desk


Wooden desk

--feedback--

Tom refers to a specific kind of desk which allows people to work while standing up.

--video-solution--

3

--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": 16.2,
      "finishTimestamp": 19.75
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.15,
      "dialogue": {
        "text": "Hey, is this one of those standing desks? These are great.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.65
    }
  ]
}