Course Complete

Event sent when a user completes a training course.

This event is sent whenever a user completes a training course, including an individual course completion during a multi-course training module. It will not be sent for the overall completion of a multi-course module. For that event see Multi-Course Complete.

Event Type

COURSE_COMPLETE

Data Structure

Name
Type
Description

resultId

string

The Id of the course result. Formatted as a GUID.

userId

string

The Id of the user that completed the course. Formatted as a GUID.

courseId

string

The Id of the course the user completed. Formatted as a GUID.

score

integer

The score the user obtained for this result.

maxScore

integer

The maximum possible score for this result.

passRate

integer

The pass rate in percent from 0-100, or null if the organisation has not specified a pass rate.

Last updated