moodle/mod/scorm
2005-11-29 14:54:39 +00:00
..
datamodels Fixed bug 4379 2005-11-29 14:53:11 +00:00
db Added multiple attempts support 2005-11-29 14:54:39 +00:00
pix Popup window icon 2005-05-09 09:46:29 +00:00
aicc.php Added multiple attempts support 2005-11-29 14:54:39 +00:00
api.php General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
backuplib.php Added multiple attempts support 2005-11-29 14:54:39 +00:00
config.html General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
datamodel.php Added multiple attempts support 2005-11-29 14:54:39 +00:00
icon.gif Transparent edges to my SUGGESTED new SCORM icon. 2004-05-20 17:32:59 +00:00
index.php General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
lib.php General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
loadSCO.php General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
locallib.php Added multiple attempts support 2005-11-29 14:54:39 +00:00
mod.html General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
player.php Added multiple attempts support 2005-11-29 14:54:39 +00:00
README.txt General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
report.php Added multiple attempts support 2005-11-29 14:54:39 +00:00
request.js Code cleaning 2005-08-30 07:29:05 +00:00
restorelib.php Added multiple attempts support 2005-11-29 14:54:39 +00:00
styles.php General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
validate.php General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
version.php Added multiple attempts support 2005-11-29 14:54:39 +00:00
view.php Added multiple attempts support 2005-11-29 14:54:39 +00:00

SCORM Module by Roberto "Bobo" Pinna

This module is a SCORM player that import SCORM packages in .zip or .pif format
(they are the same thing).
At this time the SCORM module import packages in SCORM1.2, SCORM1.3 (aka SCORM2004) and AICC.
It plays SCORM1.2 and launch AICC packages.

Moodle SCORM Module is SCORM Version 1.2 Run-Time Environment Conformant -
Minimum with All Optional Data Model Elements (LMS-RTE3)

SCORM MODULE IS JAVA FREE.

================================================================

ROAD MAP

Moodle 1.6
A popup window display mode.             DONE (needs some javascript fixing)
New Moodle course format: SCORM.         DONE (needs to check CSS)
Complete AICC conformance.
Add prerequisites support to SCORM 1.2.  DONE

Moodle 1.7
Complete conformity to SCORM 2004 RTE.
Support of SCORM 2004's sequencing and navigation.
New package validation subsystem.

Moodle 2.0
Many GREAT new features that NOW we can't think about.

================================================================

SCORM MODULE Schema:

Insert and Update an activity:

mod.html <-- onsubmit --> validate.php (-- include --> validatordomxml.php)
   ||   \
   ||    \
 submit  load
   ||      \
   ||       \
   \/     request.js
view.php

----------------------------------------------------------------

View an activity:

view.php
   ||
   ||
 submit
   ||
   ||
   \/
player.php -- load --> request.js
   ||                     api.php -- include --> datamodels/(SCORM1_2.js.php || SCORM1_3.js.php || AICC.js.php)
   ||                       /\
 iframe                     ||
 "main"<-----             XMLHTTP
  load      |             request
   ||       |               ||
   ||       |               \/
   \/       |          datamodel.php
loadSCO.php |
    |       |
    |       |
    ---------
    reload itself
    to the right sco


================================================================
Updated to April 19 2005