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