Download & Releases
3.7.1 (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 click here and follow the instructions.
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.7.1 has been published on September 7, 2006. Information about first time installation can be found here. Support for MySQL 3.23.x is not included anymore. |
|
Known Issues
1. Scoring of Multiple Choice Questions without selected answers did not work
Even with the "Set the defined score, even when no answer was checked" option set in a test, 0 points have been scored to test participants when they did not check any answer.
To fix this bug, make a backup copy of the file assessment/classes/class.assMultipleChoice.php, then copy the attached file class.assMultipleChoice.php into the assessment/classes/ directory.
2. Client List does not display
If multiple clients are used and the client list is enabled in the setup, the client list is not displayed when www.domain.org/ilias3/ is accessed. To solve this problem, make a backup copy of file Services/Init/classes/class.ilStartUpGUI.php and copy the following patch file into directory Services/Init/classes.
3. Test results output patch
When the test results output is set to a fixed time/date in the future, but a ending time is set somewhere in the past, the test results button is visible on the info page. This patch also handles an issue "Warning: Division by zero in class.ilObjTest.php on line 4114" which occurs when an author wants to see the test results in the statistics but a user did not answer a question. To prevent this from happening, make a backup copy of the file assessment/classes/class.ilObjTest.php, then copy the attached file class.ilObjTest.php into the assessment/classes/ directory.
4. Glossary navigation (previous / next) fails in learner mode
To fix this problem, make a backup copy of file content/classes/class.ilGlossaryPresentationGUI.php. Then copy the following file into directory content/classes/.
Fixed Bugs
Survey: Added an error message when more or less than one target position is selected during the moving of nominal or ordinal answers. Also corrected the behaviour of the "changed" message which was wrong after a failed move attempt (Helmut Schottmüller, 2006-08-16)
Test & Assessment: Removed the duplicate dot at the end of the english test maintenance information "There are no existing user datasets for the test. You need at least one user dataset to maintain the data.(.)" (Helmut Schottmüller, 2006-08-16)
Survey: Corrected the german phrase "abolut unsicher" to "absolut unsicher" (Helmut Schottmüller, 2006-08-16)
Survey: Corrected the german term: "Sind Sie sicher, dass Sie die Umfragedaten für die aus(g)ewählten Teilnehmerinnen und Teilnehmer löschen wollen?" (Helmut Schottmüller, 2006-08-16)
Test & Assessment: Corrected the german term "Teilnehmerinnen und Teilnehmer können eine D(ru)ckausgabe ihrer Ergebnisse sehen" (Helmut Schottmüller, 2006-08-16)
Survey: Fixed Mantis bug #1960: Error in "User specific results" evaluation of surveys when a participant was deleted from the ILIAS system (Helmut Schottmüller, 2006-08-16)
Test & Assessment, Survey: LaTeX output was corrupt when the JavaScript editor is disabled in the advanced editing administration (2006-08-20, Helmut Schottmüller)
Test & Assessment: Changed text of "Summary" button in tests to "Question Summary" and in german to "Fragenübersicht" (2006-08-20, Helmut Schottmüller)
Test & Assessment: Fixed a "PHP Fatal error: Class 'ilObjAssessmentFolder' not found in class.ilObjTest.php on line 7471". This was caused when Assessment Logging is enabled and a Participants restriction is enabled for the test (2006-08-20, Helmut Schottmüller)
Test & Assessment: Changed german language entry from "Bewertungsdeteils" to "Bewertungsdetails". Changed german language entry "Punkte im Fragentitel" to "Punkte im Fragentitel nicht anzeigen" (2006-08-20, Helmut Schottmüller)
Test & Assessment: Fixed sort order of question types in test question browser and preselected the question type of the last created question (similar to the question pool editor) (2006-08-20, Helmut Schottmüller)
Course objectives / Test & Assessment: A wrong method call to a course objective method forced a fatal error when an author tries to set the points for an essay question (2006-08-20, Helmut Schottmüller)
Test & Assessment: Added confirmation dialog when test properties are changed from random tests to non-random tests (and vice versa) and questions already exists (2006-08-20, Helmut Schottmüller)
Test & Assessment: Fixed security issues in Test & Assessment (2006-09-01, Helmut Schottmüller)
Test & Assessment: Added explicit menu structure for test question browser and removed the test menu structure to enhance the usability (2006-09-04, Helmut Schottmüller)
Test & Assessment: Fixed language entry in random question selection for tests. For question pools with one question "1 -assQuestion-" was shown instead of "1 question" (2006-09-04, Helmut Schottmüller)
Test & Assessment: Fixed filter behaviour in test question browser. Removing a filter text pressing the filter button did not work (2006-09-04, Helmut Schottmüller)
Test & Assessment: Added login to user name in test maintenance user overview (2006-09-04, Helmut Schottmüller)
Survey: Added login to user name in survey maintenance user overview (2006-09-04, Helmut Schottmüller)
Test & Assessment: Changed sort order of assessment log entries from ascending date/time to descending date/time (2006-09-04, Helmut Schottmüller)
Test & Assessment: Changed initial date for assessment log queries to January 1st of the actual year (2006-09-04, Helmut Schottmüller)
Test & Assessment: Fixed Mantis bug #1958: No score reporting during test. A misunderstanding in the score reporting options was corrected. Score reporting now consists of "Offer test results when the test is finished" and "Offer test results when the test has been started" while the old option "Report the score after every question is answered" has been moved to an own option called: "Instant verification of answers".
Please note that a database update is necessary for this bug fix!
(2006-09-04, Helmut Schottmüller)Security: Fixed several security issues. (Alex Killing)
Roles: Fixed role editing in learning modules, chats, web resources, glossaries and SCORM modules. (Alex Killing)