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/public/main/lp
christian 816e7f0d02 Learnpath: Improve selection item - refs BT#21267 12 months ago
..
final_item_template
packaging UI: Fix CSS classes for legacy buttons 2 years ago
LearnPathItemForm.php Settings: Move settings from configuration.php to .env or to the Database - refs #2682 2 years ago
README.txt
ScormApi.php Settings: Move settings from configuration.php to .env or to the Database - refs #2682 2 years ago
ScormExport.php Settings: Move settings from configuration.php to .env or to the Database - refs #2682 2 years ago
aicc.class.php Minor - remove unused code 3 years ago
aiccBlock.class.php Minor - format code 5 years ago
aiccItem.class.php Minor - format code 5 years ago
aiccObjective.class.php Minor - format code 5 years ago
aiccResource.class.php Minor - format code 5 years ago
aicc_api.php Minor - format code 5 years ago
aicc_hacp.php Minor - format code 5 years ago
blank.php LPs: Fix LP build, fix adding items to an LP 4 years ago
embed.php UI: Fix CSS classes for legacy buttons 2 years ago
index.php Minor - format code 5 years ago
learnpath.class.php Display: Update icons in learning path and tracking tools - refs BT#20895 1 year ago
learnpathItem.class.php Settings: Move settings from configuration.php to .env or to the Database - refs #2682 2 years ago
learnpathList.class.php Learnpath: Add lp ordering - refs #4742 1 year ago
lp_add.php Settings: Move settings from configuration.php to .env or to the Database - refs #2682 2 years ago
lp_add_audio.php UI: Fix CSS classes for legacy buttons 2 years ago
lp_add_author.php Display: Update icons in learning path and tracking tools - refs BT#20895 1 year ago
lp_add_category.php Display: Update icons in learning path and tracking tools - refs BT#20895 1 year ago
lp_add_item.php Minor: Remove useless spaces - refs BT#19044 3 years ago
lp_admin_view.php Remove/Comment unused code 3 years ago
lp_ajax_initialize.php Learnpath: Convert first param of learnpath::getLpFromSession() from string course code to int course ID - refs BT#19044 3 years ago
lp_ajax_save_item.php Learnpath: Convert first param of learnpath::getLpFromSession() from string course code to int course ID - refs BT#19044 3 years ago
lp_ajax_save_objectives.php Learnpath: Convert first param of learnpath::getLpFromSession() from string course code to int course ID - refs BT#19044 3 years ago
lp_ajax_start_timer.php Minor - format code 5 years ago
lp_ajax_switch_item.php Minor - flint fixes 3 years ago
lp_ajax_switch_item_toc.php Settings: Move settings from configuration.php to .env or to the Database - refs #2682 2 years ago
lp_build.php Disable unused code 4 years ago
lp_content.php LP: Fix scorm import 3 years ago
lp_controller.php Course: Add missing settings and fix lp redirect option - refs BT#21110 1 year ago
lp_edit.php Settings: Move settings from configuration.php to .env or to the Database - refs #2682 2 years ago
lp_edit_item.php Minor - Remove unused code 3 years ago
lp_edit_item_prereq.php Learnpath: Fix prerequisites on test with random questions: was showing wrong maximum - refs GH#3612 2 years ago
lp_final_item.php Minor - Fix PHP errors 3 years ago
lp_impress.php Add deprecation for unused files, remove unused code, fix arguments 4 years ago
lp_list.php Display: Update icon set in administration pages for courses & sessions 1 year ago
lp_list_search.php Fix legacy PHP code, add more files to psalm.xml 3 years ago
lp_move_item.php Refactor LP build tree, remove duplicated code 4 years ago
lp_report.php Display: Update icons in learning path and tracking tools - refs BT#20895 1 year ago
lp_save.php Minor - format code 5 years ago
lp_stats.php Lps: Fix lp stats 4 years ago
lp_subscribe_users.php Learnpath: Add tables for users ang groups - refs #3411 1 year ago
lp_subscribe_users_to_category.php Learnpath: Rename table c_lp_category user - refs #3808 1 year ago
lp_update_scorm.php Fix LP creation UI. 5 years ago
lp_upload.php Settings: Move settings from configuration.php to .env or to the Database - refs #2682 2 years ago
lp_view.lib.js
lp_view.php Learnpath: Improve selection item - refs BT#21267 12 months ago
lp_view_item.php Minor - flint fixes 3 years ago
my_list.php Display: Update icons in learning path and tracking tools - refs BT#20895 1 year ago
openoffice_document.class.php Fix php errors, fix queries, remove require_once already loaded. 4 years ago
openoffice_presentation.class.php Code styling: Remove deprecated $charset param for api_htmlentities() (2) 3 years ago
openoffice_text.class.php Code styling: Remove deprecated $charset param for api_htmlentities() (2) 3 years ago
openoffice_text_document.class.php Code styling: Remove deprecated $charset param for api_htmlentities() (2) 3 years ago
readout_text.php Minor - remove unused code 3 years ago
scorm.class.php Minor - fix icons use {{ 'pencil' | mdi_icon }} in tpls 3 years ago
scormItem.class.php LP: Fix scorm import 3 years ago
scormMetadata.class.php Minor - format code 5 years ago
scormOrganization.class.php LP: Fix scorm import 3 years ago
scormResource.class.php Minor - format code 5 years ago
scorm_api.php Settings: Move settings from configuration.php to .env or to the Database - refs #2682 2 years 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>