Back to Freecodecamp

Task 83

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Tom: This is so cool. A standing desk, an ergonomic chair, and an ergonomic mouse. -->

--description--

Expressions like This is so cool are informal ways to show admiration or excitement about something.

--questions--

--text--

What does Tom mean by saying This is so cool?

--answers--

He thinks the temperature is very cold.

--feedback--

The phrase isn't about the actual temperature.


He doesn't like what he sees.

--feedback--

Tom's reaction is positive, not negative.


He is very excited and impressed.


He is feeling relaxed.

--feedback--

The phrase indicates excitement more than relaxation.

--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-2.mp3",
      "startTime": 1,
      "startTimestamp": 43.68,
      "finishTimestamp": 49.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.15,
      "dialogue": {
        "text": "This is so cool. A standing desk, an ergonomic chair, and an ergonomic mouse.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.65
    }
  ]
}