moodle/mod/scorm
2005-07-03 07:14:20 +00:00
..
datamodels Fixed a problem lesson_status setting bug 2005-06-27 07:22:37 +00:00
db Fixed some bugs in upgrade procedure, updated postgres upgrade 2005-06-29 07:48:11 +00:00
pix Popup window icon 2005-05-09 09:46:29 +00:00
aicc.php Added popup support 2005-06-27 07:26:49 +00:00
api.php Added user activity support 2005-05-23 06:56:10 +00:00
backuplib.php Fixed some bugs in restore procedure, added backup and restore for field popup 2005-06-29 07:49:44 +00:00
config.html Added user activity support 2005-05-23 06:56:10 +00:00
datamodel.php Added user activity support 2005-05-23 06:56:10 +00:00
icon.gif Transparent edges to my SUGGESTED new SCORM icon. 2004-05-20 17:32:59 +00:00
index.php Now scorm->name supports filterall. 2005-04-24 18:08:59 +00:00
lib.php Fixed a problem with altered chars in UTF-8 2005-07-03 07:14:20 +00:00
loadSCO.php Added user activity support 2005-05-23 06:56:10 +00:00
mod.html Fixed two typos 2005-06-30 19:46:19 +00:00
playscorm.php Fixed two typos 2005-06-30 19:46:19 +00:00
README.txt Added user activity support 2005-05-23 06:56:10 +00:00
report.php Added user activity support 2005-05-23 06:56:10 +00:00
request.js Added user activity support 2005-05-23 06:56:10 +00:00
restorelib.php Fixed some bugs in restore procedure, added backup and restore for field popup 2005-06-29 07:49:44 +00:00
styles.php Completed user activity report support 2005-05-23 13:05:27 +00:00
validate.php Added user activity support 2005-05-23 06:56:10 +00:00
version.php Added popup support 2005-06-27 07:26:49 +00:00
view.php Added support to SCORM course format 2005-06-27 07:24:52 +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)

THIS MODULE IS JAVA FREE.

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

Still in development (you can see this as a road map):
- LMS store for all datamodels for AICC;
- support for playing SCORM 1.3;
- navigation/sequencing (prerequisites, objective,etc...);
- SCORM packages validation (I disabled the old one);

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

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
   ||
   ||
   \/
playscorm.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