Back to Freecodecamp

Task 66

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Awesome. My computer and drawing tablet are great, too. -->

--description--

Tom is saying that he likes his things. He uses words to show he's happy with them.

--fillInTheBlank--

--sentence--

Awesome. My computer and drawing tablet BLANK BLANK, too.

--blanks--

are

--feedback--

This is a form of the verb to be, used with you, we, or they.


great

--feedback--

This word means something is very good or awesome.

--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": 32.3,
      "finishTimestamp": 36
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.25,
      "dialogue": {
        "text": "Awesome. My computer and drawing tablet are great, too.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.75
    }
  ]
}