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 |
custom_completion:: (6 methods):
check_passing_grade_or_all_attempts()
check_min_attempts()
get_state()
get_defined_custom_rules()
get_custom_rule_descriptions()
get_sort_order()
Class: custom_completion - X-Ref
Activity custom completion subclass for the quiz activity.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 |