29 Dec, 2021
1 commit
27 Dec, 2021
1 commit
-
Functional, but notifications (unfocus, password defined, etc) are not yet implemented.
29 Nov, 2021
1 commit
02 Nov, 2021
1 commit
19 Oct, 2021
1 commit
11 Oct, 2021
2 commits
16 Sep, 2021
2 commits
-
- fix mypy errors and warnings - remove unused code
29 Jan, 2021
2 commits
05 Jan, 2021
1 commit
-
- add update.sh script with the main commands to update perguntations - other minor changes
13 Dec, 2020
4 commits
-
allow offline correction of tests BREAKING CHANGES: Incompatible database tables from previous versions! Must start with empty database.
10 Dec, 2020
1 commit
09 Dec, 2020
3 commits
-
required changes in all questions classes where a new method gen() was added to generate a question instead of __init__()
-
(NOT YET FUNCTIONAL) - removed question type code since it can be done in textarea using the jobe_submit module and is more flexible
06 Dec, 2020
1 commit
02 Dec, 2020
1 commit
-
- fix get_questions_csv when there are questions with duplicate refs - modified database model to include question number and comment in the questions table. Also removed student_id so that it is now normalized.
01 Dec, 2020
1 commit
25 Nov, 2020
1 commit
22 Nov, 2020
1 commit
-
add check for correction of code and textarea.
18 Nov, 2020
1 commit
-
… but can be overriden. - comments are parsed by markdown when reviewing tests.
17 Nov, 2020
1 commit
16 Nov, 2020
2 commits
15 Nov, 2020
1 commit
-
trying to fix redirect failure on login and grade (not stress tested) login messages explain the error on failed logins some refactoring
13 Nov, 2020
1 commit
12 Nov, 2020
4 commits
-
- stores browser request headers on login with the test
-
a redirection.
-
- cookie is now perguntations_user - removes any letter prefix from login number
09 Nov, 2020
2 commits
08 Nov, 2020
3 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