]> git.mjollnir.org Git - moodle.git/commit
Putting SCORM into maintree CVS, to make it easier to test.
authormoodler <moodler>
Thu, 20 May 2004 17:06:19 +0000 (17:06 +0000)
committermoodler <moodler>
Thu, 20 May 2004 17:06:19 +0000 (17:06 +0000)
commit98ca59f6e17dfec6eb17e908160b11ff5af6c07c
tree5253853a80a672d379d417ed19dda752301261eb
parent64d6c09b7a7bffa48142db05f8268a70a02e9a8c
Putting SCORM into maintree CVS, to make it easier to test.

It's getting pretty useful now!
27 files changed:
mod/scorm/README.txt [new file with mode: 0644]
mod/scorm/api1_2.php [new file with mode: 0644]
mod/scorm/cmi.php [new file with mode: 0755]
mod/scorm/coursefiles.php [new file with mode: 0755]
mod/scorm/db/mysql.php [new file with mode: 0755]
mod/scorm/db/mysql.sql [new file with mode: 0755]
mod/scorm/db/postgres7.php [new file with mode: 0755]
mod/scorm/db/postgres7.sql [new file with mode: 0755]
mod/scorm/details.php [new file with mode: 0755]
mod/scorm/icon.gif [new file with mode: 0755]
mod/scorm/index.php [new file with mode: 0755]
mod/scorm/lib.php [new file with mode: 0755]
mod/scorm/mod.html [new file with mode: 0755]
mod/scorm/pix/browsed.gif [new file with mode: 0755]
mod/scorm/pix/completed.gif [new file with mode: 0755]
mod/scorm/pix/failed.gif [new file with mode: 0755]
mod/scorm/pix/incomplete.gif [new file with mode: 0755]
mod/scorm/pix/minus.gif [new file with mode: 0755]
mod/scorm/pix/notattempted.gif [new file with mode: 0755]
mod/scorm/pix/passed.gif [new file with mode: 0755]
mod/scorm/pix/plus.gif [new file with mode: 0755]
mod/scorm/pix/spacer.gif [new file with mode: 0755]
mod/scorm/playscorm.php [new file with mode: 0755]
mod/scorm/report.php [new file with mode: 0755]
mod/scorm/scormAPI.php [new file with mode: 0755]
mod/scorm/version.php [new file with mode: 0755]
mod/scorm/view.php [new file with mode: 0755]