moodle/mod/scorm
2007-05-01 07:03:52 +00:00
..
datamodels Fix all the PHP syntax errors in this code. I can't think of any valid reason for checking code with that many syntax errors into CVS, especially when there are plenty of editors out there that check the syntax for you and highlight the errors. Also, can I point out that Moodle coding guidelines require spaces for indents, not tabs. (http://docs.moodle.org/en/Development:Coding) 2007-05-01 07:03:52 +00:00
db Bug fix MDL-8903 2007-03-15 07:47:43 +00: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 DB UPGRADE for SCORM 2004 2007-04-04 12:34:22 +00:00
config.html Fixed many xhtml errors 2007-04-20 07:54:42 +00:00
datamodel.php merging changes from MOODLE_18_STABLE 2007-03-30 21:23:09 +00:00
icon.gif
index.php MDL-9474: Updated build_navigation() to use global $COURSE 2007-04-23 21:11:10 +00:00
lib.php merging changes from MOODLE_18_STABLE 2007-03-30 21:23:09 +00:00
loadSCO.php Fixed external manifest problems 2007-01-25 13:49:50 +00:00
locallib.php mod/scorm: HTML fix 2007-04-16 23:18:32 +00:00
mod_form.php MERGED MDL-8872 from 1.8 removed "course" mentions from scorm interface 2007-03-15 20:54:45 +00:00
player.php MDL-9474: Updated build_navigation() to use global $COURSE 2007-04-23 21:11:10 +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-9474: Updated build_navigation() to use global $COURSE 2007-04-23 21:11:10 +00:00
request.js Fixed some bugs and typos 2006-02-03 08:04:57 +00:00
restorelib.php DB UPGRADE for SCORM 2004 2007-04-04 12:34:22 +00:00
styles.php major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
version.php Bug fix MDL-8725 2007-03-15 08:04:20 +00:00
view.php MDL-9474: Updated build_navigation() to use global $COURSE 2007-04-23 21:11:10 +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