06 Jun, 2017
1 commit
17 Mar, 2017
1 commit
-
…ipulating files, and not saving expanded paths (to avoid /User vs /home conflicts between OSX and Linux).
15 Mar, 2017
1 commit
-
- show path to questions yaml file when the option show_ref is True.
26 Jan, 2017
1 commit
-
… it's in a given interval.
21 Jan, 2017
2 commits
19 Jan, 2017
1 commit
11 Jan, 2017
1 commit
10 Jan, 2017
1 commit
09 Jan, 2017
1 commit
13 Nov, 2016
1 commit
12 Nov, 2016
1 commit
01 Nov, 2016
1 commit
-
- removed unused code.
19 Jul, 2016
1 commit
13 Jul, 2016
1 commit
-
- the test state indicates if the test was corrected normally, the student quit, or the test is null because of cheating. - tests are always stored in the database, even if the student quits. - added support to review quit tests
05 Jul, 2016
2 commits
-
- cosmetic changes.
-
- minor cosmetic changes
01 Jul, 2016
3 commits
-
- cosmetic changes.
-
- added new bootstrap themes. - cosmetic changes.
30 Jun, 2016
2 commits
-
- added font-awesome, used only in test reviews for now.
29 Jun, 2016
1 commit
-
- fixed bug where incorrect test results were shown to student after /correct.
27 Jun, 2016
1 commit
-
- disabled content-security-policy because of MathJax - removed column from tables in /admin to simplify
26 Jun, 2016
1 commit
15 Jun, 2016
1 commit
14 Jun, 2016
2 commits
-
- fixed giveup() not logging out stude - insert new student on /admin
08 Jun, 2016
1 commit
03 Jun, 2016
3 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.
-
- new 'alert' type of question. - commandline 'debug' argument partially working (still lacks loglevel setup). - information type questions use 'title' instead of hardcoded "Atenção".
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
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
02 May, 2016
2 commits
23 Apr, 2016
1 commit
-
- simplified code in some questions. - added more error checks.
18 Apr, 2016
1 commit