Back to Freecodecamp

Task 17

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Tom: I like it. It's different from Texas, but I like it here. -->

--description--

You often compare things using different from. It helps to describe how one thing is not the same as another. For example:

This app is different from the old one. - It is not the same as the old app.

--fillInTheBlank--

--sentence--

I like it. It's BLANK Texas, but I like it here.

--blanks--

different from

--feedback--

Tom used these two words to compare California and Texas.

--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": 11.9,
      "finishTimestamp": 15.18
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "I like it. It's different from Texas, but I like it here.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}