Forum Discussion
Tracking Assessment Attempts
Hello,
I have a similiar request where we want to track the number of attempts a learner took to complete a course as well as each score/result for each attempt. I have been working with our LMS (Cornerstone) and they have advised that the problem lies with information received back from the SCORM package. Here is there a response: "The SCO must send a Terminate request with cmi.exit="normal" to end the attempt and
the navigation request (adl.nav.request) is neither “suspendAll” nor empty. Many courses send cmi.exit="suspend" and adl.nav.request="suspendAll", causing the
LMS not to know an attempt has ended and mark all attempts as the 1st attempt." How can we adjust the cmi.exit variable to be normal and the adl.nav.request not equal to suspend all?