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 fddbc2f8c3 Renaming function from saveExerciseAttempt to saveQuestionAttempt 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 Fixing empty question list error 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 Removing error_logs 12 years ago
answer_admin.inc.php Injecting Exercise object inside the answer 12 years ago
draggable.class.php Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 12 years ago
exercice.php No need to add an obj when deleting a session 12 years ago
exercise.class.php Renaming function from saveExerciseAttempt to saveQuestionAttempt 12 years ago
exercise_admin.php Added proper icons for media questions 12 years ago
exercise_history.php Replacing function get_statistic_table() with get_main_table() see BT#6220 12 years ago
exercise_reminder.php When entering an unfinished exercise Chamilo remembers the latest question answered see BT#6115 12 years ago
exercise_report.php Fixing PHP warnings 12 years ago
exercise_result.class.php Fixing query (addin iid instead of id) 12 years ago
exercise_result.php Replacing function get_statistic_table() with get_main_table() see BT#6220 12 years ago
exercise_show.php Fixing PHP warnings 12 years ago
exercise_submit.php Adding comments + adding typehint, fixing PHP warnings 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 Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 12 years ago
freeanswer.class.php Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 12 years ago
global_multiple_answer.class.php Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 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 Replacing function get_statistic_table() with get_main_table() see BT#6220 12 years ago
hotpotatoes_exercise_result.class.php Replacing function get_statistic_table() with get_main_table() see BT#6220 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 Minor - Adapting code comments to phpdoc 14 years ago
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 Replacing function get_statistic_table() with get_main_table() see BT#6220 12 years ago
hotspot_lang_conversion.php Minor - Adapting code comments to phpdoc 14 years ago
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 Replacing function get_statistic_table() with get_main_table() see BT#6220 12 years ago
hotspot_updatescore.inc.php Replacing function get_statistic_table() with get_main_table() see BT#6220 12 years ago
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 Replacing function get_statistic_table() with get_main_table() see BT#6220 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 Now we show correctly the media page. 12 years ago
media_question.class.php Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 12 years ago
multiple_answer.class.php Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 12 years ago
multiple_answer_combination.class.php Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 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 Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 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 When entering an unfinished exercise Chamilo remembers the latest question answered see BT#6115 12 years ago
qti2.php Minor - removing require_once libs already added in global.inc.php 12 years ago
question.class.php Fixing question pool for orphan questions 12 years ago
question_admin.inc.php Fixing question field log error. An empty row was added in the database when the field value was the same as the previous record. 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 - adding comments 12 years ago
question_list_pagination_admin.inc.php Fixing delete link 12 years ago
question_pool.php Removing $fromExercise value see BT#6262 12 years ago
quiz_template.xls
result.php Changing function name, adding comments 12 years ago
savescores.php Replacing function get_statistic_table() with get_main_table() see BT#6220 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 Using $app['orm.ems']['db_write'] instead of $app['orm.em'] because we can use 2 databases to read or write depending in a configuration located in services.php 12 years ago
testheaderpage.php Minor - Adapting code comments to phpdoc 14 years ago
tests_category.php Removing Security::remove_XSS() when savint in the DB + adding api_get_cidreq 12 years ago
unique_answer.class.php Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 12 years ago
unique_answer_image.class.php Using textarea instead ckeditor if course exercise setting was set to "fast edition" see BT#6264 + adding UniqueAnswerImage toolbar 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