Back to Freecodecamp

Task 70

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

latest1.3 KB
Original Source
<!-- (Audio) Sarah: Well, we have movie marathons, conventions, and we even play some movie-related video games together. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Well, we have BLANK BLANK, conventions, and we even play some movie-related video games together.

--blanks--

movie

--feedback--

It's a story shown on a screen with pictures that move.


marathons

--feedback--

This word in the plural form refers to events that involve continuous activity.

--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": 18.34
    }
  },
  "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",
      "opacity": 0,
      "startTime": 6.74
    }
  ]
}