# Reporting Data

ClearXP collects a lot of data so it's important to understand what that data represents, how to interpret it and find your way to interesting insights. This page provides a detailed overview of the different data sources in the system and what fields exist.

{% hint style="info" %}
The system conducts a best-effort approach to calculating data fields and that in some cases, many of these fields may be absent if the system cannot reliably determine how to calculate them.&#x20;

For example, if the system only has two data points on completely different days for a learner completing the activity then it will be unable to determine the duration taken because duration is the time spent within the activity itself (two data points within a short period of time are required).

In general, data may be more reliable the more recent the record has been recorded as efforts to populate these fields improve.
{% endhint %}

## Enrolment Status

The **Enrolment Status** data source includes the current state of all assignments (admin, manager-assigned, self-registered, etc.) in the system. This is useful for compliance reporting on Due Dates and whether users have completed the learning assigned to them.

### Schema

<table><thead><tr><th width="235.34765625">Field</th><th width="134.91796875">Type</th><th>Description</th></tr></thead><tbody><tr><td><p><strong>Program Activity</strong></p><p><code>node</code></p></td><td>Activity</td><td>If this assignment belongs to a Program, this will refer to the Program the activity belongs to (othrewise refers to the directly assigned module).</td></tr><tr><td><p><strong>Activity</strong></p><p><code>activity</code></p></td><td>Activity</td><td>The assigned activity (either directly or indirectly underneath a Program).</td></tr><tr><td><strong>User</strong><br><code>actor</code></td><td>Actor</td><td>The learner assigned to complete the activity.</td></tr><tr><td><strong>Enrolment Type</strong><br><code>enrolmentType</code></td><td>String</td><td>How the enrolment was assigned, one of:<br>- <code>admin</code> - Top-down enrolments created with audience-based rules for assigning ongoing learning.<br>- <code>activity</code> - Used for face-to-face sessions. Enforces consistency so all learners will be given the same start and end date for a given activity.<br>- <code>actor</code> - Individuals assigned directly to activities either via Program Owner or automated workflows (including approval processes). Used to give learners different start and end dates.<br>- <code>manager-assigned</code> - Individuals assigned directly to activities by their manager within the Learning Hub. Automated workflows can also be directed to this type to allow un-assignment by managers.<br>- <code>self-registered</code> - Any activities the learner has chosen to assign themselves via the Learning Hub.</td></tr><tr><td><strong>Enrolment Category</strong><br><code>enrolmentCategory</code></td><td>String</td><td>The specific category the learning is grouped under. Typically "mandatory" or "recommended" but can include other categories if configured.</td></tr><tr><td><strong>Is Mandatory</strong><br><code>enrolmentMandatory</code></td><td>Boolean</td><td>Whether this is a mandatory assignment for compliance purposes.</td></tr><tr><td><strong>Workflow ID</strong><br><code>workflowId</code></td><td>String</td><td>Reference to the workflow attached to this assignment.</td></tr><tr><td><strong>Enrolment Status</strong><br><code>status</code></td><td>String</td><td>The current status of the assignment, one of:<br>- <code>assigned</code> - The default status – appears in learning hub as required for completion.<br>- <code>overdue</code> - Appears as red clock icon indicating the activity has passed its due date.<br>- <code>expired</code> - Appears as refresh arrow when completed training has been reset.<br>- <code>locked</code> - Appears locked out until prerequisites have been completed.<br>- <code>unassigned</code> - Required for completion but not yet visible to the learner. Used prior to Start Date.<br>- <code>unregistered</code> - Not required for completion, an exception status when a learner is enrolled but does not need to complete the activity.</td></tr><tr><td><strong>Enrolled Date</strong><br><code>timestampEnrolled</code></td><td>Date</td><td>The date the activity was assigned. This may different from the "Start Date" if the learner was assigned the learning after the activity had been rolled out or if they were enrolled ahead of time with a future Start Date.</td></tr><tr><td><strong>Start Date</strong><br><code>timestampStart</code></td><td>Date</td><td>The date the activity was scheduled to launch and become visible in the Learning Hub.</td></tr><tr><td><strong>Due Date</strong><br><code>timestampDue</code></td><td>Date</td><td>The date the activity is scheduled to be completed by for compliance purposes.</td></tr><tr><td><strong>Completion Date</strong><br><code>timestampCompleted</code></td><td>Date</td><td>The date the activity was completed by the learner. If the learner completes multiple times, this will be the date they first completed after being assigned.</td></tr><tr><td><strong>Last Accessed</strong><br><code>timestampAccessed</code></td><td>Date</td><td>The date the learner most recently accessed the activity.</td></tr></tbody></table>

