IS Moodle AICC compatible

IS Moodle AICC compatible

Yogesh Verma -
回帖数:9

While browing through the moodle code I could see that it supports loading courses which are AICC compatible.

However can any body let me know whow does moodle communicate with content. Any source code sample would be highly appreciated.

If possible please also let me know which file to browse in source code of moodle to review the communication mechanism, specifically for AICC Content

 

 

回复Yogesh Verma

Re: IS Moodle AICC compatible

Yogesh Verma -

Can anybody please reply on this?

Regards

 

回复Yogesh Verma

Re: IS Moodle AICC compatible

Martin Dougiamas -
Core developers的头像 Documentation writers的头像 Moodle HQ的头像 Particularly helpful Moodlers的头像 Plugin developers的头像 Testers的头像
The SCORM module plays AICC as well.

cvs:/moodle/mod/scorm
回复Martin Dougiamas

Re: IS Moodle AICC compatible

Yogesh Verma -

Thanks Martin,

But I am not able to trace out code which uses HACP implementation of retrieving results from content/course.

回复Yogesh Verma

Re: IS Moodle AICC compatible

Martin Geisenhainer -
Hi Martin,

that's a good point. In order to start an AICC export from an Authoring Tool: which prefix for file name in lms.au and which AICC creator have to be used?

Cheers,
Martin.
回复Martin Geisenhainer

Re: IS Moodle AICC compatible

Yogesh Verma -

Hi Guys,

Please Let me know if any body can help me in getting a source code sample for LMS which uses HACP communication with external content.

I have been looking into Ganesha, SAKAI and many more. I have seen may implementations for API but could not find any on HACP.

Regards,
Yogesh

 

 

 

回复Yogesh Verma

Re: IS Moodle AICC compatible

Yogesh Verma -
Can anybody give response to my messages?
回复Yogesh Verma

Re: IS Moodle AICC compatible

Roberto Pinna -
Core developers的头像 Plugin developers的头像
Hi,
if you want to take a look on the moodle source code that implements aicc HACP communication you can take a look to cvs:/moodle/mod/scorm/loadSCO.php for the AICC content launching and cvs:/moodle/mod/scorm/aicc.php for the HACP communication

HTH,
Bobo.
回复Yogesh Verma

Re: IS Moodle AICC compatible

Keith Starling -
While Moodle 1.6.3 seems to be able to launch AICC courses, it doesn't seem to correctly parse the Core_Vendor section from the .au file. datafromlms in the scorm_scoes table is blank for all my imported AICC courses, even though a value for Core_Vendor is specified in the imported .au. Any ideas? Has this been fixed in a later version?