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 9c0a2a0837 [svn r15018] New recorder integration 17 years ago
..
js
packaging
README.txt
aicc.class.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
aiccBlock.class.php
aiccItem.class.php
aiccObjective.class.php
aiccResource.class.php
aicc_api.php
aicc_hacp.php
audiorecorder.inc.php [svn r15018] New recorder integration 17 years ago
back_compat.inc.php
blank.php
completed.png
content_makers.inc.php [svn r14665] Added Instruxion to SCORM content makers list 17 years ago
display_audiorecorder.php [svn r15018] New recorder integration 17 years ago
document.php [svn r14820] Fixed inclusion path 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 17 years ago
failed.png
incomplete.png
index.php
learnpath.class.php [svn r14950] Lisibilité de la table des matières d'un parcours FS#2478. 17 years ago
learnpath.css
learnpathItem.class.php [svn r14677] fix a bug when there are breaklines in the suspend_data scorm variable 17 years ago
learnpathList.class.php
learnpath_functions.inc.php
lp_add.php
lp_add_item.php [svn r14835] Améliorer la mise en page de l'outil Travaux (FS#2449) 17 years ago
lp_admin_view.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
lp_api.php
lp_build.php [svn r14835] Améliorer la mise en page de l'outil Travaux (FS#2449) 17 years ago
lp_comm.common.php
lp_comm.server.php [svn r14573] Renamed REL_CLARO_PATH constant to REL_CODE_PATH 17 years ago
lp_content.php [svn r14628] Fix minor bug that can occur when an item path is url-encoded 17 years ago
lp_controller.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
lp_edit.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
lp_edit_item.php [svn r14835] Améliorer la mise en page de l'outil Travaux (FS#2449) 17 years ago
lp_edit_item_prereq.php [svn r14835] Améliorer la mise en page de l'outil Travaux (FS#2449) 17 years ago
lp_export.php
lp_footer.php
lp_header.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
lp_list.php [svn r14835] Améliorer la mise en page de l'outil Travaux (FS#2449) 17 years ago
lp_log.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
lp_message.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
lp_move_item.php [svn r14835] Améliorer la mise en page de l'outil Travaux (FS#2449) 17 years ago
lp_nav.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
lp_save.php
lp_stats.php [svn r14945] Minor - Warning messages avoided. 17 years ago
lp_toc.php [svn r14835] Améliorer la mise en page de l'outil Travaux (FS#2449) 17 years ago
lp_upload.php
lp_view.lib.js
lp_view.php [svn r15013] Add CSS templates medical & public_admin (see FS#2485) 17 years ago
lp_view_item.php [svn r14835] Améliorer la mise en page de l'outil Travaux (FS#2449) 17 years ago
notattempted.png
openoffice_document.class.php [svn r14984] oogie : use more universal locale (temporary solution I guess) FS#2477 17 years ago
openoffice_presentation.class.php [svn r14980] fix a bug with last commit : steps were not ordered anymore + file is now without accents while slide name has accents (FS#2477) 17 years ago
openoffice_text_document.class.php [svn r14980] fix a bug with last commit : steps were not ordered anymore + file is now without accents while slide name has accents (FS#2477) 17 years ago
passed.png
resourcelinker.inc.php [svn r14926] Replace mysql_ functions. Fixed error in the title i.e l'été = l'ét&eacute (FS#2460 - 20/21) 17 years ago
resourcelinker.php
scorm.class.php [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
scorm.css
scorm.lib.php
scormItem.class.php
scormMetadata.class.php
scormOrganization.class.php
scormResource.class.php
scorm_admin.php
scorm_api.php [svn r14952] Minor - updated code header 17 years ago
scorm_build.gif
scorm_build_disabled.gif
scorm_embed.gif
scorm_extra.gif
scorm_fullscreen.gif
scorm_manage.php
scorm_no_reinit.gif
scorm_normal.gif
scorm_reinit.gif
scormfs.css
succeeded.png

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>