diff options
author | adityacp | 2020-09-09 08:15:07 +0530 |
---|---|---|
committer | adityacp | 2020-09-09 08:18:00 +0530 |
commit | 6d5f4dd373cde302fe9575713a3a08a00fc83199 (patch) | |
tree | 15a4091ee81d77524ad4a046762aa6c0ba6522ce /CHANGELOG.txt | |
parent | e4bfcb650e76579f0fc5daee264c7cb3da90eced (diff) | |
download | online_test-6d5f4dd373cde302fe9575713a3a08a00fc83199.tar.gz online_test-6d5f4dd373cde302fe9575713a3a08a00fc83199.tar.bz2 online_test-6d5f4dd373cde302fe9575713a3a08a00fc83199.zip |
Release changes
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d37f7c7..275624f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,26 @@ -== 0.21.0 (02-07-2020) === +=== 0.23.0 (09-09-2020) === + +* Allow a single user or multiple users to reattempt a quiz + +=== 0.22.1 (28-08-2020) === + +* Avoid duplicate user entry with same email address during upload. +* Fix a bug where user cannot submit zero as answer +* Fix UI in question statistics. +* Fix a bug where the trial question paper was not updated. +* Fix a bug where answers for fill in the blanks type is not shown. + +=== 0.22.0 (27-08-2020) === + +* Fix zero division error if the course does not have any quizzes. +* Improve question statistics +* Add Mathjax support to lesson and module. + +=== 0.21.0 (02-07-2020) === * Added support for hiding test cases for code questions -== 0.20.2 (02-06-2020) === +=== 0.20.2 (02-06-2020) === * Added a custom filter to convert str objects to int in templates * Fixed a bug that prevented users from seeing the last submitted MCQ answers @@ -12,7 +30,7 @@ * Display question solution in view answer paper * Fixed bug to check if attempts are allowed and spare time is available before answer is checked -== 0.20.1 (21-05-2020) === +=== 0.20.1 (21-05-2020) === * Rename celery.py to celery_settings.py to avoid conflicts with the celery app |