Back to Freecodecamp

Task 34

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Hi there. I'm Tom. I'm the new graphic designer. -->

--description--

When greeting someone casually or for the first time, Hi there is a friendly way to say hello. It's often used in informal situations or to greet someone you might not know very well.

--fillInTheBlank--

--sentence--

BLANK BLANK. I'm Tom. I'm the new graphic designer.

--blanks--

Hi

--feedback--

Think about a common casual greeting. The first letter is capitalized.


there

--feedback--

Think about a common casual greeting.

--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": 0,
      "finishTimestamp": 3.52
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.15,
      "dialogue": {
        "text": "Hi there. I'm Tom. I'm the new graphic designer.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.65
    }
  ]
}