## Completions

The **Completions** data source contains a historical record of all completions for learners for each activity. Learners can contain multiple completions for a single activity if they have completed it multiples times.

### Schema

<table><thead><tr><th width="228.72265625" valign="top">Field</th><th width="137.46875" valign="top">Type</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><p><strong>Activity</strong></p><p><code>activity</code></p></td><td valign="top">Activity</td><td valign="top">The activity that the record pertains to.</td></tr><tr><td valign="top"><strong>User</strong><br><code>actor</code></td><td valign="top">Actor</td><td valign="top">The historical agent, including their user profile attributes at the time the completion was recorded.</td></tr><tr><td valign="top"><p><strong>Attempt Number</strong></p><p><code>attempt</code></p></td><td valign="top">Number</td><td valign="top">A sequential number representing the Nth time the user has completed this activity. For rolled up completions, this number may not be reliable.</td></tr><tr><td valign="top"><p><strong>Attempts To Complete</strong> </p><p><code>attempts</code></p></td><td valign="top">Number</td><td valign="top">The number of attempts taken (generally as a result of undertaking a quiz or assessment) before the activity was considered completed. Since all activities have different completion requirements, this number may not be consistent across different activities.</td></tr><tr><td valign="top"><p><strong>Browser</strong></p><p><code>browser</code></p></td><td valign="top">String</td><td valign="top">The browser most commonly to complete the activity (Chrome / Safari/ etc.)</td></tr><tr><td valign="top"><p><strong>Date Completed</strong></p><p><code>dateCompleted</code></p></td><td valign="top">Date</td><td valign="top">The date the completion was recorded stored in the user’s time zone. Only present if the user has a time zone attached.</td></tr><tr><td valign="top"><p><strong>Time Spent on Desktop</strong></p><p><code>device.desktop</code></p></td><td valign="top">Number</td><td valign="top">A breakdown of how long (in milliseconds) was spent on each desktop when completing this activity.</td></tr><tr><td valign="top"><strong>Time Spent on Tablet</strong><br><code>device.tablet</code></td><td valign="top">Number</td><td valign="top">A breakdown of how long (in milliseconds) was spent on each tablet when completing this activity.</td></tr><tr><td valign="top"><strong>Time Spent on Mobile</strong><br><code>device.mobile</code></td><td valign="top">Number</td><td valign="top">A breakdown of how long (in milliseconds) was spent on each mobile when completing this activity.</td></tr><tr><td valign="top"><p><strong>Due Date</strong></p><p><code>dueDate</code></p></td><td valign="top">Date</td><td valign="top">The assigned Due Date for the activity.</td></tr><tr><td valign="top"><p><strong>Duration</strong></p><p><code>duration</code></p></td><td valign="top">Number</td><td valign="top">The number of milliseconds taken to complete the activity.</td></tr><tr><td valign="top"><p><strong>Enrolment Category</strong></p><p><code>enrolmentCategory</code></p></td><td valign="top">String</td><td valign="top">How the activity was assigned to the user (mandatory / recommended / featured).</td></tr><tr><td valign="top"><p><strong>Enrolment Type</strong></p><p><code>enrolmentType</code></p></td><td valign="top">String</td><td valign="top">Representative of who assigned the activity to the user (admin / manager-assigned / self-registered).</td></tr><tr><td valign="top"><p><strong>Interactions</strong></p><p><code>interactions</code></p></td><td valign="top">Number</td><td valign="top">The number of interactions the user had when completing the activity (viewing screens, clicking buttons, etc.)</td></tr><tr><td valign="top"><p><strong>Operating System</strong></p><p><code>os</code></p></td><td valign="top">String</td><td valign="top">The Operating System most used when completing the activity (Mac OS / Windows / etc.)</td></tr><tr><td valign="top"><p><strong>Notification Date</strong></p><p><code>notificationDate</code></p></td><td valign="top">Date</td><td valign="top">The date of the most recent notification to be sent to the learner in regards to the activity. This is indicative of responsiveness to reminder notifications.</td></tr><tr><td valign="top"><p><strong>Total Notifications</strong></p><p><code>notifications</code></p></td><td valign="top">Number</td><td valign="top">The number of notifications sent to the learner before they completed the activity.</td></tr><tr><td valign="top"><p><strong>Registration ID</strong></p><p><code>registration</code></p></td><td valign="top">String</td><td valign="top">Unique ID to represent a distinct registration into the activity (i.e. if the user is assigned the activity multiple times over a time period).</td></tr><tr><td valign="top"><p><strong>Total Sessions</strong></p><p><code>sessions</code></p></td><td valign="top">Number</td><td valign="top">The number of times the learner accessed the activity in separate browser sessions before they completed the activity.</td></tr><tr><td valign="top"><p><strong>Score</strong></p><p><code>score</code></p></td><td valign="top">Number</td><td valign="top">The most recent score the user achieved before completing the activity if a quiz exists in the activity.</td></tr><tr><td valign="top"><p><strong>Start Date</strong></p><p><code>startDate</code></p></td><td valign="top">Date</td><td valign="top">The enrolment Start Date which represents the date the activity was released to the learner. Note that this date may be prior to when the learner was actually assigned the activity if they joined the business after the enrolment had commenced (see assignedDate instead).</td></tr><tr><td valign="top"><p><strong>Stored Date</strong></p><p><code>stored</code></p></td><td valign="top">Date</td><td valign="top">The date this record was most recently updated by the system.</td></tr><tr><td valign="top"><p><strong>Stored Completed Date</strong></p><p><code>storedCompleted</code></p></td><td valign="top">Date</td><td valign="top">The date the completion was received by the system. If completions are imported or back-dated, this date will be more recent than the actual completion date.</td></tr><tr><td valign="top"><p><strong>Time Since Assigned</strong></p><p><code>timeSinceAssigned</code></p></td><td valign="top">Number</td><td valign="top">The amount of time (in seconds) that passed between the Start Date and the Assigned Date.</td></tr><tr><td valign="top"><p><strong>Time Since Start Date</strong></p><p><code>timeSinceStartDate</code></p></td><td valign="top">Number</td><td valign="top">The amount of time (in seconds) that passed between the Start Date and Completion Date.</td></tr><tr><td valign="top"><p><strong>Time Since Due Date</strong></p><p><code>timeSinceDueDate</code></p></td><td valign="top">Number</td><td valign="top">The amount of time (in seconds) that passed between the Due Date and the Completion Date. This number will be negative if the learner completed before their Due Date or positive if they completed after the Due Date.</td></tr><tr><td valign="top"><p><strong>Time Since Notification</strong></p><p><code>timeSinceNotification</code></p></td><td valign="top">Number</td><td valign="top">The amount of time (in seconds) that passed between the most recent Notification sent and the Completion Date.</td></tr><tr><td valign="top"><p><strong>Timestamp Accessed</strong></p><p><code>timestamp</code></p></td><td valign="top">Date</td><td valign="top">The date of the most recent access by the learner.</td></tr><tr><td valign="top"><p><strong>Timestamp Assigned</strong></p><p><code>timestampAssigned</code></p></td><td valign="top">Date</td><td valign="top">The date the activity was actually assigned to the learner and would have appeared in their assigned learning. May be absent if the learner was never assigned and the completion was imported.</td></tr><tr><td valign="top"><p><strong>Timestamp Completed</strong></p><p><code>timestampCompleted</code></p></td><td valign="top">Date</td><td valign="top">The date the learner completed the activity.</td></tr><tr><td valign="top"><p><strong>Timestamp Started</strong></p><p><code>timestampStarted</code></p></td><td valign="top">Date</td><td valign="top">The date the learner first accessed the activity.</td></tr><tr><td valign="top"><p><strong>Time to Complete</strong></p><p><code>timeToComplete</code></p></td><td valign="top">Number</td><td valign="top">The amount of time (in seconds) that passed between the learner first accessing the activity and then completing it. Indicative of the learner taking multiple days to complete or if completed on their first access.</td></tr><tr><td valign="top"><p><strong>Total Score</strong></p><p><code>totalScore</code></p></td><td valign="top">Number</td><td valign="top">The sum of all quiz scores across all attempts before the learner completed the activity.</td></tr></tbody></table>

