moodle/mod/scorm
2007-01-08 09:14:05 +00:00
..
datamodels MDL-8049 Remove all language=Javascript from javascript includes 2007-01-03 19:33:44 +00:00
db cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
pix No more used 2006-09-29 06:43:58 +00:00
aicc.php MDL-7741 missing ? in start php tag 2006-11-29 22:30:54 +00:00
api.php Splitted scoes optional data in a new table 2006-11-21 16:12:19 +00:00
backuplib.php Splitted scoes optional data in a new table 2006-11-21 16:12:19 +00:00
config.html MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +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 MDL-7434 all images that convey information should have alt text to convey that information - part 3 2006-11-26 16:20:19 +00:00
loadSCO.php Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
locallib.php MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
mod.html MDL-8062 Remove name attribute from <form> and related javascript code cleanup (tested with FF, IE, Konq and Opera) 2007-01-06 19:22:58 +00:00
player.php MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit 2007-01-04 18:23:55 +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 Splitted scoes optional data in a new table 2006-11-21 16:12:19 +00:00
request.js Fixed some bugs and typos 2006-02-03 08:04:57 +00:00
restorelib.php There was some random code between two functions definitions that was giving errors on restore. I assume it was just a copy and paste error, so I have deleted the offending lines so that restore works. 2006-12-05 18:34:29 +00:00
styles.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 Added sequencing db support 2006-12-11 15:14:59 +00:00
view.php MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit 2007-01-04 18:23:55 +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