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 77dbda6206 Reformat code 12 years ago
..
export Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 years ago
GC.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 years ago
Hpdownload.php Fixing query using "iid" instead of id due the global/local categories see BT#5638 12 years ago
addlimits.php Adding end_button setting in exercises see BT#6221 12 years ago
admin.php Do not load the question list when editing a exercise (speed improvements) 12 years ago
adminhp.php Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 12 years ago
answer.class.php Minor corrections, adding scope + adding comments 12 years ago
answer_admin.inc.php Injecting Exercise object inside the answer 12 years ago
draggable.class.php Injecting Exercise object inside the answer 12 years ago
exercice.php Added proper icons for media questions 12 years ago
exercise.class.php Fixing random question list generation 12 years ago
exercise_admin.php Added proper icons for media questions 12 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 12 years ago
exercise_reminder.php Changing function name, adding comments 12 years ago
exercise_report.php Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 12 years ago
exercise_result.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 years ago
exercise_result.php Changing function name, adding comments 12 years ago
exercise_show.php Changing function name, adding comments 12 years ago
exercise_submit.php Fixing random question list generation 12 years ago
exercise_submit_modal.php Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 12 years ago
feedback.php Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 12 years ago
fill_blanks.class.php Minor cosmetic changes 12 years ago
freeanswer.class.php Minor - Renamed constructor of FreeAnswer class to __construct 12 years ago
global_multiple_answer.class.php Removing use of global to set submit button attrinutes. submitText and submitClass variables added in the Question class. 12 years ago
hotpotatoes.lib.php Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 years ago
hotpotatoes.php Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 12 years ago
hotpotatoes_exercise_report.php Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 12 years ago
hotpotatoes_exercise_result.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 years ago
hotspot.class.php Removing use of global to set submit button attrinutes. submitText and submitClass variables added in the Question class. 12 years ago
hotspot.inc.php
hotspot_actionscript.as.php No need to add c_id when saving c_quiz_answer items because this items are related to a unique question (iid), the relationship of quiz-question-course stays in c_quiz_rel_question. 12 years ago
hotspot_actionscript_admin.as.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 years ago
hotspot_admin.inc.php Adding ckeditor support in free answers 12 years ago
hotspot_answers.as.php No need to add c_id when saving c_quiz_answer items because this items are related to a unique question (iid), the relationship of quiz-question-course stays in c_quiz_rel_question. 12 years ago
hotspot_lang_conversion.php
hotspot_save.inc.php No need to add c_id when saving c_quiz_answer items because this items are related to a unique question (iid), the relationship of quiz-question-course stays in c_quiz_rel_question. 12 years ago
hotspot_savescore.inc.php Cleaning exercise classes in order to be loaded by a controller. This classes print echos when editing a question so it can't be managed by a controller. 12 years ago
hotspot_updatescore.inc.php
index.html
live_stats.php Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 12 years ago
mark_free_answer.php Adding end_button setting in exercises see BT#6221 12 years ago
matching.class.php Removing use of global to set submit button attrinutes. submitText and submitClass variables added in the Question class. 12 years ago
media.php No need to add c_id when saving c_quiz_answer items because this items are related to a unique question (iid), the relationship of quiz-question-course stays in c_quiz_rel_question. 12 years ago
media_question.class.php Added proper icons for media questions 12 years ago
multiple_answer.class.php Reformat code 12 years ago
multiple_answer_combination.class.php Minor cosmetic changes 12 years ago
multiple_answer_combination_true_false.class.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 years ago
multiple_answer_true_false.class.php Removing use of global to set submit button attrinutes. submitText and submitClass variables added in the Question class. 12 years ago
oral_expression.class.php Removing use of global to set submit button attrinutes. submitText and submitClass variables added in the Question class. 12 years ago
overview.php Reducing size of the exercise title 12 years ago
qti2.php Minor - removing require_once libs already added in global.inc.php 12 years ago
question.class.php Improved display of media questions 12 years ago
question_admin.inc.php Minor - format code 12 years ago
question_create.php No need to add c_id when saving c_quiz_answer items because this items are related to a unique question (iid), the relationship of quiz-question-course stays in c_quiz_rel_question. 12 years ago
question_list_admin.inc.php Minor cosmetic changes 12 years ago
question_list_pagination_admin.inc.php Minor - format code 12 years ago
question_pool.php Disabling old code of question_pool.php + removing unused code 12 years ago
quiz_template.xls
result.php Changing function name, adding comments 12 years ago
savescores.php Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 years ago
showinframes.php Should fix bug saving total_time values in LP see: BT#6045 12 years ago
stats.php Fixing media + categories exercise submit page (works when the "exercise-category" table is empty) 12 years ago
testcategory.class.php Adding a second parameter to read() in order to speed up the question list 12 years ago
testheaderpage.php
tests_category.php Minor cosmetic changes 12 years ago
unique_answer.class.php Improving edit question speed 12 years ago
unique_answer_image.class.php Improving edit question speed 12 years ago
unique_answer_no_option.class.php Removing use of global to set submit button attrinutes. submitText and submitClass variables added in the Question class. 12 years ago
upload_exercise.php Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 years ago