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 f45e85a785 [svn r15853] Fix HTTP 500 error when returning from another item of which prerequisites were not completed 18 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 [svn r13515] Static files to add to SCORM package on export 18 years ago
README.txt
aicc.class.php [svn r15577] Updated API documentation 18 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 r15340] Moved status icons to general image directory - see FS#2575 18 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 r15136] Fixes to audio recorder 18 years ago
document.php [svn r15350] Fixed javascript confirmation function 18 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 r15651] Authorize empty theme to reset theme to course default in learning path edition page 18 years ago
learnpath.css
learnpathItem.class.php [svn r15542] Fix other flv issue in SCORM export - see FS#2526 18 years ago
learnpathList.class.php [svn r15644] Removed notice-level messages 18 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 r15350] Fixed javascript confirmation function 18 years ago
lp_api.php
lp_build.php [svn r15350] Fixed javascript confirmation function 18 years ago
lp_comm.common.php [svn r13590] Added management of SCORM objectives. Needs some testing but the feature seems to work. 18 years ago
lp_comm.server.php [svn r15853] Fix HTTP 500 error when returning from another item of which prerequisites were not completed 18 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 r15645] Removed notice-level messages 18 years ago
lp_edit.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 18 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 r15520] Remove header from learnpath tool, replace with short link in left column - see FS#2611 18 years ago
lp_list.php [svn r15644] Removed notice-level messages 18 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 r14477] Enabled optional learning path -level CSS (see FS#576) 18 years ago
lp_save.php [svn r15348] Minor - Wrong CSS calls deleted 18 years ago
lp_stats.php [svn r15348] Minor - Wrong CSS calls deleted 18 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 r15644] Removed notice-level messages 18 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 r15646] Removed notice-level errors 18 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 r15577] Updated API documentation 18 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 [svn r13628] Various minor changes to improved non-UTF-8 XML encoding support - Includes fix for FS#2032 18 years ago
scormResource.class.php
scorm_admin.php
scorm_api.php [svn r15386] Fixed a series of bugs preventing quiz export/import as SCORM - now recording interactions as well - see FS#2526 18 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>