## Analytics / Interactions

### Schema

<table><thead><tr><th width="226.44921875" valign="top">Field</th><th width="140.46484375" valign="top">Type</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><p><strong>Activity</strong></p><p><code>activity</code></p></td><td valign="top">Activity</td><td valign="top">The activity that the record pertains to.</td></tr><tr><td valign="top"><p><strong>User</strong></p><p><code>actor</code></p></td><td valign="top">Actor</td><td valign="top">The user that the record pertains to.</td></tr><tr><td valign="top"><p><strong>Activity Ancestors</strong></p><p><code>ancestors</code></p></td><td valign="top">Object[]</td><td valign="top"><p>Resolved ancestry tree for the activity including the ID of each ancestor activity and the depth of the tree. For example, if this record pertained to accessing a Dashboard Tab, this object would look like the following:<br><br>[</p><p>  { activity: "(Learning Hub Activity ID)", depth: 0 },</p><p>  { activity: "(Dashboard Activity ID)", depth: 1 },</p><p>  { activity: "(My Team Activity ID)", depth: 2 }</p><p>]</p></td></tr><tr><td valign="top"><p><strong>Completed</strong></p><p><code>completion</code></p></td><td valign="top">Number</td><td valign="top">Whether this record signifies a completion should be recorded or not (0 = not completed, 1 = completed)</td></tr><tr><td valign="top"><code>contained</code></td><td valign="top">Analytics Object</td><td valign="top">Includes a nested record within this one – with the exception of activity references, all other fields in this table can appear as sub-fields of contained.<br>Used for compound records such as “Manager shared Activity with User” – the “manager shared activity” portion appear as top-level analytics fields but contained will include the “user” portion (along with any other recorded fields).</td></tr><tr><td valign="top"><p><strong>Time Taken</strong></p><p><code>duration</code></p></td><td valign="top">Number</td><td valign="top">The duration spent (in milliseconds) when recording this interaction.</td></tr><tr><td valign="top"><p><strong>Statement ID</strong></p><p><code>id</code></p></td><td valign="top">String</td><td valign="top">The unique identifier for this record.</td></tr><tr><td valign="top"><p><strong>Referenced Activity</strong></p><p><code>other</code></p></td><td valign="top">Activity[]</td><td valign="top">Indirect activity references for this record. Typically includes the screen or an activity a user is viewing when the event is recorded against a different activity to the one the user is currently viewing.<br>I.e. “Launching Induction Training” – Induction Training is the activity, but other will include the activity the user launched from.</td></tr><tr><td valign="top"><p><strong>Response</strong></p><p><code>response</code></p></td><td valign="top">String</td><td valign="top">Response data attached to this record, if applicable.</td></tr><tr><td valign="top"><p><strong>Date</strong></p><p><code>timestamp</code></p></td><td valign="top">Date</td><td valign="top">The date of the interaction.</td></tr><tr><td valign="top"><p><strong>Action</strong></p><p><code>verb</code></p></td><td valign="top">String</td><td valign="top">Action taken by the user against the object (in the form of a "verb").</td></tr></tbody></table>

