--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To post to this group, send email to elearning-technolo...@googlegroups.com.
To unsubscribe from this group, send email to elearning-technology-and...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elearning-technology-and-development?hl=en.
You can accomplish what you are looking to do, but not in the way you’re asking. LMSCommit and LMSFinish are methods (functions) of the SCORM 1.2 API. You’d have to write a function called from the onunload event of the htm page performing a LMSSetValue(“cmi.core.lesson_status”,”completed”) and then an LMSFinish(“”). LMSFinish performs the equivalent of the LMSCommit(“”) before it terminates communications with the LMS, so no real need to explicitly call LMSCommit(“”).
The issue with this type of action is, I launch the course, view the first page, close the course and I get a completed status. Not very good from a training perspective.
Raymond Sugel Sr
![]()
eLearning Consultant
847.370.6163
rsug...@pivotpointelearning.com
www.pivotpointelearning.com
--
To unsubscribe from this group, send email to elearning-technology-and...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elearning-technology-and-development?hl=en.