Back to Freecodecamp

Task 30

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

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

--description--

Expressing satisfaction or happiness can be done using various expressions. Everything looks great is one way to show that you are pleased or satisfied with something.

--questions--

--text--

What is Tom expressing with Everything looks great?

--answers--

Dissatisfaction

--feedback--

Does Tom sound happy or unhappy with his new workspace?


Curiosity

--feedback--

Does Tom sound happy or unhappy with his new workspace?


Satisfaction


Confusion

--feedback--

Does Tom sound happy or unhappy with his new workspace?

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