MDL-54802 mod_quiz: Move grade to pass error to require passing grade element
commit26cb467b47af723dfc2f099dbac01e9ffa5f2bf4
authorCameron Ball <cameron@moodle.com>
Wed, 5 Oct 2016 09:14:00 +0000 (5 17:14 +0800)
committerCameron Ball <cameron@moodle.com>
Wed, 5 Oct 2016 09:14:00 +0000 (5 17:14 +0800)
treecc899085ff509cc4d5d2e3a6241f746bbe9c3d00
parent5bba36f63f7c2169a39adbf9c9c48a91b26bf8c2
MDL-54802 mod_quiz: Move grade to pass error to require passing grade element

When using a passing grade of zero, with the required passing grade
option, an error was displayed on the "grade to pass" element.
This was confusing as the error message is referring to the
"Require passing grade" element. This patch moves the message to
the "Require passing grade" element.

Additionaly this patch fixes a small typo in a comment.
mod/quiz/mod_form.php