Login

Events

When embedding Coassemble courses and the course builder, you can listen for various events to track progress and respond to user actions.

Course Player Events

When embedding courses for viewing as a learner, you can optionally handle progress events. This allows you to track the progress of your users through the content, and respond in your application accordingly.

TypeEventDescriptionComments
sessionreadyFires when the course player is mounted and ready to use.
coursestartFires when a course is started.
progressFires when the progress of the course changes.Progress only ever increases and will not decrease if the user navigates backwards.
feedbackFires when a course feedback is selected.Will fire multiple times if the user changes their selection.
completedFires when a course is completed.
screenstartFires when a screen is started which is when it comes into view
endFires when a screen is navigated away from.
completeFires when a screen is completed.For some screen types, this may be when the screen is viewed, for others it may be when the learner completes the screen requirements.
screenanswerFires when a screen question is answered.Only applies to Quiz type.
retryFires when a screen is retried.Only applies to Quiz type.

Course Builder Events

When embedding the course builder, you can listen for events related to course creation and editing:

TypeEventDescriptionComments
coursecreatedFires when a course is first created.
updatedFires when a course is updated.
backFires when the Back button is clicked.
sessionreadyFires when the course builder is mounted and ready to use.
errorFires when an error occurs in the course builder.
expiredFires when an error occurs due to an expired session.