Back to Freecodecamp

Task 16

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

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

--description--

Tom is comparing his experience in California to his previous experience in Texas. When you want to highlight differences between two things, you can use the phrase different from.

--questions--

--text--

Which state is Tom comparing California to?

--answers--

Texas


Washington

--feedback--

Listen again.


California

--feedback--

Listen again.


Alaska

--feedback--

Listen again.

--video-solution--

1

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