moodle/mod/scorm
2006-09-26 08:00:16 +00:00
..
datamodels Splitted all the scorm/aicc library in type separeted files 2006-09-26 08:00:16 +00:00
db Removed mod/scorm:view 2006-09-22 03:07:29 +00:00
pix Two icons added by Pham Minh Duc 2006-05-30 14:01:51 +00:00
aicc.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
api.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
backuplib.php New version with SCORM 2004 sequencing done by Pham Minh Duc 2006-05-25 10:20:45 +00:00
coefficientconfirm.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
coefficientsetting.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
config.html Fixed some bugs and typos 2006-02-03 08:04:57 +00:00
datamodel.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
icon.gif Transparent edges to my SUGGESTED new SCORM icon. 2004-05-20 17:32:59 +00:00
index.php Fixed some problems with reporting and multiattempts 2006-09-26 07:56:07 +00:00
lib.php Fixed some problems with reporting and multiattempts 2006-09-26 07:56:07 +00:00
loadSCO.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
locallib.php Fixed some problems with reporting and multiattempts 2006-09-26 07:56:07 +00:00
mod.html Fixed a problem with reporting and multiattempts 2006-09-26 07:57:33 +00:00
player.php Fixed some problems with reporting and multiattempts 2006-09-26 07:56:07 +00:00
README.txt major whitespace cleanup - fixed tabs 2006-09-20 20:31:09 +00:00
report.php Fixed some problems with reporting and multiattempts 2006-09-26 07:56:07 +00:00
request.js Fixed some bugs and typos 2006-02-03 08:04:57 +00:00
restorelib.php Fixed some debugging statements 2006-09-18 08:57:23 +00:00
sequencinglib.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
styles.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
suspend.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
validate.php Fixed a problem during scorm update. 2006-08-11 12:26:06 +00:00
version.php Small bump for guest role fix 2006-09-12 08:22:14 +00:00
view.php Fixed a typo 2006-08-31 10:37:33 +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