Back to Freecodecamp

Task 56

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: It all started when I got my first action figure at a comic convention. -->

--description--

A comic is a book or magazine with stories told through pictures and words. For example, a comic about Batman shows his adventures in drawings.

A convention is a big meeting where people who like the same things, like games or books, come together. For example, a science fiction convention is where fans of science fiction stories meet.

A comic convention is a special event where fans of comics come together to see new comics, meet the people who make them, and sometimes dress up as their favorite characters. It's like a big party for comic book lovers.

--fillInTheBlank--

--sentence--

It all started when I got my first action figure at a BLANK BLANK.

--blanks--

comic

--feedback--

It's a story told through a series of drawings that are often combined with text.


convention

--feedback--

This noun refers to a large meeting or event where people gather to share a common interest.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 23.56,
      "finishTimestamp": 26.98
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "It all started when I got my first action figure at a comic convention.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.92
    }
  ]
}