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