Skip to main content

Tips

Tip launch dialog
Launch โ€” Title and Begin button
Tip content
Content โ€” Scrollable rich text
Tip completion
Bottom โ€” Helpfulness prompt and Mark Complete

Tips are educational or motivational content items that appear in the Learn tab. They support rich content including text, images, videos, and interactive elements.

ActivitySpec: lamp.tips

Configurationโ€‹

  1. Log in to the dashboard and navigate to the Activities tab.
  2. Click + Add and select Tips.
  3. Select the group you wish to add the tip to.
  4. Enter a title. Optionally add a link and author.
  5. Press the (+) icon to add content items (text, images, media).

Content Formattingโ€‹

Tips support Markdown-formatted text, including:

  • Headings โ€” #, ##, ###
  • Bold and italic โ€” **bold** and *italic*
  • Lists โ€” Ordered and unordered
  • Links โ€” [link text](url)
  • Images โ€” ![alt text](url) or inline HTML. Upload directly (up to 4 MB, PNG/SVG/JPEG) or embed as base64 data URIs.
  • Tables โ€” Standard Markdown table syntax
  • Embedded video โ€” YouTube via <iframe>
  • Expandable sections โ€” <details> and <summary> tags

Embedding Videoโ€‹

<iframe width="400" height="300"
src="https://www.youtube.com/embed/VIDEO_ID"
frameborder="0" allowfullscreen></iframe>

Multiple Tip Itemsโ€‹

A single tip can contain multiple content items. Press the (+) icon to add additional items โ€” all items appear on a single scrollable page. To present tips in a multi-step sequence, use an Activity Group to bundle multiple tips together.

Use Casesโ€‹

  • General health education (physical wellness, sleep hygiene, mental health literacy)
  • Skill-building resources for therapy techniques
  • Individualized content for a specific participant's needs
  • Embedded video tutorials or guided exercises
  • Links to external resources and reading materials

Real-World Examplesโ€‹

Tips with embedded video โ€” The Social Media study's Sleep Module activity group includes multiple tips with embedded YouTube videos. Each tip has a video player, explanatory text, a helpfulness prompt, and a Mark Complete button.

Tip with embedded YouTube video
Tip 1 โ€” Introduction video about social media and sleep
Second tip with embedded video
Tip 2 โ€” Follow-up video on nighttime routines

Tips with embedded images โ€” momLAMP's "Thoughts, Feelings, and Behaviors" tip combines text and inline images to illustrate CBT concepts.

momLAMP tip with embedded images

Usageโ€‹

After viewing a tip, participants see a "Was this helpful today?" prompt with thumbs up ("Yes") and thumbs down ("No") buttons, followed by a "Mark complete" button.

Tapping "Mark complete" records the response. If the participant taps "Mark complete" without explicitly selecting a thumb, the response defaults to "Yes".

Dataโ€‹

FieldValue
static_data.sentiment"Yes" (helpful) or "No" (not helpful). Defaults to "Yes" if no selection made.
durationTime spent viewing the tip in milliseconds
temporal_slicesAlways an empty array

Exampleโ€‹

{
"timestamp": 1649859300000,
"activity": "tip_activity_id",
"duration": 15000,
"static_data": {
"sentiment": "Yes"
},
"temporal_slices": []
}

Cortex Featuresโ€‹

No Cortex features currently process Tips data.

View in Portal | Python SDK | API Reference