moodle/mod/scorm
2009-03-11 01:19:35 +00:00
..
datamodels MDL-18148 - AICC compliance fixes from Martin Holden. backport 1.8. 2009-02-26 16:39:40 +00:00
db MDL-14902 Missing column 'whatgrade' in prefix_scorm table. Is a DB patch (thanks Hans de Zwart). backport 1.8. 2008-08-01 04:35:38 +00:00
pix MDL-14492 Provide feedback to user about redirect delay in loadsco.php. backport to 1.8. 2008-08-10 22:37:04 +00:00
aicc.php MDL-18148 - AICC compliance fixes from Martin Holden. backport 1.8. 2009-02-26 16:39:40 +00:00
api.php MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool - add reference to SCORM, and SCO identifier. backport 1.8. 2008-08-22 01:41:48 +00:00
backuplib.php Fixed backup problem for scorm module. Now, it includes needed files in moddata/scorm. even though the backup is done without user data and files 2007-03-23 10:53:24 +00:00
config.html Fixed many XHTML errors 2007-04-20 07:49:39 +00:00
datamodel.php MDL-17052 - remove use of $_POST. backport to 1.8. 2008-10-29 16:16:51 +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 MDL-18412 - fixed incorrect config var name. thanks Anthony. backport 1.8. 2009-03-02 23:23:19 +00:00
loadSCO.php MDL-17115 - no point in waiting for SCORM API to load when we know JS is disabled. merged from HEAD 2008-11-28 06:50:34 +00:00
locallib.php MDL-18212 - switch to addslashes_js - thanks Tim. Backport 1.8. 2009-02-25 23:13:53 +00:00
mod_form.php MDL-16810 - fix typo on function name. thanks to Jason Hardin. Backport to 1.8. 2008-10-14 04:43:25 +00:00
player.php MDL-14492 Provide feedback to user about redirect delay in loadsco.php. Add lang text for please wait. backport 1.8. 2008-08-13 22:32:05 +00:00
rd.js MDL-14492 - Provide feedback to user about redirect delay in loadsco.php. Add sanity checking for scorm_resize() as it tries to set -ve heights if user specifies a small area. Thanks francois. backport 1.8. 2008-08-29 04:14:34 +00:00
README.txt Added the new features MDL-4482 and MDL-6534 (Course structure view.php skip) 2006-09-26 14:40:00 +00:00
report.php MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the report. - merged from HEAD 2009-03-11 01:19:35 +00:00
request.js Fixed some bugs and typos 2006-02-03 08:04:57 +00:00
restorelib.php MDL-18212 - switch to addslashes_js - thanks Tim. Backport 1.8. 2009-02-25 23:13:53 +00:00
styles.php MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool. Backport to 1.8 + XHTML problems that stop the debug from working. 2008-08-21 01:32:10 +00:00
version.php MDL-14902 Missing column 'whatgrade' in prefix_scorm table. Is a DB patch (thanks Hans de Zwart). backport 1.8. 2008-08-01 04:35:38 +00:00
view.php MDL-15950 MDL-15640 MDL-15943 - SCORM player.php not inserting footer, Showing SCORM participation report. (thanks Urs Hunkler and Mitsuhiro Yoshida). Warning are displayed in a SCORM activity (thanks Dan). Backport to 1.8. 2008-08-06 05:09:15 +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.             DONE
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