Tips



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โ
- Log in to the dashboard and navigate to the Activities tab.
- Click + Add and select Tips.
- Select the group you wish to add the tip to.
- Enter a title. Optionally add a link and author.
- 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 โ
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.


Tips with embedded images โ momLAMP's "Thoughts, Feelings, and Behaviors" tip combines text and inline images to illustrate CBT concepts.
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โ
| Field | Value |
|---|---|
static_data.sentiment | "Yes" (helpful) or "No" (not helpful). Defaults to "Yes" if no selection made. |
duration | Time spent viewing the tip in milliseconds |
temporal_slices | Always 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