Skip to main content

Activities Tracking Data

Data collected for each activity assigned to students within the district

Updated today

The Activities Tracking Data dataset contains the recorded activity tracking data assigned to students in LiftEd.


This page explains the structure and contents of the activity_tracking_<date>_<time>.csv file included in your LiftEd BI Data Export.

Each record in this dataset represents a single activity tracking entry and includes the identifiers needed to connect with Students, Staff, Activities, and Targets.

The column order listed here will be left to right in the export

File name: activity_tracking_<date>_<time>.csv

Column

Data Type

Example Value

Data Definitions

id

GUID

Eg: 7e451dce-1c5a-4d2f-9b27-1234567890ab

Unique ID for this activity entry

student_id

GUID

Eg: 6f4ec37f-1023-4df5-89ec-cf3e7cfc893b

Which student this entry is about

staff_id

GUID

Eg: 1574bb5c-0aa0-5117-b305-f48e68378860

Staff who recorded the entry

activity_id

GUID

Eg: cb6d0cf5-885f-4bf4-bac0-e8b10e1999a

Activity the entry belongs to

targets_data_ids

Array<GUID>

Eg: a1d455d1d1...; a1d4dd1d...

IDs of the target-level rows under this activity entry

date

DateTime

Eg: 2024-08-20T14:59:47.811+00:00

When the entry was recorded

skipped

int

Eg: 3

Number of skipped trials

incorrect

int

Eg: 2

Number of incorrect trials

correct

int

Eg: 5

Number of correct trials

duration

int (seconds)

Eg: 125

Total observed duration for this entry

notes

string

Eg: activity level note here for task analysis

Free-text notes entered at the activity level

is_deleted

Boolean

Eg: True or False

Indicates if the record has been soft deleted

Example: activity_tracking_20251028_161014.csv

Tip: Click on the image to view it in full size, and click < to go back.

Did this answer your question?