Back to Freecodecamp

Task 110

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

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

--description--

Aerial relates to things in the air or done from the air. An aerial photograph is taken from above, often from a drone or plane.

Angles are the positions from which you take a photograph. Trying different angles means taking photos from various positions to see how they change the picture.

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

--fillInTheBlank--

--sentence--

I love capturing stunning BLANK shots and exploring new BLANK for photography.

--blanks--

aerial

--feedback--

This adjective refers to something related to the air or happening in the sky.


angles

--feedback--

This noun refers to the specific viewpoints or positions from which photos are taken.

--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
    }
  ]
}