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/lp
Angel Fernando Quiroz Campos b2e808aacd
Minor: Format code
7 months ago
..
final_item_template Learnpath: Change icon and help text for final item -refs BT#20362 3 years ago
js
packaging
LpAiHelper.php Minor: Format code 7 months ago
LpIndexGenerator.php LP: Fix paths for chamilo_scorm_export inside index page - refs BT#18883 4 years ago
LpItemOrderList.php
LpOrderItem.php
README.txt
aicc.class.php Learnpath: log learning path creation, update and deletion into track_e_default - refs BT#21185 2 years ago
aiccBlock.class.php
aiccItem.class.php
aiccObjective.class.php
aiccResource.class.php
aicc_api.php
aicc_hacp.php
blank.php Learnpath: Improve dates as item prerequisites - refs BT#20639 2 years ago
content_makers.inc.php
download.php
embed.php LP: embed.php add Security::removeXss 4 years ago
index.php
learnpath.class.php Minor: Format code 7 months ago
learnpathItem.class.php Learnpath: Fix final item access and LP progress to accept failed items when lp_prerequisit_on_quiz_unblock_if_max_attempt_reached is true - refs BT#21735 11 months ago
learnpathList.class.php Plugin: Custom certificate: Fix bug for certificates with learnpath index as content type 11 months ago
lp_add.php Skills: rework skills form #13334 4 years ago
lp_add_ai_helper.php Minor: Update language term use in lp 3 years ago
lp_add_audio.php
lp_add_author.php [Minor][LP] fix price numeric to float -refs BT#17571 4 years ago
lp_add_category.php
lp_add_item.php Lp: Implement surveys in lps and sessions - refs BT#19049 4 years ago
lp_admin_view.php
lp_ajax_initialize.php Lti provider - Improve login user inside course and learnpath - refs BT#20093 3 years ago
lp_ajax_save_item.php Lti provider - Add learnpath as tool provider - refs BT#20093 3 years ago
lp_ajax_save_objectives.php
lp_ajax_start_timer.php
lp_ajax_switch_item.php LPs: Read lp_item extra field 'no_automatic_validation' see BT#18568 4 years ago
lp_ajax_switch_item_toc.php LPs: Read lp_item extra field 'no_automatic_validation' see BT#18568 4 years ago
lp_build.php
lp_content.php Whispeak: Fix auth with a LP - refs BT#18476 5 years ago
lp_controller.php Learnpath: log learning path creation, update and deletion into track_e_default - refs BT#21185 2 years ago
lp_edit.php Security: User FormValidator::addHtmlEditor FormValidator::addElement('html_editor') 11 months ago
lp_edit_item.php LPs: Read lp_item extra field 'no_automatic_validation' see BT#18568 4 years ago
lp_edit_item_prereq.php
lp_final_item.php Learnpath: Fix final item access and LP progress to accept failed items when lp_prerequisit_on_quiz_unblock_if_max_attempt_reached is true - refs BT#21735 11 months ago
lp_impress.php
lp_list.php Session: Learnpath: Document: add 3 options to limit edition and modification of content in session context session_hide_lp_copy session_hide_lp_creation session_hide_document_upload - refs BT#21982 11 months ago
lp_list_search.php
lp_move_item.php
lp_nav.php
lp_report.php LPs: Fix LP report, check category user/class/group subscriptions 5 years ago
lp_save.php
lp_stats.php
lp_subscribe_users.php
lp_subscribe_users_to_category.php LPs: Fix LP report, check category user/class/group subscriptions 5 years ago
lp_update_scorm.php Dropbox : Allow to send or remove files already sent to users - refs #20365 3 years ago
lp_upload.php Upload - Add input file with progress with plugin bigupload - refs BT#19380 4 years ago
lp_view.lib.js
lp_view.php Minor: Fix typo in PHPDoc 12 months ago
lp_view_item.php
my_list.php Learnpath: fixing lp list to avoid LP inside a course in an invisible or unavailable session -refs BT#19211 4 years ago
openoffice_document.class.php Separate commands to run openoffice converter 2 years ago
openoffice_presentation.class.php Security: Avoid wrapping commands in double quotes as escapeshellarg() does not escape them from args 2 years ago
openoffice_text.class.php Security: Avoid wrapping commands in double quotes as escapeshellarg() does not escape them from args 2 years ago
openoffice_text_document.class.php Security: Avoid wrapping commands in double quotes as escapeshellarg() does not escape them from args 2 years ago
readout_text.php
scorm.class.php Learnpath: on scorm package update overwrite all the file even if newer files are on the server -refs BT#21129 2 years ago
scormItem.class.php Minor - fix php notices 4 years ago
scormMetadata.class.php Minor - fix php notices 4 years ago
scormOrganization.class.php Minor - fix php notices 4 years ago
scormResource.class.php
scorm_api.php Plugin: H5P Import: Add first H5P import plugin implementation - refs BT#20717 2 years ago
storageapi.php Minor: Format code 11 months ago

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@beeznest.com>