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/exercice
Julio Montoya 84908ccdcb Fixing copy course due the recent changes in the exercise tool (iid field added) see BT#5638 13 years ago
..
export Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
GC.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
Hpdownload.php Fixing query using "iid" instead of id due the global/local categories see BT#5638 13 years ago
addlimits.php Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
admin.php Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
adminhp.php Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
answer.class.php When editing question we don't increase the ids we just update the existing values 13 years ago
answer_admin.inc.php Removing text_filter function calls (function is unused) 13 years ago
draggable.class.php Fixing draggable question 13 years ago
exercice.php Fixing diffirent bugs due recent merge with the global and multiple categories in exercises see BT#5638 13 years ago
exercise.class.php Fixing copy course due the recent changes in the exercise tool (iid field added) see BT#5638 13 years ago
exercise.lib.php Fixing fatal error due a wrong class name learnpathList changed to LearnpathList 13 years ago
exercise_admin.php Minor adding api_get_cidreq and fixing PHP warning 13 years ago
exercise_history.php Adding track_e_hotpotatoes.c_id, track_e_exercices.c_id, and track_e_attempt.c_id fields see #6090 13 years ago
exercise_reminder.php Fixing matching question due recent merge with the new question types. 13 years ago
exercise_report.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
exercise_result.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
exercise_result.php Minor - cosmetic changes 13 years ago
exercise_show.php Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
exercise_submit.php Fixing copy course due the recent changes in the exercise tool (iid field added) see BT#5638 13 years ago
exercise_submit_modal.php Removing require_once learnpathList.class.php already loading the class via composer 13 years ago
feedback.php Removing require_once already added in global.inc or via composer 13 years ago
fill_blanks.class.php Fixing diffirent bugs due recent merge with the global and multiple categories in exercises see BT#5638 13 years ago
freeanswer.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
global_multiple_answer.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
hotpotatoes.lib.php Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
hotpotatoes.php Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 13 years ago
hotpotatoes_exercise_report.php Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 13 years ago
hotpotatoes_exercise_result.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
hotspot.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
hotspot.inc.php Minor - Adapting code comments to phpdoc 15 years ago
hotspot_actionscript.as.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
hotspot_actionscript_admin.as.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
hotspot_admin.inc.php Removing require_once learnpathList.class.php already loading the class via composer 13 years ago
hotspot_answers.as.php Adding c_id field in track_e_hotspot 13 years ago
hotspot_lang_conversion.php Minor - Adapting code comments to phpdoc 15 years ago
hotspot_save.inc.php Fixing SQL queries due DB changes (single database) 14 years ago
hotspot_savescore.inc.php Minor - Adapting code comments to phpdoc 15 years ago
hotspot_updatescore.inc.php Minor - Adapting code comments to phpdoc 15 years ago
index.html
live_stats.php Improved live stats - now showing remaining time 14 years ago
mark_free_answer.php Adding track_e_hotpotatoes.c_id, track_e_exercices.c_id, and track_e_attempt.c_id fields see #6090 13 years ago
matching.class.php Fixing diffirent bugs due recent merge with the global and multiple categories in exercises see BT#5638 13 years ago
media.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
media_question.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
multiple_answer.class.php Fixing diffirent bugs due recent merge with the global and multiple categories in exercises see BT#5638 13 years ago
multiple_answer_combination.class.php Fixing diffirent bugs due recent merge with the global and multiple categories in exercises see BT#5638 13 years ago
multiple_answer_combination_true_false.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
multiple_answer_true_false.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
oral_expression.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
overview.php No need to add "require_once" composer already "knows" that class 13 years ago
qti2.php Minor - removing require_once libs already added in global.inc.php 13 years ago
question.class.php Minor adding api_get_cidreq and fixing PHP warning 13 years ago
question_admin.inc.php Minor adding api_get_cidreq and fixing PHP warning 13 years ago
question_create.php Fixing draggable question 13 years ago
question_list_admin.inc.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
question_list_pagination_admin.inc.php Adding option "allow_fast_exercise_edition" to enable a fast way to edit exercise questions: jqgrid instead of draggable questio list, textarea instead of fckeditor see BT#6043 13 years ago
question_pool.php Fixing queries, php notices and warnings due recent changes (adding c_id in new tables) 13 years ago
quiz_template.xls
result.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
savescores.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
showinframes.php Should fix bug saving total_time values in LP see: BT#6045 13 years ago
stats.php Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
testcategory.class.php Fixing fatal error due a wrong class name learnpathList changed to LearnpathList 13 years ago
testheaderpage.php Minor - Adapting code comments to phpdoc 15 years ago
tests_category.php Fixing diffirent bugs due recent merge with the global and multiple categories in exercises see BT#5638 13 years ago
unique_answer.class.php Removing require_once learnpathList.class.php already loading the class via composer 13 years ago
unique_answer_image.class.php Removing require_once learnpathList.class.php already loading the class via composer 13 years ago
unique_answer_no_option.class.php Fixing diffirent bugs due recent merge with the global and multiple categories in exercises see BT#5638 13 years ago
upload_exercise.php Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago