[AMOS commit] MDL-70935 mod_quiz: combine 'pass' and 'attemptsexhausted' rules Committed into Git: 2021-03-24 18:57 UTC

[AMOS commit] MDL-70935 mod_quiz: combine 'pass' and 'attemptsexhausted' rules Committed into Git: 2021-03-24 18:57 UTC

by AMOS bot -
Number of replies: 0
Author: Shamim Rezaie
MDL-70935 mod_quiz: combine 'pass' and 'attemptsexhausted' rules
Custom rules are combined using the AND operator. However, the
'completionpass' and 'completionattemptsexhausted' rules are exceptions
because they are combined together with OR, and form a single new rule
that then will be combined with the rest of the rules using AND.
This commit combines the mentioned rules into a single rule named
'completionpassorattemptsexhausted'.


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

+ 3.11 en [completionpassorattemptsexhausteddesc,mod_quiz]