Back to Freecodecamp

Task 89

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

latest1.2 KB
Original Source
<!-- (Audio) Tom: Thanks. Have fun. I hope the convention is a success. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks. Have fun. I BLANK the convention is a BLANK.

--blanks--

hope

--feedback--

This word is often used to express a desire or wish for something to happen in a particular way.


success

--feedback--

Here, it means that the convention goes well, achieves its goals, and is considered a good event.

--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": 32.32,
      "finishTimestamp": 35.86
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "Thanks. Have fun. I hope the convention is a success.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}