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
Eric Marguin 61196097e8 [svn r16555] change the path to audio files of mp3 players to absolute ones 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 18 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 18 years ago
aiccItem.class.php [svn r14270] fix a bug when saving item (the param prerec_check cas not passed to parent class) 18 years ago
aiccObjective.class.php [svn r15577] Updated API documentation 18 years ago
aiccResource.class.php [svn r15577] Updated API documentation 18 years ago
aicc_api.php [svn r16074] Showing the LP image and the author name. FS#2841 17 years ago
aicc_hacp.php
audiorecorder.inc.php [svn r15479] fix a bug in my previous commit 18 years ago
back_compat.inc.php [svn r15577] Updated API documentation 18 years ago
blank.php
content_makers.inc.php [svn r14665] Added Instruxion to SCORM content makers list 18 years ago
display_audiorecorder.php [svn r16128] LP's menu improvements see FS#2841 17 years ago
document.php [svn r16516] 17 years ago
dtree.css
dtree.js [svn r15012] Fix small display issue showing a + sign instead of a - sign when adding the first document to a chapter 18 years ago
index.php [svn r15577] Updated API documentation 18 years ago
learnpath.class.php [svn r16555] change the path to audio files of mp3 players to absolute ones 17 years ago
learnpath.css
learnpathItem.class.php [svn r16437] Add filtering to SCORM objectives recording (suggestion by Eric M.) 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
lp_add.php
lp_add_item.php [svn r15351] Fixed javascript confirmation function 18 years ago
lp_admin_view.php [svn r16516] 17 years ago
lp_api.php
lp_author_image.php [svn r16197] LP menu improvements see FS#2841 17 years ago
lp_build.php [svn r15350] Fixed javascript confirmation function 18 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 [svn r14628] Fix minor bug that can occur when an item path is url-encoded 18 years ago
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 18 years ago
lp_edit_item_prereq.php [svn r15350] Fixed javascript confirmation function 18 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 r16100] Minor efficiency improvement 17 years ago
lp_list_search.php [svn r16185] Little improvements 17 years ago
lp_log.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 18 years ago
lp_message.php [svn r15644] Removed notice-level messages 18 years ago
lp_move_item.php [svn r15350] Fixed javascript confirmation function 18 years ago
lp_nav.php [svn r16516] 17 years ago
lp_save.php [svn r15348] Minor - Wrong CSS calls deleted 18 years ago
lp_stats.php [svn r16261] Fix encoding problem in learning path statistics (see FS#2732) 17 years ago
lp_toc.php [svn r14835] Améliorer la mise en page de l'outil Travaux (FS#2449) 18 years ago
lp_upload.php [svn r15646] Removed notice-level errors 18 years ago
lp_view.lib.js
lp_view.php [svn r16128] LP's menu improvements see FS#2841 17 years ago
lp_view_item.php [svn r15646] Removed notice-level errors 18 years ago
openoffice_document.class.php [svn r15646] Removed notice-level errors 18 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 18 years ago
resourcelinker.inc.php [svn r14926] Replace mysql_ functions. Fixed error in the title i.e l'été = l'ét&eacute (FS#2460 - 20/21) 18 years ago
resourcelinker.php
scorm.class.php [svn r16074] Showing the LP image and the author name. FS#2841 17 years ago
scorm.css [svn r13980] Fix a bug : http://projects.dokeos.com/index.php?do=details&task_id=2082 18 years ago
scorm.lib.php
scormItem.class.php [svn r14270] fix a bug when saving item (the param prerec_check cas not passed to parent class) 18 years ago
scormMetadata.class.php
scormOrganization.class.php
scormResource.class.php
scorm_admin.php
scorm_api.php [svn r16442] Fix typo in string comparison (by Eric M) 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>