Back to Freecodecamp

Task 75

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

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

--description--

Movie-related video games enhance the movie fan experience by allowing players to immerse themselves in the movie's world or story through interactive gameplay.

--questions--

--text--

What do movie-related video games primarily offer?

--answers--

A standalone gaming experience.

--feedback--

Movie-related video games are connected to movies, not separate from them.


An extension of the movie fan experience.


Unrelated entertainment content.

--feedback--

Movie-related video games are not random; they are linked to the movies.


Competitive gaming scenarios.

--feedback--

The main goal is not competition, but living the story and world of the movie.

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