Back to Freecodecamp

Task 108

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

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

--description--

Listen to the audio and complete the sentence with the missing words.

--fillInTheBlank--

--sentence--

I love BLANK stunning aerial shots and BLANK new angles for BLANK.

--blanks--

capturing

--feedback--

This verb means to take a photograph or video of something, especially something impressive or important. It ends with -ing.


exploring

--feedback--

This verb involves examining or investigating something in order to learn more about it, often by looking at it from different views or perspectives. It ends with -ing.


photography

--feedback--

This noun refers to the art, practice, or job of taking pictures with a camera, capturing moments, and expressions.

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