28 Apr, 2020
2 commits
-
- fix timer when there is no time limit
-
- show time remaining. - fix many pylint warnings
24 Mar, 2020
1 commit
-
commandline options: --version and --port
07 Nov, 2019
1 commit
-
- fix and improve sanity checks - show discount points - add scale_min - add support for list of regular expressions in regex questions - improve documentation - improves exception handling in python - grades are no longer rounded in the database, but show rounded to 1 decimal place in the browser.
14 May, 2019
1 commit
-
- shares same questions.py as aprendizations. - rewrite of TestFactory to use the same QFactory as aprendizations. removes factory.py. - fix async functions to always use the same thread (no executor), also fixes sqlalchemy threading errors. - fix textarea lines. - fix checkbox with shuffle set to false. - fix error in scale_points when total points is zero.