Download & Releases

3.10.4 (stable)

Release 3.10.4 has been published on 21st Jan 2009.

Please read the ILIAS 3.10 features report for information about major changes and new features of this version.

Information about first time installation can be found here.

ILIAS 3.10.x does not support MySQL 4.0.x anymore. You need at least MySQL 4.1.x or higher. Minimum PHP Version is PHP 5.1.3. We also moved from PEAR::DB to the PEAR::MDB2 package with 3.10.0.

How to Update: Instructions for updating ILIAS can be found in section 3 of the general installation instructions. For major updates (e.g. 3.8.x -> 3.9.x) the safest proceeding is, to upgrade a copy of your productive system first and test whether everything works ok.

Notes for MySQL 4.0.x Upgraders: If you plan to upgrade from MySQL 4.0.x to MySQL 4.1.x or higher please read our Migrating from MySQL 4.0.x to MySQL 4.1.x instructions.

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 click here and follow the instructions.

<div class="framed"><div style="float:right; margin:15px;"></div>
Format: .tar.gz

Download 3.10.4.tar.gz
50MB, 2009-01-21
md5: f2aec07b5a64da7d35044c2bc8d60ea8


</div>

<br />
<div class="framed"><div style="float:right; margin:15px;"></div>
Format: .zip

Download 3.10.4.zip
53MB, 2009-01-21
md5: cad5341149aedd02c16d3ca2b0894719


</div>

ILIAS is free, open source software and published under the GNU General Public License (GPL).

Known Issues

1. Test & Assessment best pass and question feedback calculation

Due to an issue in the calculation of the best pass for a test, the last pass is always scored as the best pass. If question feedback is shown in the test results, always the feedback for the last pass is shown even if a previous pass is selected. This patch deals with both issues and restores the full functionality of best pass calculation and result feedback.

The zip file contains two files:
Modules/Test/classes/class.ilObjTest.php and Modules/TestQuestionPool/classes/class.assQuestionGUI.php

Please backup your current version of Modules/Test/classes/class.ilObjTest.php and Modules/TestQuestionPool/classes/class.assQuestionGUI.php and copy the patch files to the corresponding directories.

- patch_assessment_pass_feedback.zip - md5sum: 265faccfb2ea554c31e294af177354c9

Fixed Bugs

  • Test & Assessment

    • Made date of print output of test results only visible in printout. Changed solution signature in tests from default to non default (Helmut Schottmüller)

    • Fixed return to last question problem: In a test with a restricted number of test passes a participant gets a final question prior to the final submission of the test: "You are going to finish this test and reach the maximum number of allowed test passes. You won't be able to enter this test again to change your answers. Do you really want to finish the test?". If the participant answers the question with "No, go back to the previous question", he/she returns back to the last answered question. Unfortunately the answers to this question will be deleted then (Helmut Schottmüller)

    • Fixed Mantis bug #4160: Cloze Question - Numeric Gap - MDB2 Error. ILIAS crashed when no range was given for numeric gaps in cloze questions (Helmut Schottmüller)

    • Fixed Mantis bug #4159: Tagging a Test. Tagging a test resulted in an error (Helmut Schottmüller)

    • Fixed Mantis bug #4186: always re-extend textareas after saving. Every time after saving by button, manually extended textareas in essay questions shrink to their original size. During tests users are often saving their text and have to re-extend the area (Helmut Schottmüller)

    • Fixed Mantis bug #4200: Irritating text in test (Helmut Schottmüller)

    • Added bounds check for numeric cloze gaps (Helmut Schottmüller)

    • Fixed db error message. Fixed cloze question import. Fixed question type output during question import (Helmut Schottmüller)

    • Fixed Mantis bug #4187: Creating export of test results crashes and has wrong format (Helmut Schottmüller)

    • Fixed Mantis bug #4221: Cannot view more than one page of "Results by Question" in test statistics (Helmut Schottmüller)

    • Fixed math parser problems with numeric questions (Helmut Schottmüller)

    • Added clearfix for floating media in test questions (Helmut Schottmüller)

  • Survey

    • Fixed Mantis bug #4155: Wrong Export with Matrix-Questions (Helmut Schottmüller)

    • Fixed resume problems in surveys. Resume did not go to the last answered question (Helmut Schottmüller)

    • Fixed Mantis bug #4104: Non existant "Question Pool Survey" produces empty drop-down box (Helmut Schottmüller)

    • Fixed Mantis bug #4165: Real numbers instead of integers in diagram scale (Helmut Schottmüller)

    • Fixed Mantis bug #4204: Status: not started. Added better translations for survey status. (Helmut Schottmüller)

    • Fixed issue with matrix question phrases (Helmut Schottmüller)

  • Wiki
    • Fixed Bug #4236: Wiki menu shows "Edit" tab even when I am not logged in. (Alex Killing)
    • Fixed Bug #4166: Permissions not checked correctly when opening wiki page. (Alex Killing)
    • Fixed Bug #4191: What Links Here Table Nav Broken. (Alex Killing)
  • Learning Modules
    • Fixed Bug #4201: Trying open a page from history in editing mode produces error. (Alex Killing)
    • Fixed Bug #4183: Error when trying to print "Selected Pages/Chapters". (Alex Killing)
    • Fixed Bug #4212: Changing LM Layout does not prevent cache hit. (Alex Killing)
    • Fixed Bug #4218: Changing media object file does not reload cache. (Alex Killing)
  • Tagging
    • Fixed Bug #4168: Error message while entering tags . (Alex Killing)
  • Administration
    • Fixed Bug #4202: E-Mail error message, even if field is not required. (Alex Killing)