### Taxonomy

<details>

<summary>System Interactions</summary>

| Interaction                                                                                                | Description |
| ---------------------------------------------------------------------------------------------------------- | ----------- |
| <p><strong>Registered into Activity</strong><br>User <em>registered</em> (Activity)</p>                    |             |
| <p><strong>Unregistered from Activity</strong><br>User <em>unregistered</em> (Activity)</p>                |             |
| <p><strong>Assigned Activity</strong><br>User <em>designated</em> (Activity) as "assigned"</p>             |             |
| <p><strong>Unassigned Activity</strong><br>User <em>designated</em> (Activity) as "unassigned"</p>         |             |
| <p><strong>Activity Overdue</strong><br>User <em>designated</em> (Activity) as "overdue"</p>               |             |
| <p><strong>Activity Expired</strong><br>User <em>expired</em> (Activity)</p>                               |             |
| <p><strong>Sent Notification</strong><br>System <em>reminded</em> User <em>to complete</em> (Activity)</p> |             |

</details>

<details>

<summary>Admin Interactions</summary>

| Interaction                                                                                                                      | Description |
| -------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| <p><strong>Created New Activity</strong><br>Admin <em>created</em> (Activity)</p>                                                |             |
| <p><strong>Updated Activity</strong><br>Admin <em>updated</em> (Activity)</p>                                                    |             |
| <p><strong>Deleted Activity</strong><br>Admin <em>removed</em> (Activity)</p>                                                    |             |
| <p><strong>Marked Completion</strong><br>Admin <em>recorded</em> (Learner) as <em>completed</em> (Activity)</p>                  |             |
| <p><strong>Notified Manager</strong><br>Admin <em>requested attention</em> (User) for (Interaction)</p>                          |             |
| <p><strong>Published a Decision</strong><br>Admin <em>logged</em> (Decision Activity)</p>                                        |             |
| <p><strong>Created New Role</strong><br>Admin <em>created</em> (Role Activity)</p>                                               |             |
| <p><strong>Updated Role</strong><br>Admin <em>updated</em> (Role Activity)</p>                                                   |             |
| <p><strong>Deleted Role</strong><br>Admin <em>deleted</em> (Role Activity)</p>                                                   |             |
| <p><strong>Created New Label</strong><br>Admin <em>created</em> (Label Activity)</p>                                             |             |
| <p><strong>Updated Label</strong><br>Admin <em>updated</em> (Label Activity)</p>                                                 |             |
| <p><strong>Deleted Label</strong><br>Admin <em>deleted</em> (Label Activity)</p>                                                 |             |
| <p><strong>Assigned Facilitator</strong><br>Admin <em>assigned</em> Facilitators to (Session)</p>                                |             |
| <p><strong>Removed Facilitator</strong><br>Admin <em>assigned</em> Facilitators from (Session)</p>                               |             |
| <p><strong>Marked Attendance</strong><br>Admin <em>recorded</em> (Learner) <em>registered/cancelled/completed</em> (Session)</p> |             |
| <p><strong>Withdrew Registration</strong><br>Learner <em>cancelled</em> (Event)</p>                                              |             |

