Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/newscorm
Yannick Warnier 1ce1d88a39 [svn r17337] Switched to jQuery for SCORM API (see private FS#3124) 17 years ago
..
js [svn r15386] Fixed a series of bugs preventing quiz export/import as SCORM - now recording interactions as well - see FS#2526 17 years ago
packaging
README.txt
aicc.class.php [svn r16074] Showing the LP image and the author name. FS#2841 17 years ago
aiccBlock.class.php [svn r15577] Updated API documentation 17 years ago
aiccItem.class.php
aiccObjective.class.php [svn r15577] Updated API documentation 17 years ago
aiccResource.class.php [svn r15577] Updated API documentation 17 years ago
aicc_api.php [svn r17337] Switched to jQuery for SCORM API (see private FS#3124) 17 years ago
aicc_hacp.php
audiorecorder.inc.php [svn r15479] fix a bug in my previous commit 17 years ago
back_compat.inc.php [svn r15577] Updated API documentation 17 years ago
blank.php
content_makers.inc.php
display_audiorecorder.php [svn r16128] LP's menu improvements see FS#2841 17 years ago
document.php [svn r16739] second part of css cleanup (currently only the css/corporate style) 17 years ago
dtree.css
dtree.js
index.php [svn r15577] Updated API documentation 17 years ago
learnpath.class.php [svn r17327] Fixed warning when uploading SCORM archive (or not uploading anything, actually) 17 years ago
learnpath.css
learnpathItem.class.php [svn r17312] Escape interactions for database insertion 17 years ago
learnpathList.class.php [svn r16074] Showing the LP image and the author name. FS#2841 17 years ago
learnpath_functions.inc.php [svn r16739] second part of css cleanup (currently only the css/corporate style) 17 years ago
lp_add.php [svn r16739] second part of css cleanup (currently only the css/corporate style) 17 years ago
lp_add_item.php [svn r16739] second part of css cleanup (currently only the css/corporate style) 17 years ago
lp_admin_view.php [svn r16739] second part of css cleanup (currently only the css/corporate style) 17 years ago
lp_ajax_save_item.php [svn r17328] Added code to move SCORM API to jQuery 17 years ago
lp_ajax_save_objectives.php [svn r17328] Added code to move SCORM API to jQuery 17 years ago
lp_ajax_start_timer.php [svn r17328] Added code to move SCORM API to jQuery 17 years ago
lp_ajax_switch_item.php [svn r17328] Added code to move SCORM API to jQuery 17 years ago
lp_api.php [svn r17337] Switched to jQuery for SCORM API (see private FS#3124) 17 years ago
lp_author_image.php [svn r16197] LP menu improvements see FS#2841 17 years ago
lp_build.php [svn r16868] added alternative texts on the icons 17 years ago
lp_comm.common.php
lp_comm.server.php [svn r16438] Avoid duplication of write operations for SCORM objectives (suggestion by Eric M.) 17 years ago
lp_content.php
lp_controller.php [svn r16212] Little fix to author field edition 17 years ago
lp_edit.php [svn r16240] LP Help added. 17 years ago
lp_edit_item.php [svn r15350] Fixed javascript confirmation function 17 years ago
lp_edit_item_prereq.php [svn r15350] Fixed javascript confirmation function 17 years ago
lp_export.php
lp_footer.php
lp_header.php [svn r16124] LP's menu improvements see FS#2841 17 years ago
lp_list.php [svn r17049] Hide debug icon for learning paths when not platform admin or test server mode (see FS#3281) by cvargas 17 years ago
lp_list_search.php [svn r16185] Little improvements 17 years ago
lp_log.php
lp_message.php [svn r15644] Removed notice-level messages 17 years ago
lp_move_item.php [svn r15350] Fixed javascript confirmation function 17 years ago
lp_nav.php [svn r16516] 17 years ago
lp_save.php [svn r15348] Minor - Wrong CSS calls deleted 17 years ago
lp_stats.php [svn r17108] Minor - cleaned notice-level log 17 years ago
lp_toc.php
lp_upload.php [svn r15646] Removed notice-level errors 17 years ago
lp_view.lib.js
lp_view.php [svn r17337] Switched to jQuery for SCORM API (see private FS#3124) 17 years ago
lp_view_item.php [svn r15646] Removed notice-level errors 17 years ago
openoffice_document.class.php [svn r15646] Removed notice-level errors 17 years ago
openoffice_presentation.class.php [svn r16300] Fix include bug in Oogie when search server not installed 17 years ago
openoffice_text_document.class.php [svn r15577] Updated API documentation 17 years ago
resourcelinker.inc.php
resourcelinker.php
scorm.class.php [svn r16074] Showing the LP image and the author name. FS#2841 17 years ago
scorm.css
scorm.lib.php
scormItem.class.php
scormMetadata.class.php
scormOrganization.class.php
scormResource.class.php
scorm_admin.php
scorm_api.php [svn r17337] Switched to jQuery for SCORM API (see private FS#3124) 17 years ago
scorm_manage.php
scormfs.css

README.txt

To use the new SCORM tool, first run the scorm_update_db.php from where it is in the (new)scorm directory.

This will update all courses databases by adding 4 tables (lp, lp_item, lp_view and lp_item_view) and add an lp_type table in the main database.
If you had installed a development version of the newscorm tool, it is a good idea to also run scorm_update_db_alter.php to make sure the latest changes are in.

Then go to the database and modify the 'tool' table in each course to add the 'newscorm' tool (copy the tool row from 'learnpath' and change the name). Make sure to select newscorm/lp_list.php as a starting point for this tool (although index.php should work as well).
You can do this by using the scorm_migrate_hometools.php script now.

If you are using one of these scripts, it is vital you check by yourself that all the courses have been migrated accurately. For example, you will need to check that all links to learning paths in the course homepage are pointing towards the newscorm/ directory, not scorm/ or learnpath/.

Go to one of your courses' homepage and try the new SCORM tool as you would normally do with the old SCORM tool.
Please note this DOES NOT manage the Dokeos learnpaths yet.

For more detailed development information, please read the corresponding Wiki page: http://www.dokeos.com/wiki/index.php/SCORM_tool_redesign

For any problem contact me directly at <yannick.warnier@dokeos.com>