Back to Freecodecamp

Task 72

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Well, we have movie marathons, conventions, and we even play some movie-related video games together. There's a big convention next month. Would you like to come? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does the term convention imply in this dialogue?

--answers--

A casual get-together

--feedback--

A convention is not casual. It is a planned event with many people and activities.


An organized gathering with specific activities


A formal business meeting

--feedback--

A convention is not a business meeting. It usually has fans, talks, and group activities around a theme.


A random social event

--feedback--

A convention is not random. It is carefully planned and has a clear theme, like comics, sci-fi, or tech.

--video-solution--

2

--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": 13.10,
      "finishTimestamp": 21.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.24,
      "dialogue": {
        "text": "Well, we have movie marathons, conventions, and we even play some movie-related video games together.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.6,
      "finishTime": 9.26,
      "dialogue": {
        "text": "There's a big convention next month. Would you like to come?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.76
    }
  ]
}