Details
Description
This is a regression from MDL-18583. Sorry.
It was doing if $quizgrade != 0, rather than if $quizgrade == 0, when deciding to display the warning.
Note, the bug only affected the display of the warning text, the form actually functioned correctly.
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-18583 | When a quiz has no grade, make it clear that you can only enter one lot of overall feedback |
|
|
|
Fixed now in CVS, so will be in the next weekly. Alternatively, if you want to apply the fix manually, it is just two lines of code. See the 'Version control' tab of this bug for the patch.