Back to Freecodecamp

Task 69

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

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

--description--

A marathon is a very long race where people run 42 kilometers. It can also mean watching many movies or TV shows one after another without stopping.

A convention is a big meeting where people who like the same things, like comics or movies, come together to talk and learn about their hobbies.

Movie-related means anything that has to do with movies. For example, movie posters or toys from a movie are movie-related.

To play together means to do games or activities with other people at the same time, like playing a board game or playing soccer in a park.

--questions--

--text--

What activities does Sarah mention as part of her sci-fi fandom?

--answers--

Cooking classes

--feedback--

They are not mentioned by Sarah and are unrelated to the context.


Movie marathons


Gardening sessions

--feedback--

They are not included in the activities mentioned by Sarah.


Yoga workshops

--feedback--

They are not related to the activities discussed in the dialogue.

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