forked from PoetOS/moodle-mod_questionnaire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4eb3d5a
commit 1e39079
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
Release Notes | ||
|
||
Version 4.0.0 Beta (Build - 2022030400) | ||
Version 4.0.0 (Build - 2023030700) | ||
|
||
Bug fixes: | ||
|
||
* HTML allowed in choice display. | ||
* Fixed delete question error. | ||
* Feedback links restore correctly. | ||
* Required questions work with rating scales. | ||
* Moodle 4 descriptions only displayed once. | ||
* Feedback section works with empty score calculation. | ||
* Single activity settings work in Moodle 4. | ||
* Required checkbox questions with "other" option now work. | ||
|
||
Improvements: | ||
|
||
* Border added to atto editor for essay questions. | ||
* Better messaging on "save". | ||
* Better messaging on date picker question. | ||
* Buttons substituted for links in many places. | ||
* PHP8 compatibility. | ||
* Moodle 4 icons. | ||
* Improved PDF file name. | ||
* Non-respondents now only include enrolled users. | ||
* New slider type question. | ||
* Better completion tracking options. | ||
|
||
(see CHANGES.md in release 3.11 for earlier changes.) |