Back to Freecodecamp

Task 74

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657fbc85c25a16eac8356182.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--

Listen to the audio and answer the question below.

--questions--

--text--

What type of games does Sarah mention playing within her sci-fi community?

--answers--

RPGs (role-playing games)

--feedback--

RPGs (role-playing games) involve immersive storytelling and character development, but they aren't explicitly mentioned in Sarah's dialogue.


Puzzle games

--feedback--

Puzzle games involve solving challenges or puzzles, which Sarah doesn't specifically mention in the conversation.


Strategy games

--feedback--

Strategy games focus on planning and decision-making; however, they're not referenced in Sarah's dialogue about her community activities.


Movie-related games

--video-solution--

4

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