Skip to main content

Journal

A freeform journaling activity where participants can record thoughts, write lists, and make notes. Entries are date and time stamped and appear in the Manage tab. Previous entries can be recalled and read at any time.

Journal on Manage tabNew journal entry
Manage tab — Journal activity cardNew entry — Writing with mood prompt

ActivitySpec: lamp.journal

Configuration​

No specific configuration is needed beyond the standard activity settings (title, icon, tab placement). Create via the Activities tab by selecting Journal.

Usage​

The participant opens the journal and writes freely. Each entry is timestamped. Previous entries are accessible for review.

Data​

{
"timestamp": 1649859300000,
"activity": "journal_activity_id",
"duration": 60000,
"static_data": {
"text": "Today I practiced mindfulness techniques..."
},
"temporal_slices": []
}
FieldDescription
static_data.textThe journal entry text content
durationTime spent writing the entry (ms)
temporal_slicesAlways an empty array

Cortex Features​

No Cortex features currently process Journal data.

View in Portal | Python SDK | API Reference