29 Jan, 2021
1 commit
-
other minor changes
13 Dec, 2020
1 commit
-
allow offline correction of tests BREAKING CHANGES: Incompatible database tables from previous versions! Must start with empty database.
12 Nov, 2020
1 commit
-
a redirection.
09 Nov, 2020
1 commit
08 Nov, 2020
2 commits
-
- list of allowed students given in a file (new command line option) - pregenerate tests for allowed students - random sample questions from a list specified in the test configuration. - popper.js removed. its provided by bootstrap.bundle
-
- update .gitignore - remove explicit popper.js and use bootstrap.bundle instead - update questions.py to match aprendizations
02 Nov, 2020
1 commit
-
code refactoring. pre-generate tests
12 May, 2020
2 commits
-
- simplified log messages
11 May, 2020
1 commit
-
- show in comments when external correct program aborts
10 May, 2020
4 commits
09 May, 2020
2 commits
-
- remove lost print() - fix answers not shown in review (escape html) - fix duration in review - cosmetic changes in review
07 May, 2020
3 commits
-
- new information question in the demo suggesting use of yamllint. - satisfy pylint recommendations against logging f-strings - handle JSON exception - show file and ref both in the test and review - add button to get detailed grades of all questions in a test - version bump to 2020.05.dev3
-
- new information question in the demo suggesting use of yamllint. - version bump to 2020.05.dev3
06 May, 2020
3 commits
-
- show file and ref both in the test and review
05 May, 2020
7 commits
-
- debounce authorization checkboxes
02 May, 2020
5 commits
-
- button to close the test after the grades. - replace (scale_points, scale_min, scale_max) by "scale: [0, 20]" - updates demo.yaml - correct-question.py changed to count the number of correct colors - catch exception during loading test configuration - fix exception handling of sqlalchemy - change default logging to include seconds - update BUGS.md
01 May, 2020
4 commits
-
- updates demo.yaml - correct-question.py changed to count the number of correct colors - catch exception loading test configuration
-
- update BUGS.md
30 Apr, 2020
2 commits
-
- update BUGS.md - add example of random choice of questions in demo.yaml - update .gitignore - remove package-lock.json from git repository