Back to Freecodecamp

Task 71

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

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

--description--

A movie marathon is an extended session of watching movies, often with a theme (like all superhero movies, or all from the same director) or a genre (like sci-fi, horror, or comedy).

--questions--

--text--

What does the term movie marathon imply?

--answers--

Watching a single movie.

--feedback--

Movie marathon means watching more than one movie.


Watching movies consecutively.


Attending a convention.

--feedback--

It is a different activity.


Playing video games.

--feedback--

It is a different activity.

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