Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657fb8cfbd0e4ae797fc6077.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: That's cool, Sarah. I've heard there are massive communities of people who are into sci-fi. What kind of events do you have? -->

--description--

A community is a group of people with common interests, activities, or goals. It often implies a sense of belonging and shared experiences.

When you talk about more than one group of such people, you use the plural form by changing -y at the end to -ies. So, community becomes communities.

For example, if there are many groups of people who love reading books, you can say There are many reading communities.

--fillInTheBlank--

--sentence--

That's cool, Sarah. I've heard there are massive BLANK of people who are into sci-fi. What kind of events do you have?

--blanks--

communities

--feedback--

This word in the plural form refers to groups of people who share common interests, like a love for sci-fi.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 5.60,
      "finishTimestamp": 12.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.84,
      "dialogue": {
        "text": "That's cool, Sarah. I've heard there are massive communities of people who are into sci-fi. What kind of events do you have?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.34
    }
  ]
}