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
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)