v 0.5.5 (5/17/2002)
-------
- overhauled the html layout. I think it looks much nicer now.
- added context sensitive help to different pages
- Changed the 'viewable' option on the tests to a 'start-date end-date'
scheme. Now, a test will only be viewable inbetween the start and
end date and with appropriate user permissions.
- fixed display bug in view_users.php
- fixed bug that caused error if only 1 required or random question was on
the test
- added configurable charset var, located in each language file
- added czech translation (thanks jurencak@quick.cz)
- fixed bug that caused an sql error if the user answered all questions on
the test incorrectly
- fixed some html issues
- changed the test results page. Now, test results for all users are shown
by default. If you just want to see results for a particular user, you can
click on his username in the test results page.
- added multiple date display formats (see config.inc.php for details)
- added ability to limit displayed questions to a particular skill level in
admin view (likewise for users and groups)
- added page to clear saved tests cache
- started initial work on docbook user manual
v 0.5.4 (5/9/2002)
-------
- fixed redirect bug w/ IIS
- changed all unnessarily double-quoted strings to single quotes. This should
improve speed somewhat.
- On tests, every question has the first option clicked as the answer. This
will prevent people accidently forgetting to answer a question and losing
all of their data
- the test questions are now cached, so a user can't press the refresh button
to get a different set of questions.
- fixed css to display properly on IE6 and Mozilla
- put all of the strings into languages/english.inc.php. phpTest can now be
easily translated into different languages by editing that file. Initially,
I've included a spanish translation thanks to mapleman@avixion.net. If you
translate phpTest into another language, please email me the modified file.
- fixed editing of groups
- Correct answers are now shown on true/false questions when an admin is
viewing a test
- fixed a couple type-o's in the install file
- added edit link and weight to questions for admins in the test view
- added link for test takers to view test results once they are logged in.
- various other minor bugfixes
v 0.5.3 (5/3/2002)
-------
- fixed a bug that generated an sql error if all of the questions
on a test weren't answered
(thanks to andy.dimacale@wheaton.com)
v 0.5.2
-------
- fixed a bug that prevented editing of true/false questions
(thanks clove@1stbank.net)
v 0.5.1
-------
- fixed a bug that prevented adding new users with admin rights
- fixed a bug that prevented editing current users
v 0.5.0
-----
- Initial Release