moodle/mod/scorm
moodler f6691427d9 Added default values where needed for columns in the MySQL creation script mysql.sql.
Added default values to migrate2utf8.xml, for any varchar and text field types, if the default values for these fields were not defined as '' in the MySQL table creation script.

Committed by vyshane
2006-01-17 07:37:29 +00:00
..
datamodels Added multi attempt management 2006-01-10 15:42:36 +00:00
db Added default values where needed for columns in the MySQL creation script mysql.sql. 2006-01-17 07:37:29 +00:00
pix Popup window icon 2005-05-09 09:46:29 +00:00
aicc.php Added multi attempt management 2006-01-10 15:42:36 +00:00
api.php Added multi attempt management 2006-01-10 15:42:36 +00:00
backuplib.php Granular backup & restore: 2006-01-13 03:45:31 +00:00
config.html General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
datamodel.php Added multi attempt management 2006-01-10 15:42:36 +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 Fixed some theme skinning bugs. 2006-01-12 11:29:16 +00:00
loadSCO.php General review to support XHTML Strict 2005-11-15 08:10:26 +00:00
locallib.php Fixed a fatal error in scorm locallib 2006-01-12 20:05:34 +00:00
mod.html Added multi attempt management 2006-01-10 15:42:36 +00:00
player.php Fixed some theme skinning bugs. 2006-01-12 11:29:16 +00:00
README.txt Added multi attempt management 2006-01-10 15:42:36 +00:00
report.php Fixed some theme skinning bugs. 2006-01-12 11:29:16 +00:00
request.js Added multi attempt management 2006-01-10 15:42:36 +00:00
restorelib.php Abstracted a bit of the restore procedure to allow for silent restoring. 2006-01-15 21:09:13 +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 multi attempt management 2006-01-10 15:42:36 +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.
The SCORM 1.3 support still under development use it carefully.

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.

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

FIX TO DO:
Autocontinue & nav.event call

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

ROAD MAP

Moodle 1.6
A popup window display mode.             DONE
New Moodle course format: SCORM.         DONE
Add prerequisites support to SCORM 1.2.  DONE
Customizable player page.		 DONE
Multiple attempt management.
Complete AICC conformance.


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

Moodle 2.0
The BIG Boh?!

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

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 January 9th 2006