Back to Freecodecamp

Task 111

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

latest1.7 KB
Original Source
<!-- (Audio) But you know what my obsession is these days? Drones! I love capturing stunning aerial shots and exploring new angles for photography. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why is Bob obsessed with drones?

--answers--

They are easy to carry around

--feedback--

Think about the specific uses of drones that Bob mentions.


They make phone calls clearer

--feedback--

Consider what Bob appreciates most about drones related to photography.


They enhance his gaming experience

--feedback--

Reflect on how drones contribute to Bob's specific hobby.


They allow for stunning aerial photography

--video-solution--

4

--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": 36.58,
      "finishTimestamp": 45.56
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "But you know what my obsession is these days? Drones!",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.78,
      "finishTime": 9.98,
      "dialogue": {
        "text": "I love capturing stunning aerial shots and exploring new angles for photography.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 10.48
    }
  ]
}