Back to Freecodecamp

Task 8

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

latest1.1 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Hi, that's right. I'm Tom McKenzie. -->

--description--

I'm is a contraction of I am. Contractions are a way to shorten common combinations of words, especially with verbs.

--fillInTheBlank--

--sentence--

Hi, that's right. BLANK Tom McKenzie.

--blanks--

I'm

--feedback--

This is the contraction for I am. The first letter is capitalized.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.5,
      "finishTimestamp": 7
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Hi, that's right. I'm Tom McKenzie.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}