Issue Details (XML | Word | Printable)

Key: MDL-7091
Type: Sub-task Sub-task
Status: Open Open
Priority: Critical Critical
Assignee: Dan Marsden
Reporter: Roberto Pinna
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-7068

Manifest parsing

Created: 19/Oct/06 12:34 PM   Updated: 03/Jul/08 11:27 AM
Component/s: SCORM
Affects Version/s: 1.7
Fix Version/s: None

Participants: Dan Marsden, Martin Dougiamas and Roberto Pinna
Security Level: None
Affected Branches: MOODLE_17_STABLE


 Description  « Hide
AICC, SCORM1.2 and SCORM2004 have different manifest definitions. I've splitted the scorm library in 3 sublibraries (one for each type).
AICC and SCORM1.2 are almost completed but SCORM 2004 need many adds for parsing all the sequencing definitions.
It may be a good idea to have for both SCORM type a standard parsing library with an array that contains just define what is the CAM (Content Aggregation Model) of each type.
This sub-task is joined with the db upgrade and the validation sub-tasks.
At the moment the SCORM module use a class to provide the real XML file parsing; there are no problems to use the xmlize library.
All the CAM definitions are available from ADL site (www.adlnet.gov).
In these days they will release the 3rd edition of SCORM2004 documentation.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Roberto Pinna added a comment - 22/Nov/06 12:21 AM
One goal is convert SCORM parsing to xmlize library already used in Moodle.

Martin Dougiamas added a comment - 23/Jan/07 11:21 PM
Yet another version delay

Martin Dougiamas added a comment - 26/Mar/07 03:51 PM
Assigning to Sadiel for prioritising and fixing.

Martin Dougiamas added a comment - 26/Mar/07 04:20 PM
Assigning to Jesús Rincón to organise and start working on.

Roberto Pinna added a comment - 30/Mar/07 05:35 PM
The manifest parsing for scorm 2004 is already done but, a good thing, will be to convert the XML parsing code to xmlize library.

I think this could be the last task to be done in SCORM 2004 Compliance process