Back to Freecodecamp

Task 45

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Thanks. Everybody is so nice around here. -->

--description--

When you want to talk about all the people in a particular group without exceptions, you use the word everybody. When combined with is, it means all the people in the group possess a particular characteristic.

In the dialogue, Tom is saying all the people he met at the office are nice.

--fillInTheBlank--

--sentence--

Thanks. BLANK is so nice around here.

--blanks--

Everybody

--feedback--

Think about a word that includes all people in a group. The first letter is capitalized.

--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": 12.85,
      "finishTimestamp": 15.7
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.25,
      "dialogue": {
        "text": "Thanks. Everybody is so nice around here.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.75
    }
  ]
}