Back to Freecodecamp

Task 13

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: For nearly a decade now. It started as a hobby, but it's become a significant part of my life. -->

--description--

When you say you do something as a hobby, it means that you do this regularly for enjoyment, not professionally or as an obligation. For example:

I build mobile apps as a hobby. - This means you make apps for fun, not as your job.

--fillInTheBlank--

--sentence--

For nearly a decade now. It started as a BLANK, but it's become a significant part of my life.

--blanks--

hobby

--feedback--

This word indicates an activity done for pleasure, not as a job.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.38,
      "finishTimestamp": 19.90
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.52,
      "dialogue": {
        "text": "For nearly a decade now. It started as a hobby, but it's become a significant part of my life.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}