Back to Freecodecamp

Task 32

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Everything looks great. Thanks for showing me around the place, Maria. -->

--description--

When expressing gratitude, you sometimes mention the action for which you are thankful.

Here, Tom is specifically thanking Maria for something she did.

--fillInTheBlank--

--sentence--

Everything looks great. Thanks for BLANK me around the BLANK, Maria.

--blanks--

showing

--feedback--

This verb means taking someone to see different parts of a place and explaining things. It ends in -ing.


place

--feedback--

This noun refers to a general word for a location, like a building or area.

--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": 22,
      "finishTimestamp": 25.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Everything looks great. Thanks for showing me around the place, Maria.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.3
    }
  ]
}