</details>

<details>

<summary>Portal / Learning Hub Interactions</summary>

| Interaction                                                                                                    | Description                                                                                                                                                               |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Launched Activity</strong><br>User <em>launched</em> (Activity) from (Portal Activity / Screen)</p> | Captured when a user launches an activity including the screen (or activity) they were on when they launched it.                                                          |
| <p><strong>Performed Search</strong><br>User <em>searched</em> for “(Search Term)” from (Screen)</p>           | Captured when the user searches for learning, including the screen they were on when they initiated the search. Searches can be initiated from the Hub or Portal pages.   |
| <p><strong>Filtered Search</strong><br>User <em>selected</em> (Filter) with “(Filter Value)” from (Screen)</p> | Captured when utilising dropdown filters. The value selected in the dropdown is also recorded as well as the screen the user was on when they selected the filters.       |
| <p><strong>Self-Registered into Activity</strong><br>User <em>registered</em> into (Activity)</p>              | Captured when a user registers themselves into an activity via the Learning Hub.                                                                                          |
| <p><strong>Self-Unregistered from Activity</strong><br>User <em>unregistered</em> from (Activity)</p>          | Captured when a user removes a self-registered activity from their assigned learning.                                                                                     |
| <p><strong>Assigned Activity to User</strong><br>Manager <em>assigned</em> (Activity) to Learner</p>           | Captured when a manager assigns an activity to a user in their team.                                                                                                      |
| <p><strong>Unassigned Activity from User</strong><br>Manager <em>removed</em> (Activity) from Learner</p>      | Captured when a manager removes a previously assigned activity from a user in their team.                                                                                 |
| <p><strong>Shared Activity with User</strong><br>User <em>shared</em> (Activity) with User</p>                 | Captured when the user shares an activity with another user in the system. Learners can share with multiple users at once but a separate event is recorded for each user. |
| <p><strong>Updated Profile Photo</strong><br>User <em>updated</em> (Photo Activity)</p>                        | Captured when the user uploads a new profile photo from their Learning Hub profile.                                                                                       |

