Skip to content
  • Shamim Rezaie's avatar
    MDL-70935 mod_quiz: combine 'pass' and 'attemptsexhausted' rules · 7a9f13e3
    Shamim Rezaie authored and Michael Hawkins's avatar Michael Hawkins committed
    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'.
    7a9f13e3