The Targets Data dataset provides detailed information about data collected for each target linked to activities and students in LiftEd.
This page explains the structure and contents of the target_entry_<date>_<time>.csv file included in your LiftEd BI Data Export.
Each record in this dataset represents a single target data entry and includes the identifiers needed to connect with Students, Activities, Staff, and Targets.
The column order listed here will be left to right in the export.
Filename: target_entry_<date>_<time>.csv
Column | Data Type | Example Value | Definition |
id | GUID | Eg: 4c5d2700-24f0-4d24-b143-07d32b3c23b0 | Unique ID for this target-tracking 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 | The activity the target belongs to |
target_id | GUID | Eg: 052444cb-6c7e-4b79-98cc-53cf66eee605 | The specific target within the activity |
date | DateTime | Eg: 2024-08-20T14:59:47.811+00:00 | When the entry was recorded |
phase_changed | boolean | Eg: TRUE | Did the phase change at this entry? |
current_phase | enum/string | Eg: teaching | target current phase |
correct_trials | int | Eg: 10 | Number of correct trials in this entry |
incorrect_trials | int | Eg: 3 | Number of incorrect trials in this entry |
prompts | PromptEnum | Eg: [3 Independent, 5 Hand Under Hand] | What prompts were used (count by type) |
is_deleted | Boolean | Eg: True or False | Indicates if the record has been soft deleted |
Example: target_entry_20251028_161014.csv
Tip: Click on the image to view it in full size, and click < to go back.
β
β
β
β
