23 Oct, 2017
1 commit
-
- its now possible to sort, but allow/deny is no longer working...
19 Oct, 2017
1 commit
-
- /review almost there, total_points still undefined. - images not working.
18 Oct, 2017
2 commits
17 Oct, 2017
1 commit
21 Jan, 2017
1 commit
11 Jan, 2017
1 commit
13 Nov, 2016
1 commit
12 Nov, 2016
1 commit
05 Jul, 2016
1 commit
-
- minor cosmetic changes
01 Jul, 2016
2 commits
-
- cosmetic changes.
27 Jun, 2016
1 commit
-
- disabled content-security-policy because of MathJax - removed column from tables in /admin to simplify
14 Jun, 2016
1 commit
-
- fixed giveup() not logging out stude - insert new student on /admin
03 Jun, 2016
2 commits
-
'tools'. - use default 'alert' question when a question generator fails. - fixed logout link in /admin. - replaced exit() calls from test.py by TestFactoryException exception.
02 Jun, 2016
2 commits
31 May, 2016
1 commit
-
- the serve.py is now only the interface, everything goes through App class. - implemented an /admin page to authorize students and reset passwords. this is done with a webservice that responds to AJAX. test: - check if questions exist when building testfactory - final grade is rounded to 1 decimal place (0.0 - 20.0) questions: - added support for correction comments for textarea type questions. - scripts can return grade or a dictionary {grade: 10.0, comments:'hello'} serve: - implemented a werbservice for /admin - moved authentication requirements into the serve.py - tried to improve security (but webservices still missing) - templates are obtained only once regressions: - configuration is a completle mess