Back to Freecodecamp

Task 79

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

latest1.2 KB
Original Source
<!-- (Audio) Sarah: There's a big convention next month. Would you like to come? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

There's a big BLANK next month. Would you like to come?

--blanks--

convention

--feedback--

This word is used to describe a large gathering, usually organized around a specific interest or theme, like sci-fi in this case.

--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": 18.70,
      "finishTimestamp": 21.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "There's a big convention next month. Would you like to come?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}