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
Christian 2e4e69192c Learnpath: Add extrafields in document creation form - refs BT#20639 3 years ago
..
final_item_template Learnpath: Change icon and help text for final item -refs BT#20362 3 years ago
js
packaging
LpAiHelper.php Plugin: AI Helper: Update language term names - refs #4608 3 years 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
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 3 years ago
content_makers.inc.php
download.php
embed.php LP: embed.php add Security::removeXss 4 years ago
index.php
learnpath.class.php Learnpath: Add extrafields in document creation form - refs BT#20639 3 years ago
learnpathItem.class.php Learnpath: Remove validation on "completed" (or equivalent) lesson_status to update the SCO view details in SCORM learning paths - refs #4595 3 years ago
learnpathList.class.php Fix and rename student_follow_page_show_invisible_lp_students to student_follow_page_include_not_subscribed_lp_students - refs BT#18671 5 years 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 5 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 5 years ago
lp_ajax_switch_item_toc.php LPs: Read lp_item extra field 'no_automatic_validation' see BT#18568 5 years ago
lp_build.php
lp_content.php Whispeak: Fix auth with a LP - refs BT#18476 5 years ago
lp_controller.php Learnpath: Add extrafields in document creation form - refs BT#20639 3 years ago
lp_edit.php LP: Allow set lp_view_settings['add_extra_quit_to_home_icon'] in single LP - refs BT#20399 3 years ago
lp_edit_item.php LPs: Read lp_item extra field 'no_automatic_validation' see BT#18568 5 years ago
lp_edit_item_prereq.php
lp_final_item.php
lp_impress.php
lp_list.php Plugin: AI Helper: Update icon for learning path generator - refs #4608 3 years ago
lp_list_search.php
lp_move_item.php
lp_nav.php
lp_report.php
lp_save.php
lp_stats.php
lp_subscribe_users.php
lp_subscribe_users_to_category.php
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 LP: Allow set lp_view_settings['add_extra_quit_to_home_icon'] in single LP - refs BT#20399 3 years 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 Minor: Remove deprecated code 3 years ago
openoffice_presentation.class.php
openoffice_text.class.php
openoffice_text_document.class.php
readout_text.php
scorm.class.php Learnpath: Fix special character when importing scorm with bigupload - refs #4650 3 years ago
scormItem.class.php Minor - fix php notices 5 years ago
scormMetadata.class.php Minor - fix php notices 5 years ago
scormOrganization.class.php Minor - fix php notices 5 years ago
scormResource.class.php
scorm_api.php Learnpath : enabling all item type to be followed even if in a scorm LP -refs BT#20309 3 years ago
storageapi.php

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>