</details>

<details>

<summary>Learning Interactions</summary>

| Interaction                                                                                          | Description                                                                                             |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| <p><strong>Opened Activity</strong><br>User <em>initialised</em> (Activity)</p>                      | Captured when a user opens a module, program or portal.                                                 |
| <p><strong>Closed Activity</strong><br>User <em>terminated</em> (Activity)</p>                       |                                                                                                         |
| <p><strong>Resumed Activity</strong><br>User <em>resumed</em> (Activity)</p>                         |                                                                                                         |
| <p><strong>Progressed Activity</strong><br>User <em>attempted</em> (Activity)</p>                    |                                                                                                         |
| <p><strong>Completed Activity</strong><br>User <em>completed</em> (Activity) with (Score)</p>        | Captured when a user completes an activity, sometimes includes a score if the activity reports a score. |
| <p><strong>Passed Activity</strong><br>User <em>completed</em> (Activity) and (Success)</p>          |                                                                                                         |
| <p><strong>Failed Activity</strong><br>User <em>completed</em> (Activity) and (Failed)</p>           |                                                                                                         |
| <p><strong>Opened Link</strong><br>User <em>followed</em> (Link Activity)</p>                        |                                                                                                         |
| <p><strong>Viewed Screen</strong><br>User <em>experienced</em> (Screen)</p>                          | Captured when the user navigates to a different screen inside a module or program page.                 |
| <p><strong>Completed Screen</strong><br>User <em>completed</em> (Screen)</p>                         |                                                                                                         |
| <p><strong>Uploaded File</strong><br>User <em>uploaded</em> (File)</p>                               |                                                                                                         |
| <p><strong>Played Video</strong><br>User <em>played</em> (Video) at (Timecode)</p>                   |                                                                                                         |
| <p><strong>Paused Video</strong><br>User <em>paused</em> (Video) at (Timecode)</p>                   |                                                                                                         |
| <p><strong>Skipped Video</strong><br>User <em>skipped</em> (Video) to (Timecode)</p>                 |                                                                                                         |
| <p><strong>Watched Video</strong><br>User <em>watched</em> (Video) from (Timecode) to (Timecode)</p> |                                                                                                         |
| <p><strong>Finished Video</strong><br>User <em>completed</em> (Video)</p>                            |                                                                                                         |

</details>

<details>

<summary>Assessment Interactions</summary>

| Interaction                                                                                                                      | Description |
| -------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| <p><strong>Completed Quiz</strong><br>User <em>completed</em> (Quiz)</p>                                                         |             |
| <p><strong>Passed Quiz</strong><br>User <em>passed/completed</em> (Quiz) and (Success)</p>                                       |             |
| <p><strong>Failed Quiz</strong><br>User <em>failed</em>/<em>completed</em> (Quiz) and (Failed)</p>                               |             |
| <p><strong>Answered Question</strong><br>User <em>responded/answered</em> (Question)</p>                                         |             |
| <p><strong>Passed Question</strong><br>User <em>responded/answered</em> (Question) and (Success)</p>                             |             |
| <p><strong>Failed Question</strong><br>User <em>responded/answered</em> (Question) and (Failed)</p>                              |             |
| <p><strong>Attached File</strong><br>User <em>attached</em> (Attachments) to (Question)</p>                                      |             |
| <p><strong>Answered Self-Assessment Question</strong><br>User <em>responded</em> to (Question) as (Learner)</p>                  |             |
| <p><strong>Completed Self-Assessment</strong><br>User <em>assessed</em> (Assessment) as (Learner)</p>                            |             |
| <p><strong>Answered 180 Assessment Question</strong><br>User <em>responded/commented</em> (Question) as (Manager)</p>            |             |
| <p><strong>Completed 180 Assessment</strong><br>User <em>assessed</em> (Assessment) as (Manager)</p>                             |             |
| <p><strong>Answered 360 Assessment Question</strong><br>User <em>responded/commented</em> (Question) as (Peer/Team/Observer)</p> |             |
| <p><strong>Completed 360 Assessment</strong><br>User <em>assessed</em> (Assessment) as (Peer/Team/Observer)</p>                  |             |

