Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

(no description)

File Size: 176 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: custom_completion  - X-Ref

Activity custom completion subclass for the quiz activity.

Class for defining mod_quiz's custom completion rules and fetching the completion statuses
of the custom completion rules for a given quiz instance and a user.

check_passing_grade_or_all_attempts()   X-Ref
Check passing grade (or no attempts left) requirement for completion.

return: bool True if the passing grade (or no attempts left) requirement is disabled or met.

check_min_attempts()   X-Ref
Check minimum attempts requirement for completion.

return: bool True if minimum attempts requirement is disabled or met.

get_state(string $rule)   X-Ref
Fetches the completion state for a given completion rule.

param: string $rule The completion rule.
return: int The completion state.

get_defined_custom_rules()   X-Ref
Fetch the list of custom completion rules that this module defines.

return: array

get_custom_rule_descriptions()   X-Ref
Returns an associative array of the descriptions of custom completion rules.

return: array

get_sort_order()   X-Ref
Returns an array of all completion rules, in the order they should be displayed to users.

return: array