...
Apache | 2.4+ |
---|---|
PHP | PHP 8.1 |
MySQL | 5.7+ |
7.6.0
Upgrading notes
A new setting cfg_site_address
has been added to ExamSys, it should be set to the full path to your ExamSys installation. We require it to be set during upgrade, if you are doing a command line upgrade you can avoid being prompted for it by using the -s
flag, for example:
Code Block |
---|
php cli\upd.php -u username -p password -s https://examsys.example.com |
There is also a new script that should be configured to run regularly that will e-mail anomaly reports out:
cli/mail.php
New features
Staff can now add notes to questions (thanks to Get John)
You can now optionally see the history of changes to previous instances of a question (thanks to Get John)
Incorrect answers can now be added to hotspots (thanks to Get John)
Hotspot and extended matching questions can now be globally configured to display the option letter, rather than the co-ordinate in hotspots, or the option value in extended matching questions (thanks to Get John)
Anomaly detection. ExamSys will now record potentially suspicious activity happening on a paper that can be reviewed by administrators if cheating is suspected on an exam.
Improvements
There should be improved clarity around the validity of the duration shown on the class totals report when a user has late log entries
Information about IP address problems in labs should now provide more clarity to administrators
The command line install scripts will now send better exit codes when something goes wrong
...