diff options
author | Prabhu Ramachandran | 2017-10-25 15:44:38 +0530 |
---|---|---|
committer | GitHub | 2017-10-25 15:44:38 +0530 |
commit | 48f8c2b504f028e3b73622e47ba357c643f05174 (patch) | |
tree | fdf032726b80015925a19cb35aaf15b68295e8b1 /CHANGELOG.txt | |
parent | 07e5a3c831ad351d47de54db7179303be3506c10 (diff) | |
parent | b82a1a25e62d7eb73f16512dc8fc5a9985596dca (diff) | |
download | online_test-48f8c2b504f028e3b73622e47ba357c643f05174.tar.gz online_test-48f8c2b504f028e3b73622e47ba357c643f05174.tar.bz2 online_test-48f8c2b504f028e3b73622e47ba357c643f05174.zip |
Merge pull request #369 from maheshgudi/0.7_bugfix
Grade User bugfix
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6812c34..ab9e4b2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,18 @@ +=== 0.7.0 (Tentatively 23-10-2017) === + +* Simplified Standard I/O type question error output. +* Added the facility to search questions using tags. +* Added the facility to search for user profiles on admin site. +* Replaced json format with yaml format for downloading and uploading questions. +* Fixed a bug that returned multiple answerpaper objects for a user. +* Fixed a bug that allowed anonymous users access quit exam page. +* Fixed a bug that prevented moderators from changing passwords. +* Fixed a bug that returned nonetype object as the last attempted answer. +* Updated the validation of MCQ/MCC type question. +* Fixed a bug that did not allow expected input in Standard I/O type question to be none. +* UI changes in grade user, view answerpaper and monitor pages. +* Fixed a bug that would require shebang to be put in for Bash assertion based questions. + === 0.6.0 (11-05-2017) === * Added a course code field that can be used to search a course. |