Back to Freecodecamp

Task 20

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

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

--description--

When expressing a positive feeling about a place, one might use the phrase I like it here. Tom is indicating that he has a positive feeling about California.

--questions--

--text--

In the dialogue, what does Tom's statement, I like it here, indicate?

--answers--

He feels out of place in California.

--feedback--

I like it here shows a positive feeling, not feeling out of place.


He misses Texas a lot.

--feedback--

While Tom acknowledges differences from Texas, he doesn't explicitly express missing it.


He is happy and feels positive about California.


He is neutral and has no strong feelings about California.

--feedback--

I like it here shows a definite positive sentiment, not neutrality.

--video-solution--

3

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