</details>

<details>

<summary>Social Interactions</summary>

| Interaction                                                                                              | Description                                                                       |
| -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| <p><strong>Posted a Message</strong><br>User <em>posted</em> (Social Post)</p>                           |                                                                                   |
| <p><strong>Commented on a Post</strong><br>User <em>commented on</em> (Social Post)</p>                  |                                                                                   |
| <p><strong>Liked a Post</strong><br>User <em>liked</em> (Social Post)</p>                                |                                                                                   |
| <p><strong>Pinned a Post</strong><br>Moderator <em>pinned</em> (Social Post)</p>                         |                                                                                   |
| <p><strong>Unpinned a Post</strong><br>Moderator <em>unpinned</em> (Social Post)</p>                     |                                                                                   |
| <p><strong>Awarded Post</strong><br>Moderator <em>awarded</em> (Social Post) with (Reward)</p>           |                                                                                   |
| <p><strong>Removed Post/Comment</strong><br>Moderator <em>removed</em> (Social Post)</p>                 |                                                                                   |
| <p><strong>Rated Activity</strong><br>User <em>rated</em> (Activity) as (Rating)</p>                     | Captured when a user rates a piece of content with a quality rating (from 1 – 5). |
| <p><strong>Provided Feedback for Activity</strong><br>User <em>rated</em> (Activity) with (Feedback)</p> | Captured when a user leaves free-text feedback on a piece of content.             |

</details>

<details>

<summary>Achievement Interactions</summary>

| Interaction                                                                      | Description |
| -------------------------------------------------------------------------------- | ----------- |
| <p><strong>Earned Badge</strong><br>User <em>earned</em> (Badge)</p>             |             |
| <p><strong>Earned Points</strong><br>User <em>earned</em> (Points)</p>           |             |
| <p><strong>Earned Voucher</strong><br>User <em>earned</em> (Points)</p>          |             |
| <p><strong>Earned Certificate</strong><br>User <em>earned</em> (Certificate)</p> |             |

</details>

<details>

<summary>Task Interactions</summary>

| Interaction                                                                                   | Description |
| --------------------------------------------------------------------------------------------- | ----------- |
| <p><strong>Assigned Task</strong><br>User <em>assigned</em> (Task) to (Manager/Peer)</p>      |             |
| <p><strong>Unassigned Task</strong><br>User <em>removed</em> (Task) from (Manager/Peer)</p>   |             |
| <p><strong>Deleted Task</strong><br>User <em>removed</em> (Task)</p>                          |             |
| <p><strong>Approved Task</strong><br>Manager/Peer <em>approved</em> (Task) for (Learner)</p>  |             |
| <p><strong>Declined Task</strong><br>Manager/Peer <em>declined</em> (Task) for (Learner)</p>  |             |
| <p><strong>Withdrew Task</strong><br>Manager/Peer <em>cancelled</em> (Task) for (Learner)</p> |             |

</details>

<details>

<summary>Payment Interactions</summary>

| Interaction                                                                       | Description |
| --------------------------------------------------------------------------------- | ----------- |
| <p><strong>Made a Purchase</strong><br>User <em>purchased</em> (Activity) </p>    |             |
| <p><strong>Charged Payment</strong><br>User <em>created</em> (Charge)</p>         |             |
| <p><strong>Refunded Payment</strong><br>User <em>refunded</em> (Charge)</p>       |             |
| <p><strong>Settled Purchase</strong><br>System <em>settled</em> (Charge)</p>      |             |
| <p><strong>Transferred Payment</strong><br>System <em>created</em> (Transfer)</p> |             |

</details>
