Back to Freecodecamp

Task 107

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: But you know what my obsession is these days? Drones! -->

--description--

An obsession is when you can't stop thinking about something because you like it so much. For example, if you love playing a certain video game every day, you might say, This game is my obsession!

Drones are small flying machines that can be controlled by a remote. People use them for taking photos from the sky, racing, or just for fun. For example, I flew my drone over the park to get a great view from above.

--fillInTheBlank--

--sentence--

But you know what my BLANK is BLANK days? BLANK!

--blanks--

obsession

--feedback--

This noun describes something that you think about all the time because you like it a lot.


these

--feedback--

This word is used to talk about the current period of time or the present days. It is the plural of this.


Drones

--feedback--

This noun refers to remote-controlled flying machines, often used for photography, racing, or recreation. This word is capitalized.

--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": 39.78
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.20,
      "dialogue": {
        "text": "But you know what my obsession is these days? Drones!",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.70
    }
  ]
}