Hi Guys,
Been a bloody long while since I was last able to dedicate some quality
time to this project...... things are beginning to slow down for me (on
the work front) so I should be able to get back into the swing of
things........
Just added another feature to my version of phpESP (which is the current
cvs version as at 14/09/03).
It adds a checkbox to the questions tab in the question choices section
which when checked randomises that questions choices.
This does require a small database change which can be accomplished by
running the following command in mysql:
alter table question add random enum('Y','N') default 'N' after public;
Currently available for radio, checkbox, droplist and rate question
types.
Attached is the patch file.
As always please test it and send back any comments, ideas, improvements
etc... oh and the usual warning....DO NOT PATCH YOUR PRODUCTION VERSION
OF PHPESP :)
Next patch will be to randomise the actual questions as well.
|