07 Nov, 2018
1 commit
06 Nov, 2018
2 commits
-
- added support to images in the questions.
15 Apr, 2018
2 commits
12 Apr, 2018
1 commit
-
- updated templates to fontawesome 5. - updated bootstrap and fixed float-right in the questions title-bar.
06 Mar, 2018
1 commit
10 Jan, 2018
1 commit
24 Nov, 2017
1 commit
15 Nov, 2017
1 commit
-
- some corrections to demo
13 Nov, 2017
1 commit
01 Nov, 2017
1 commit
24 Oct, 2017
1 commit
21 Oct, 2017
1 commit
-
- fixed markdown rendering in questions.
20 Oct, 2017
1 commit
-
- many changes and fixes. review still hardcoded...
19 Oct, 2017
1 commit
-
- /review almost there, total_points still undefined. - images not working.
17 Oct, 2017
1 commit
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
1 commit
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.
05 Jul, 2016
2 commits
-
- cosmetic changes.
-
- minor cosmetic changes
01 Jul, 2016
2 commits
-
- cosmetic changes.
-
- added new bootstrap themes. - cosmetic changes.
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
2 commits
-
- new 'alert' type of question. - commandline 'debug' argument partially working (still lacks loglevel setup). - information type questions use 'title' instead of hardcoded "Atenção".
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