Back to Freecodecamp

Task 47

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

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

--description--

Demonstrative pronouns like this and those help to point to specific items, distinguishing them from others. Tom uses them to inquire about a particular type of desk he observes.

--fillInTheBlank--

--sentence--

Hey, is BLANK one of BLANK standing desks? These are great.

--blanks--

this

--feedback--

This pronoun is used to talk about something close to you.


those

--feedback--

This pronoun is used to talk about things that are farther away or already mentioned.

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