Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

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

(no description)

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

Defines 1 class

custom_completion:: (4 methods):
  get_state()
  get_defined_custom_rules()
  get_custom_rule_descriptions()
  get_sort_order()


Class: custom_completion  - X-Ref

Activity custom completion subclass for the scorm activity.

Contains the class for defining mod_scorm's custom completion rules
and fetching a scorm instance's completion statuses for a user.

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