diff options
author | ankitjavalkar | 2019-04-25 11:45:49 +0530 |
---|---|---|
committer | GitHub | 2019-04-25 11:45:49 +0530 |
commit | cb4d1fda7797dfaf1ef66316f01764427595ae1f (patch) | |
tree | da317a11dd7ef5f87941e6f1a26fca24679e8132 /CHANGELOG.txt | |
parent | 680dbc3e92bd761dbef9e5376475ef6d36acacc9 (diff) | |
parent | 49c3b4f44224f85f439f7ba7124bd63dab386f20 (diff) | |
download | online_test-cb4d1fda7797dfaf1ef66316f01764427595ae1f.tar.gz online_test-cb4d1fda7797dfaf1ef66316f01764427595ae1f.tar.bz2 online_test-cb4d1fda7797dfaf1ef66316f01764427595ae1f.zip |
Merge pull request #600 from FOSSEE/release_0_10_00.10.0
Release 0.10.0 related changes
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d122a9f..78ae41e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,21 @@ +=== 0.10.0 (24-04-2019) === + +* Upgraded Django version from 1.10 to 1.11.18. +* Upgraded JQuery-UI version from 1.9.1 to 1.12.1 +* Changed UI to show alert on clicking "Undo changes" button on programming questions in quiz. +* Fixed download link for files in questions +* Added Preview Questionpaper to Edit Quiz interface +* Added a toggle option to allow moderator to hide grades +* Changed UI on Student Dashboard +* Added a link to edit Question while designing Question Paper +* Removed custom Fonts used in new UI +* Changed UI on View Module screen and Quiz screen interface for students +* Add Download Course button in Course Module template +* Fixed the bug that prevented students from opening a quiz if status is inprogress +* Changed UI on Course Status Page and Monitor Page +* Added functionality to restrict access to next module based on passing previous module +* Fixed the CSV upload bug that preventeduser from being added to a new course in case the user was aready enrolled in another course + === 0.9.1 (07-02-2019) === * Changed routing so that opening the base URL will redirect user to /exam |