Reset or delete SCORM attempt

Jan 30, 2024

Hi!

Could you tell me please if there is a way to delete a SCORM attempt (basically all progress and score) through JavaScript, considering that in my organization we can't do it through our LMS (a reduced version of SAP SuccessFactors)?

I managed to apparently "reset" an attempt using exit() function combined with a redirection to the first module and that seems to work because all lessons but the first one get blocked and new exam attempts are given to the learner, but once the SCORM window or tab gets closed and the learner access again, the progress is the same before the "reset", even if I use functions like reportScore(), completeOut() or setDataChunk() trying to overwrite the old data.

Thank you for any help you can offer.

Be the first to reply