Looking for help with AICC compliant LMS in Classic ASP
I am in the process of creating an AICC (Aviation Industry CBT Committee)开发者_运维知识库 compliant LMS using Classic ASP. Does anyone have any experience with this?
I'd quite like to know how to develop courseware that runs on an AICC compliant LMS! I come from a SCORM background and need to replace all of my SCORM API calls with AICC ones - apparently this might involve XMLHTTPRequest.
In partial answer to your question though, check out moodle.org as they have an AICC module, and the LMS itself is OpenSource so you can get stuck in to the icky details. You'll have to live with the fact that its written in PHP though, but it might give you some ideas.
Server-side should be the same as a SCORM implementation (of which there is ample information). Client-side, the calls and data objects seem very similar to the SCORM object (probably 1.2).
This page seems to have very helpful information: http://www.cen-ltso.net/main.aspx?put=241&AspxAutoDetectCookieSupport=1
And this link looks to define the data object structure: http://www.immagic.com/eLibrary/TECH/AICC_US/A040816G.pdf
At least, those are the links that I will be primarily working with. Until it all dead-ends into sadness of course.
Can I ask why you want to do it in classic asp? AICC HACP and API are very simple protocols depending on the level of compliance to the standard you need/want. To answer directly, yes Im an expert specifically in AICC and asp classice,.net and such.
精彩评论