Back to Freecodecamp

Task 31

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

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

--description--

Expressing gratitude is common in the workplace, especially when someone helps you. Tom thanks Maria for something specific.

--questions--

--text--

What is Tom thanking Maria for?

--answers--

Introducing him to the team.

--feedback--

Tom is expressing gratitude for a specific action Maria did in the workplace. Listen again!


Showing him his workspace.


Giving him a computer.

--feedback--

Tom is expressing gratitude for a specific action Maria did in the workplace. Listen again!


Telling him about California.

--feedback--

Tom is expressing gratitude for a specific action Maria did in the workplace. Listen again!

--video-solution--

2

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