12 Nov, 2020
2 commits
-
- stores browser request headers on login with the test
-
- cookie is now perguntations_user - removes any letter prefix from login number
09 Nov, 2020
2 commits
08 Nov, 2020
8 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
-
instead of just one.
-
- update .gitignore - remove explicit popper.js and use bootstrap.bundle instead - update questions.py to match aprendizations
07 Nov, 2020
1 commit
03 Nov, 2020
1 commit
-
make questions.py similar to the one in aprendizations checkbox correct now raises error instead of warning about behavior change in values
02 Nov, 2020
5 commits
-
code refactoring. pre-generate tests
-
- remove __init__() from Test class as its useless
-
use raise from pattern to chain exception stack trace add function to print test (incomplete)
29 Oct, 2020
2 commits
-
- refactor several functions in app.py and rename some as private - add pylint commands
12 May, 2020
7 commits
-
- minor cosmetic changes.
-
- simplified log messages
-
- 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
2 commits
-
- show file and ref both in the test and review