Back to Freecodecamp

Task 52

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: I like sci-fi and fantasy, mostly. -->

--description--

Mostly is used to say that something is true or happens most of the time but not completely. For example:

  • Person 1: What kind of books do you read?

  • Person 2: I read adventure books, mostly. - This means that while you might read various kinds of books, adventure books are what you choose to read most of the time.

--questions--

--text--

What does Sarah like the most?

--answers--

Sci-fi and fantasy


Romance novels

--feedback--

Sarah mentioned she likes sci-fi and fantasy mostly, not romance novels.


Historical documentaries

--feedback--

The audio indicates Sarah's preference for sci-fi and fantasy, not historical documentaries.


Action and adventure movies

--feedback--

Though Sarah might enjoy others, she specifically mentions sci-fi and fantasy as her primary interests.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 11.72,
      "finishTimestamp": 13.60
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "I like sci-fi and fantasy, mostly.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.38
    }
  ]
}