Back to Freecodecamp

Task 83

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: Thanks for the invite, Sarah. I appreciate it, but I'm not really into sci-fi. I hope you have a blast at the convention, though. -->

--description--

Have a blast is used to wish someone a lot of fun and enjoyment in an upcoming event or activity.

For example, if your friend is going to a birthday party, you might say, Have a blast at the party! This means you hope they have a lot of fun at the party.

--fillInTheBlank--

--sentence--

Thanks for the invite, Sarah. I appreciate it, but I'm not really into sci-fi. I hope you BLANK BLANK BLANK at the convention, though.

--blanks--

have

--feedback--

This word is commonly used to denote the experience or possession of something.


a

--feedback--

This article is often used to refer to a singular, unspecified object or concept.


blast

--feedback--

In this context, this word is a slang term meaning a very enjoyable and exciting experience.

--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": 22.06,
      "finishTimestamp": 28.88
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.48,
      "dialogue": {
        "text": "Thanks for the invite, Sarah. I appreciate it, but I'm not really into sci-fi.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.84,
      "finishTime": 7.82,
      "dialogue": {
        "text": "I hope you have a blast at the convention, though.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.32
    }
  ]
}