Back to Freecodecamp

Task 19

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

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

--description--

Instead of saying California is different from Texas, Tom says: It's different from Texas. He uses It's as a contraction of It is. In this context, It refers to California.

When talking about places or things, especially when comparing or describing them, it's serves as a subject and verb starter for the sentence.

--questions--

--text--

In the sentence It's different from Texas, what does It's refer to?

--answers--

Texas

--feedback--

It's isn't referring to Texas but is rather being compared to it.


The weather

--feedback--

While the weather might be a factor, the dialogue does not specify this.


The food

--feedback--

There's no mention of food in the dialogue.


California

--video-solution--

4

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