Back to Freecodecamp

Task 65

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

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Hey, Tom. Have I told you I'm a huge sci-fi fan? I'm even part of an amazing fandom. -->

--description--

A fandom is a community of fans who share a common interest, usually in books, movies, games, or TV shows. People in a fandom often talk about their favorite characters, create content, or join events together. For example:

She is active in the Star Wars fandom. - She joins groups and talks about Star Wars with other fans.

--fillInTheBlank--

--sentence--

Hey, Tom. Have I told you I'm a huge sci-fi fan? I'm even part of an amazing BLANK.

--blanks--

fandom

--feedback--

This term is used to express being a part of a community of fans with a shared interest.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.86
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.86,
      "dialogue": {
        "text": "Hey, Tom. Have I told you I'm a huge sci-fi fan? I'm even part of an amazing fandom.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.36
    }
  ]
}