About creating scrom using mysql as database

About creating scrom using mysql as database

by Neda Shafiee -
Number of replies: 1

hi,

I've created an ADL scrom 2004 package by reload editor and now I want to have transaction with a database such as mysql so I could add this package to moodle and test it. As I installed moodle with XAMPP that use apache and mysql is there any editor that I could use and develop such application that transact with mysql or not?For client side I can use Java Script but as I should use PHP for server side I really need an environment like .net for asp that I could do that. I look dears' replies.

Neda

Average of ratings: -
In reply to Neda Shafiee

Re: About creating scrom using mysql as database

by Amy Groshek -
Welcome, Neda.

A few things:
1) Moodle is SCORM 1.2 conformant, but not 2004 conformant.
http://docs.moodle.org/en/SCORM_FAQ#Supported_Versions

2) SCORM uses its own API to store data in the Moodle database, so unless you're trying to save data that absolutely won't work with the SCORM data model, you can just use the SCORM API.
http://docs.moodle.org/en/SCORM_FAQ#SCORM_Information

Most SCORM content is HTML/JavaScript or HTML/SWF/Javascript and all use JavaScript to send data through the SCORM API to Moodle.

Regards,
Amy