02 Jun, 2016
2 commits
01 Jun, 2016
1 commit
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
19 May, 2016
1 commit
-
Some of the improvements are: - cleaner code with TestFactory and QuestionFactory. - application logging to the console - correction script now can return yaml dictionary with grade and comments. Regressions: - command line arguments temporarily disabled. - cherrypy logging temporarily disabled
13 May, 2016
1 commit
-
- more widespread logging - added issues in BUGS.md
09 May, 2016
1 commit
02 May, 2016
3 commits
28 Apr, 2016
1 commit
-
- updated correction code to use recommended subprocess.run() from python 3.5 - remove exit() calls so that the server will not terminate
23 Apr, 2016
1 commit
-
- simplified code in some questions. - added more error checks.
18 Apr, 2016
1 commit
04 Apr, 2016
7 commits
-
- updated to Bootstrap 3.3.6
11 Mar, 2016
12 commits
-
- modified config/server.conf to point to logs/ directory - modified demo/test.yaml with better explanations
-
- pretty errors and warnings on startup - removed option 'save_answers' from test configuration. It is now automatically defined depending on the existence of a 'answers_dir' option. - several fixes in managing paths.
10 Mar, 2016
1 commit
02 Feb, 2016
1 commit
09 Sep, 2015
1 commit
05 Jul, 2015
1 commit
03 Jul, 2015
3 commits
-
- fixed myauth.py to use bcrypt.
-
- now allows to add students to an existing database - detects if students already exist - show progress in the terminal during password generation
30 Jun, 2015
1 commit