Download & Releases
3.10.4 (stable)
Release 3.10.4 has been published on 21st Jan 2009. 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. | <div class="framed"><div style="float:right; margin:15px;"> <br />
|
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)
- 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)