moodle/mod/scorm
2005-08-01 09:26:34 +00:00
..
datamodels Fixed a bug in masteryscore reach evaluation 2005-07-26 10:59:44 +00:00
db Added hidetoc and changed browsemode to hidemode (to fix a problem when a scorm is updated) 2005-07-07 09:16:01 +00:00
pix Popup window icon 2005-05-09 09:46:29 +00:00
aicc.php Fixed a problem with AICC tracking 2005-07-26 11:01:27 +00:00
api.php changed all the POST with option/required_param functions 2005-07-08 06:56:49 +00:00
backuplib.php Fixed an update problem with the setting browsemode (changed to hidebrowse) 2005-07-07 09:26:12 +00:00
config.html Added user activity support 2005-05-23 06:56:10 +00:00
datamodel.php Fixed a problem with AICC tracking 2005-07-26 11:01:27 +00:00
icon.gif Transparent edges to my SUGGESTED new SCORM icon. 2004-05-20 17:32:59 +00:00
index.php changed all the POST with option/required_param functions 2005-07-08 06:56:49 +00:00
lib.php Added string_format to the title print 2005-08-01 09:25:45 +00:00
loadSCO.php Fixed a problem with AICC tracking 2005-07-26 11:01:27 +00:00
mod.html changed all the POST with option/required_param functions 2005-07-08 06:56:49 +00:00
playscorm.php fixed a parameter problem 2005-08-01 09:26:34 +00:00
README.txt Updated Roadmap 2005-07-20 08:47:39 +00:00
report.php changed all the POST with option/required_param functions 2005-07-08 06:56:49 +00:00
request.js Added user activity support 2005-05-23 06:56:10 +00:00
restorelib.php Merged SC139 from stable 2005-07-12 08:00:51 +00:00
styles.php merged from 1.5 2005-07-14 19:49:26 +00:00
validate.php changed all the POST with option/required_param functions 2005-07-08 06:56:49 +00:00
version.php Update Moodle release request 2005-07-20 08:51:04 +00:00
view.php changed all the POST with option/required_param functions 2005-07-08 06:56:49 +00:00
xml2array.class.php Adding this file again to make things work .... is it used? 2005-07-18 05:34:12 +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
   ||
   ||
   \/
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