moodle/mod/scorm
2008-08-22 01:35:26 +00:00
..
datamodels MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool - add reference to SCORM, and SCO identifier. 2008-08-22 01:35:26 +00:00
db MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
pix MDL-14492 Provide feedback to user about redirect delay in loadsco.php. 2008-08-04 02:35:13 +00:00
aicc.php MDL-14967 Upgrade all code using DML - a few missing bits in mod/scorm. 2008-07-29 01:01:36 +00:00
api.php MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool - add reference to SCORM, and SCO identifier. 2008-08-22 01:35:26 +00:00
backuplib.php MDL-15115 scorm dml covnersion 2008-06-05 10:02:26 +00:00
datamodel.php MDL-13431 - SCORM results not transferring to Gradebook. remove add_to_log. 2008-08-21 09:09:44 +00:00
icon.gif
index.php "MDL-14129, fix print_error" 2008-06-15 11:00:30 +00:00
lib.php MDL-15859 - [PATCH] Fixes for tests of '' on Oracle.$DB->sql_empty() changes. 2008-08-21 21:22:23 +00:00
loadSCO.php MDL-15859 - [PATCH] Fixes for tests of '' on Oracle.$DB->sql_empty() changes. 2008-08-21 21:22:23 +00:00
locallib.php MDL-16111 - SCORM grade not updated in Grader Report. Make sure that lastattempt does not exceed maxattempts. 2008-08-22 01:30:28 +00:00
mod_form.php MDL-14620 - fix link to repository and tidy up using $CFG vars 2008-08-21 01:47:30 +00:00
player.php MDL-15993 The method to calculate the SCORM area needs to be changed - based on screen size alone does not make sense with big screens. Only allow the overide of the height parameter if it is less than the user specified (user specified is no allowed to be less than 400). Also - removed gratuitous use of whitespace. 2008-08-12 01:26:10 +00:00
rd.js MDL-15993 The method to calculate the SCORM area needs to be changed - based on screen size alone does not make sense with big screens. Only allow the overide of the height parameter if the user specifies. 2008-08-12 21:54:38 +00:00
README.txt comment fix 2008-06-05 19:00:35 +00:00
report.php SCORM module XHTML strict fixes. 2008-08-19 06:59:17 +00:00
request.js
restorelib.php MDL-15095 towards restore lib dml conversion 2008-06-03 23:35:50 +00:00
settings.php MDL-11561 admin tree improvements and bugfixing 2007-12-19 17:35:20 +00:00
styles.php MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool. 2008-08-21 00:36:12 +00:00
version.php MDL-14902 Missing column 'whatgrade' in prefix_scorm table. Is a DB patch (thanks Hans de Zwart). 2008-08-01 02:32:36 +00:00
view.php MDL-15950 MDL-15640 - SCORM player.php not inserting footer, Showing SCORM participation report. (thanks Urs Hunkler and Mitsuhiro Yoshida). 2008-08-05 22:58:32 +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_edit.php <-- 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