Download & Releases

3.6.3 (stable)

Very important notes for MySQL 4.1.x users:

If you update from ILIAS 3.4.0 or 3.4.1 and already used MySQL 4.1.x: Due to a problem in the UTF-8 handling some extra update steps are necessary. Please <b><u>click on this link and follow the instructions</u></b>.

If you just plan to update from MySQL 4.0.x to MySQL 4.1.x please read our Migrating from MySQL 4.0.x to MySQL 4.1.x instructions.

Release 3.6.3 has been released at May 23, 2006.

Release 3.6.3 is a bugfix release and does not contain new features compared to former 3.6 releases. Please read the 3.6.0 release report for information about major changes and new features. Release 3.6.3 adds basic support for MySQL 5.0, however, it has not been tested in-depth with MySQL 5.0 yet.

Information about first time installation can be found here. Instructions for updating ILIAS can be found in section 3 of the general installation instructions.


Download 3.6.3
(.tar.gz; 25MB; 2006-05-23)

Known Issues

1. Survey bug with metric questions and an upper limit of ∞

When a metric question with an upper limit of ∞ was added to a survey in ILIAS versions < 3.6.3 and the survey is executed in ILIAS 3.6.3, ILIAS does not accept any user input. It always complains that the value is not between the minimum and the maximum value.

To fix this bug, make a backup copy of the file survey/classes/class.ilSurveyExecutionGUI.php, then copy the attached file class.ilSurveyExecutionGUI.php into the survey/classes/ directory.

Survey metric question bug fix

