jcputney / scorm-again

A modern SCORM JavaScript runtime library.
https://jcputney.github.io/scorm-again/
MIT License
218 stars 53 forks source link

Get viewed and total slides through scorm-again #723

Closed Mustufask closed 2 months ago

Mustufask commented 2 months ago

@jcputney hi sir, can i get the viewed and total slides through scorm-again?

jcputney commented 2 months ago

@Mustufask you can only get what the module commits to the API, so if it sends slide views back as objectives, then maybe. I would go through the module and see what is being stored in the cmi object.