Back to Freecodecamp

Task 84

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

latest1.7 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--

Listen to the audio and answer the question below.

--questions--

--text--

What does the expression have a blast convey in this context?

--answers--

A wish for a successful event.

--feedback--

Have a blast is less formal. It's about having fun, not just success.


An invitation to join the event.

--feedback--

Have a blast doesn't invite someone. It wishes them fun.


Well wishes for enjoyment at the event.


A request for event details.

--feedback--

This phrase isn't about asking questions. It's about wishing someone fun.

--video-solution--

3

--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
    }
  ]
}