Julio Montoya 857b4cec0f Updating from 1.9.x 11 ani în urmă
..
export dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 ani în urmă
GC.php 5eeac46588 Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 ani în urmă
Hpdownload.php 5cf794ae30 Fixing query using "iid" instead of id due the global/local categories see BT#5638 12 ani în urmă
addlimits.php 0af851e415 Adding end_button setting in exercises see BT#6221 11 ani în urmă
admin.php 4f2721953d Using absolut URL paths 11 ani în urmă
adminhp.php 6d5155bc9d Using absolute URLs 11 ani în urmă
answer.class.php 8fdf8d053e No need to add the course id because the id are unique now. see BT#6468 11 ani în urmă
answer_admin.inc.php 4f2721953d Using absolut URL paths 11 ani în urmă
draggable.class.php 995bf8f06e Updating lang vars + fixing exercise with the new option (Question select type). 11 ani în urmă
exercice.php b6046ae717 Updating from mine branch 11 ani în urmă
exercise.class.php 186e91586d Importing changes from branch mine, exercise model_type 11 ani în urmă
exercise_admin.php 186e91586d Importing changes from branch mine, exercise model_type 11 ani în urmă
exercise_history.php 88a999d6ea Fixing PHP warnings, replacing relative with absolute paths 11 ani în urmă
exercise_reminder.php b6046ae717 Updating from mine branch 11 ani în urmă
exercise_report.php d86c230d7b Fixing correct exercise 11 ani în urmă
exercise_result.class.php 88a999d6ea Fixing PHP warnings, replacing relative with absolute paths 11 ani în urmă
exercise_result.php 186e91586d Importing changes from branch mine, exercise model_type 11 ani în urmă
exercise_show.php 186e91586d Importing changes from branch mine, exercise model_type 11 ani în urmă
exercise_submit.php 857b4cec0f Updating from 1.9.x 11 ani în urmă
exercise_submit_modal.php 4f2721953d Using absolut URL paths 11 ani în urmă
feedback.php 33cd962f07 Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 12 ani în urmă
fill_blanks.class.php 995bf8f06e Updating lang vars + fixing exercise with the new option (Question select type). 11 ani în urmă
freeanswer.class.php b6046ae717 Updating from mine branch 11 ani în urmă
global_multiple_answer.class.php 995bf8f06e Updating lang vars + fixing exercise with the new option (Question select type). 11 ani în urmă
hotpotatoes.lib.php dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 ani în urmă
hotpotatoes.php d76b6cc817 Adding "api_" in function inside main_api.lib.php 11 ani în urmă
hotpotatoes_exercise_report.php 4f2721953d Using absolut URL paths 11 ani în urmă
hotpotatoes_exercise_result.class.php 5aa76ef211 Replacing function get_statistic_table() with get_main_table() see BT#6220 11 ani în urmă
hotspot.class.php 35afbdd043 Removing use of global to set submit button attrinutes. submitText and submitClass variables added in the Question class. 12 ani în urmă
hotspot.inc.php 9f535715a9 Minor - Adapting code comments to phpdoc 13 ani în urmă
hotspot_actionscript.as.php 249fe52343 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 ani în urmă
hotspot_actionscript_admin.as.php 5eeac46588 Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 ani în urmă
hotspot_admin.inc.php 4f2721953d Using absolut URL paths 11 ani în urmă
hotspot_answers.as.php 5aa76ef211 Replacing function get_statistic_table() with get_main_table() see BT#6220 11 ani în urmă
hotspot_lang_conversion.php 9f535715a9 Minor - Adapting code comments to phpdoc 13 ani în urmă
hotspot_save.inc.php 249fe52343 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 ani în urmă
hotspot_savescore.inc.php 5aa76ef211 Replacing function get_statistic_table() with get_main_table() see BT#6220 11 ani în urmă
hotspot_updatescore.inc.php 5aa76ef211 Replacing function get_statistic_table() with get_main_table() see BT#6220 11 ani în urmă
index.html 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 ani în urmă
live_stats.php b6046ae717 Updating from mine branch 11 ani în urmă
mark_free_answer.php 5aa76ef211 Replacing function get_statistic_table() with get_main_table() see BT#6220 11 ani în urmă
matching.class.php 995bf8f06e Updating lang vars + fixing exercise with the new option (Question select type). 11 ani în urmă
media.php b6046ae717 Updating from mine branch 11 ani în urmă
media_question.class.php fb9dada532 Changing renamed function + restoring end_button setting. 11 ani în urmă
multiple_answer.class.php b6046ae717 Updating from mine branch 11 ani în urmă
multiple_answer_combination.class.php 995bf8f06e Updating lang vars + fixing exercise with the new option (Question select type). 11 ani în urmă
multiple_answer_combination_true_false.class.php 5eeac46588 Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 ani în urmă
multiple_answer_true_false.class.php 995bf8f06e Updating lang vars + fixing exercise with the new option (Question select type). 11 ani în urmă
oral_expression.class.php 995bf8f06e Updating lang vars + fixing exercise with the new option (Question select type). 11 ani în urmă
overview.php b6046ae717 Updating from mine branch 11 ani în urmă
qti2.php a4ce9f2ea3 Minor - removing require_once libs already added in global.inc.php 12 ani în urmă
question.class.php b6046ae717 Updating from mine branch 11 ani în urmă
question_admin.inc.php 4f2721953d Using absolut URL paths 11 ani în urmă
question_create.php 249fe52343 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 ani în urmă
question_list_admin.inc.php fc27a500de Minor - cosmetic changes. 11 ani în urmă
question_list_pagination_admin.inc.php b6046ae717 Updating from mine branch 11 ani în urmă
question_pool.php 81584e91bb Removing $fromExercise value see BT#6262 11 ani în urmă
quiz_template.xls e2128fa522 Added Excel question import from Dokeos 2 (initially developed by iflores, carefully reviewed for fixes and improvements) 14 ani în urmă
recalculate_scores.php 033cd8f3b1 Adding recalculate feature see #6422 11 ani în urmă
result.php d885f1d0d3 Changing function name, adding comments 11 ani în urmă
savescores.php 5aa76ef211 Replacing function get_statistic_table() with get_main_table() see BT#6220 11 ani în urmă
showinframes.php 4f2721953d Using absolut URL paths 11 ani în urmă
stats.php aa2d77466d Fixing exercise/stats.php 11 ani în urmă
testcategory.class.php 857b4cec0f Updating from 1.9.x 11 ani în urmă
testheaderpage.php 9f535715a9 Minor - Adapting code comments to phpdoc 13 ani în urmă
tests_category.php 857b4cec0f Updating from 1.9.x 11 ani în urmă
unique_answer.class.php b6046ae717 Updating from mine branch 11 ani în urmă
unique_answer_image.class.php 995bf8f06e Updating lang vars + fixing exercise with the new option (Question select type). 11 ani în urmă
unique_answer_no_option.class.php 995bf8f06e Updating lang vars + fixing exercise with the new option (Question select type). 11 ani în urmă
upload_exercise.php 4f2721953d Using absolut URL paths 11 ani în urmă