16 Jan, 2022
1 commit
-
update BUGS
14 Jan, 2022
1 commit
-
review explicitly indicates that a test was not corrected instead of grade=NaN
04 Jan, 2022
1 commit
-
- removed option --show_ref, now depends on debug. - the option --correct is not implemented yet.
10 Dec, 2020
1 commit
09 Dec, 2020
2 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
25 Nov, 2020
1 commit
18 Nov, 2020
1 commit
-
… but can be overriden. - comments are parsed by markdown when reviewing tests.
17 Nov, 2020
1 commit
29 Oct, 2020
1 commit
10 May, 2020
1 commit
07 May, 2020
1 commit
-
- new information question in the demo suggesting use of yamllint. - version bump to 2020.05.dev3
06 May, 2020
1 commit
-
- show file and ref both in the test and review
01 May, 2020
1 commit
-
- updates demo.yaml - correct-question.py changed to count the number of correct colors - catch exception loading test configuration
30 Apr, 2020
1 commit
-
- add example of random choice of questions in demo.yaml
29 Apr, 2020
1 commit
-
- fix grade format in logs - fix many pyyaml warnings - rewrite run_script and run_script_async
28 Apr, 2020
4 commits
-
fix possible submit/autosubmit regression
-
- show time remaining. - fix many pylint warnings - show type of submission
-
- 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.