Back to Freecodecamp

Task 4

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Absolutely. I've been passionate about photography for many years. -->

--description--

To be passionate means having very strong feelings of love or enthusiasm for something.

If you are passionate about something, you care a lot about it and enjoy working on it. For example:

She is passionate about web design. - This means she loves web design and feels excited about it.

--fillInTheBlank--

--sentence--

Absolutely. I've been BLANK about photography for many years.

--blanks--

passionate

--feedback--

This word means being very emotional about something or liking it a lot.

--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": 4.14,
      "finishTimestamp": 7.98
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.84,
      "dialogue": {
        "text": "Absolutely. I've been passionate about photography for many years.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.34
    }
  ]
}