Back to Freecodecamp

Task 119

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Sounds great. -->

--description--

When someone hears something they like or agree with, they might respond with a positive expression to show enthusiasm or agreement.

--instructions--

What does Tom say in the dialogue?

--fillInTheBlank--

--sentence--

BLANK BLANK.

--blanks--

Sounds

--feedback--

This verb means something seems a certain way when you hear about it. The first letter is capitalized, and it ends in -s.


great

--feedback--

This adjective means very good or awesome.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.4,
      "finishTimestamp": 21.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 1.55,
      "dialogue": {
        "text": "Sounds great.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.05
    }
  ]
}