Back to Freecodecamp

Task 98

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: Well, one of my favorite gadgets is the smartwatch. -->

--description--

A smartwatch is like a mini-computer you can wear on your wrist. It does more than just tell the time; it can connect to the internet, run apps, check messages, and even track how much you move or exercise. It's like having a tiny phone or computer as a watch.

--fillInTheBlank--

--sentence--

Well, one BLANK my favorite gadgets is the BLANK.

--blanks--

of

--feedback--

This preposition is used to show that something belongs to or is part of something else, like when you talk about your favorite things.


smartwatch

--feedback--

This noun refers to a type of watch that has more features than just telling time, often including apps and internet connectivity.

--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": 12.04,
      "finishTimestamp": 15.20
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "Well, one of my favorite gadgets is the smartwatch.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}