Multi-Course Complete
Event sent when a user completes a multi-training course.
This event is sent whenever a user completes a multi-course training module. Completions of individual courses that are part of this training will be sent as several Course Complete events.
Event Type
MULTI_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.
childResultIds
string[]
A list of the result Ids for completions that were part of this multi-course training. Formatted as GUIDs.
Last updated