Back to Freecodecamp

Task 100

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

latest1.9 KB
Original Source
<!-- (Audio) Bob: I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications. -->

--description--

To remind means to make someone remember something, like when your phone pings to tell you about a meeting.

A reminder is the thing that does this, like a note or an alarm. For example, My phone sends me a reminder to drink water every two hours means the phone helps you remember to stay hydrated.

--fillInTheBlank--

--sentence--

I love how it keeps me BLANK, tracks my health, and even helps me stay BLANK with BLANK and notifications.

--blanks--

connected

--feedback--

This adjective describes being in touch or in communication with others, often through technology. This word ends with -ed.


organized

--feedback--

This adjective means arranged in a systematic way, especially on a large scale. This word ends with -ed.


reminders

--feedback--

These are alerts or messages that prompt you to remember tasks or appointments. This word ends with s.

--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": 15.36,
      "finishTimestamp": 21.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 7.38,
      "dialogue": {
        "text": "I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.88
    }
  ]
}