Back to Freecodecamp

Task 19

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: I like landscapes and nature. It's incredible to capture the beauty of our world in pictures. -->

--description--

In general, landscape means the area of land you can see. This includes things like mountains, rivers, and forests. It also includes buildings and roads made by people. It's about how the land looks. In photography, landscape refers to pictures of these places.

The word nature in photography refers to pictures of the natural world. This includes plants, animals, and places where you find them, like forests, mountains, or rivers.

--fillInTheBlank--

--sentence--

I like BLANK and BLANK. It's incredible to capture the beauty of our world in pictures.

--blanks--

landscapes

--feedback--

This word is part of Bob's preference in photography, referring to a type of scenery. Use the plural form.


nature

--feedback--

This word completes Bob's preference in photography, focusing on the natural world.

--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": 24.54,
      "finishTimestamp": 29.88
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.34,
      "dialogue": {
        "text": "I like landscapes and nature. It's incredible to capture the beauty of our world in pictures.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.84
    }
  ]
}