History: SCORM
Source of version: 6 (current)
Copy to clipboard
! SCORM [http://scorm.com/|SCORM] is a format used to package learning material in Learning Management Systems. Tiki provides special handling for those files when stored in ((File Gallery)). The file will be read and a ((Tracker)) Item will be created, which allows for automatic indexing of the file's meta-data. In addition, there is ((PluginPlayScorm)), which plays a SCORM learning object in an iframe. Requires Moodle to be installed. !! Set-up In order to use the SCORM package indexing, a tracker must be created to store the information and the tracker must be indicated in the configuration. !!! Tracker The tracker can contain arbitrary fields for most cases. When reading the meta-data in the file, the ((Permanent Names)) of the tracker fields will be used to match where the content is expected to go. __Make sure the names match.__ If your packages contain multiple languages for the meta-data entries, you can use multilingual text fields. {BOX(title="Metadata Fields")} Typical fields are: * title * description * keyword There may be more fields. To see what is available in your packages, open the package using a ZIP decompression utility and open the ''imsmanifest.xml'' file. For better results, ''keyword'' should be set-up as a ((Freetags)) field. {BOX} The tracker can be configured to contain a link back to the file as well. This will be required if you want to manage the updates of those files. # Create a field of ''Files'' type # Edit the field to make sure the permanent name is ''scormPackage'' # Alter the permissions on the field to make sure it will not be editable to ensure consistency !!! Configuration Finally, the tracker must be indicated in the administration panels as the target for SCORM meta-data. # Note the tracker ID # Under Admin > File Galleries > SCORM ## Enable SCORM support ## Enter the ID in the ''SCORM Tracker'' field !! Usage Once the configuration is completed, all that needs to be done is to upload the SCORM package files in the file galleries. Tracker items will be created or updated accordingly.