-
Updated Exam Instructions Stable
released this
2023-10-20 21:01:47 +01:00 | 0 commits to master since this releaseUpdated exam instruction text as requested by SKA Refereeing Coordinator.
Downloads
-
released this
2023-07-01 21:59:25 +01:00 | 2 commits to master since this releaseTwo minor bugfixes.
- Entering invalid exam code threw a silent error.
- Tables could not sort by date because it was parsed as a string.
Downloads
-
released this
2023-03-07 11:30:40 +00:00 | 8 commits to master since this releaseFixed exception that is thrown in the Analysis page when an exam cohort has only one entry
Downloads
-
Bugfix: Added statistics Stable
released this
2023-03-05 03:21:14 +00:00 | 9 commits to master since this releaseForgot to display the statistics on analysis page. Corrected in this release.
Downloads
-
Version 1.2: Analysis Stable
released this
2023-03-05 01:10:53 +00:00 | 10 commits to master since this releaseNew feature added to this release: Answer analysis for exams and datasets to examine common mistakes in the test entries.
Additional changes:
- Bugfix: changed file download function parameters for new flask library version,
- Updated dependencies to newest versions,
- Bugfix: rendering of html elements on results pages,
- Database migration: added relation between dataset and entries
Downloads
-
Bug Fixes Stable
released this
2023-03-01 18:07:59 +00:00 | 28 commits to master since this releaseFixed the following bugs in this release:
- Clicking submit for tests over one hour fails (CSRF timeout error)
- Admin console listing entries under the test screen has broken links
Downloads
-
released this
2023-02-03 17:14:37 +00:00 | 30 commits to master since this releaseAdded a new feature to suggest auto-filled club names (populated with a list of clubs in SKL as well as any additional clubs added to the database) to reduce user errors cluttering up the database.
Cleaned up errors in the database caused by variation in club names so far.
Downloads
-
Bugfixes: Incomplete Tests Stable
released this
2023-02-03 15:06:24 +00:00 | 37 commits to master since this release- Fixed bug that caused the web admin console to crash due to an exception caused by incomplete tests in the database.
Downloads
-
released this
2022-11-01 08:54:11 +00:00 | 42 commits to master since this release- Updated privacy policy to reflect the specific use case of access arrangements for the app maintainer at the SKA.
- Corrected typos and clarified language around subject access requests.
Downloads
-
Ref Test App v1 Stable
released this
2022-09-13 12:12:06 +01:00 | 45 commits to master since this releaseApp now ready to be deployed.
Changes since last beta:
- Changed database file extension to conventional
.sqlite
- Removed some redundant imports
- Updated dependency list in
requirements.txt
file - Added indices to database tables to make lookups faster
- Removed the word 'Beta' from the site title, etc.
Downloads
- Changed database file extension to conventional