[AMOS commit] MDL-50516 mod_lesson: fixed issue with grade not using minquestions Committed into Git: 2015-09-04 00:48 UTC

[AMOS commit] MDL-50516 mod_lesson: fixed issue with grade not using minquestions Committed into Git: 2015-09-04 00:48 UTC

by AMOS bot -
Number of replies: 0
Author: Mark Nelson
MDL-50516 mod_lesson: fixed issue with grade not using minquestions
It's possible to reach the end of the lesson, get your result,
click back until you get to the last question, answer it correctly
and then be awarded a result of 100%. This was because the grade
calculation would only include the questions answered, rather than
all of them in the lesson. However, you can not fix this by always
grading by the amount of questions in the lesson as some lessons
bypass certain questions depending on the answer to previous ones.
The minquestion setting can now successfully be used to prevent this
behaviour by rewording the misleading string and adding logic.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=139645d4a7ccbfa4287615c4898d2265ba23ca42
http://github.com/moodle/moodle/commit/139645d4a7ccbfa4287615c4898d2265ba23ca42

+ 3.0 en [minimumnumberofquestions_help,mod_lesson]
+ 3.0 en [numberofpagesviewednotice,mod_lesson]