Back to Freecodecamp

Task 109

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a506572b8d62e47a6f1c08.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: I love capturing stunning aerial shots and exploring new angles for photography. -->

--description--

Stunning means very beautiful or impressive. For example, a stunning view from a mountain is so beautiful it almost surprises you.

Shots in photography refers to photographs taken with a camera.

Bob talks about his passion for photography, especially taking beautiful photos from the air and trying different viewpoints.

--fillInTheBlank--

--sentence--

I love capturing BLANK aerial BLANK and exploring new angles for photography.

--blanks--

stunning

--feedback--

This adjective describes something extremely beautiful or impressive.


shots

--feedback--

In photography, this noun means photographs or the act of taking a photograph.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 40.36,
      "finishTimestamp": 45.56
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.20,
      "dialogue": {
        "text": "I love capturing stunning aerial shots and exploring new angles for photography.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.70
    }
  ]
}