Back to Freecodecamp

Task 99

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

latest1.8 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 track means to follow or monitor the progress, movement, or development of something or someone.

For example, you might use a fitness app to track how many steps you take each day. This means the app keeps count of your steps, showing you how active you've been.

--fillInTheBlank--

--sentence--

I love how it BLANK me connected, BLANK my health, and even BLANK me stay organized with reminders and notifications.

--blanks--

keeps

--feedback--

This verb means to continue or cause to continue in a specified condition, position, course, etc.


tracks

--feedback--

This verb means to monitor or follow the course or progress of something, especially for a specific purpose like health monitoring.


helps

--feedback--

This verb means to make it easier or possible for someone to do something by offering services or resources.

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