Fixed Bugs

  • Survey: Changed english definition for metric variable from non-ratio to interval (Helmut Schottmüller, 2006-04-22)

  • Survey: Fixed the minimum value check for ratio metric variables to greater equal zero (Helmut Schottmüller, 2006-04-22)

  • Test & Assessment: Fixed wrong method call in imagemap questions when adding answers which caused an error under certain circumstances (Helmut Schottmüller, 2006-04-23)

  • Survey: Fixed locator url of the survey when a survey is running (Helmut Schottmüller, 2006-04-28)

  • Survey: Fixed display problems in survey evaluation (survey tabs were visible for users without edit permissions) (Helmut Schottmüller, 2006-04-28)

  • Test & Assessment: Fixed script error (white screen appeared) when importing question pools using the text field for a new question pool name (Helmut Schottmüller, 2006-05-03)

  • Test & Assessment: Fixed static calculation of reached test points in ilObjTestAccess. Fortunately the wrong calculation had no effect at all (Helmut Schottmüller, 2006-05-05)

  • Survey: Fixed mantis bug #1736: Evaluation of surveys is not accessible generally (Helmut Schottmüller, 2006-05-05)

  • Test & Assessment: Fixed Mantis bug #1738: No paragraphs in introduction of tests (Helmut Schottmüller, 2006-05-05)

  • Test & Assessment: Fixed Mantis bug #1741: Text gap points get lost when recreating an existing cloze text (Helmut Schottmüller, 2006-05-05)

  • Exercise: Fixed Mantis bug #1734: Empty folders in zip file when downloading all exercises uploaded (Helmut Schottmüller, 2006-05-08)

  • Survey: Fixed Mantis bug #1748: No obligation notification while processing a survey (Helmut Schottmüller, 2006-05-09)

  • Test & Assessment: Added redirect after POST and session based form submission checking for Test & Assessment to enhance the security of user actions during a test (Helmut Schottmüller, 2006-05-11)

  • Test & Assessment: Fixed Mantis bug #1745: varying random test ignores smaller amount of questions in pool than selected (Helmut Schottmüller, 2006-05-11)

  • Test & Assessment: Fixed Mantis bug #1753: Missing dimension unit in header of excel statistic export (Helmut Schottmüller, 2006-05-11)

  • Test & Assessment: Fixed Mantis bug #1754: Missing explanation in legend of test statistic. The question titles have not been shown when the active user hasn't participated in the test (Helmut Schottmüller, 2006-05-11)

  • Test & Assessment: Fixed output of user names in test evaluation. Output is now set to lastname, firstname instead of firstname lastname (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Fixed calculation of "Questions already worked through". Now a question is counted as "worked through" only when at least one answer dataset exists (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Changed the description for "Total number of persons entered the test" to "Total number of persons who started the test" to clearify this statistical setting (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Changed the description for "Average processing time for completed tests" to "Average test processing time" to evaluate also the tests which are not finished by pressing the finish test button (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Added all passed tests to the passed tests statistics in the aggregated results and not only the finished tests (which is already in the detailed statistics) (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Fixed calculation of average points of passed tests (remove the rounding of the average points) (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Added average processing time for passed tests in the aggregated test results (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Fixed bug in detailed statistical evaluation. The user name was shown in self assessment details (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Added additional text ("user") to user counter in self assessment evaluation to get a better area for the hyperlink to the evaluation details (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Added an additional check for complete questions. If the maximum number of points for a question is not greater zero, the question is not complete (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Changed position of columns in statistical evaluation. Moved reached points and marks into the first columns to provide a better overview of the most important variables (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Fixed the calculation of answered questions. Only the questions which are answered with at least one value are counted for answered questions (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Fixed the calculation of answered questions. For mixed pass results now the calculation of the answered status is taken from different passes. The answered questions of the last pass plus - if the pass wasn't finished - the answered questions of the previous pass which have not been saved in the last pass (Helmut Schottmüller, 2006-05-12)

  • Test & Assessment: Fixed bug in calculating the last pass of a user in varying random tests. When the last pass wasn't finished with the finish test button, the previous pass was taken as last pass for scoring (Helmut Schottmüller, 2006-05-14)

  • Test & Assessment: Fixed availability of the hide previous answers checkbox in the test information page for "normal" random tests where it didn't occur (Helmut Schottmüller, 2006-05-14)

  • Test & Assessment: Fixed calculation of question solution pass for non varying random test questions (Helmut Schottmüller, 2006-05-14)

  • Test & Assessment: Resetting matching questions with javascript now acts in a correct way and does not count the question as an answered question (Helmut Schottmüller, 2006-05-14)

  • Test & Assessment administration settings: Fixed CSV output of Test & Assessment log. Put question title in a separate column to allow sorting for question titles (Helmut Schottmüller, 2006-05-14)

  • Test & Assessment: Added missing duplication option into test questionpool create form (Helmut Schottmüller, 2006-05-15)

  • Test & Assessment: Fixed a bug adding roles or groups to online exams (Helmut Schottmüller, 2006-05-15)

  • Test & Assessment: Added javascript char counter output for textareas with maximal char restriction for essay questions for a better visual feedback of the remaining characters (Helmut Schottmüller, 2006-05-15)

  • Survey: Fixed bug synchronising a question which is edited from a survey with its original in the questionpool (all answers from the original question were moved to the edited question). To prevent problems with the editing of questions from a survey, I also removed the tabs of the containing question pool when editing the survey and changed the subtabs of the question properties to be real tabs. I also added a backlink to the calling survey (Helmut Schottmüller, 2006-05-18)

    Better tab display for questions which are edited from a survey
  • Survey: Fixed bug synchronising questions with the original question in the question pool when editing questions from within a survey. The material of the questions wasn't synchronized correctly (Helmut Schottmüller, 2006-05-18)

    Survey: Fixed bug creating survey questions from within survey. Added a backlink to the calling survey and removed the direct return to the survey after pressing the save button because it was impossible to create answers for nominal or ordinal questions (Helmut Schottmüller, 2006-05-18)

  • RADIUS authentication: Fixed Mantis bug #1767, #1615: Script error with older PHP 4 versions (Sascha Hofmann, 2006-05-19)

  • Administration: Fixed Mantis bug #1713: Wrong language in Locator when switching to a role or user account (Sascha Hofmann, 2006-05-19)

  • Permissions: Don't display 'create learnlink seminar' in permission settings if iLinc-Server is not active (Sascha Hofmann, 2006-05-19)

  • Permissions: Fixed Mantis bug #1730: ILIAS crashes when cklicking on the permission tab of Question Pool objects (Survey & Test). (Sascha Hofmann, 2006-05-19)

  • Glossary: Fixed Mantis bug #1702: Switching between table pages when editing a glossary causes an error (Helmut Schottmüller, 2006-05-22)