Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

Completion data for a specific user, course and critieria

Author: Aaron Barnes <aaronb@catalyst.net.nz>
Copyright: 2009 Catalyst IT Ltd
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 166 lines (5 kb)
Included or required:0 times
Referenced: 2 times
Includes or requires: 0 files

Defines 1 class

completion_criteria_completion:: (7 methods):
  fetch()
  fetch_all()
  is_complete()
  mark_complete()
  attach_criteria()
  get_criteria()
  get_status()


Class: completion_criteria_completion  - X-Ref

Completion data for a specific user, course and critieria

fetch($params)   X-Ref
Finds and returns a data_object instance based on params.

param: array $params associative arrays varname=>value
return: data_object instance of data_object or false if none found.

fetch_all($params)   X-Ref
Finds and returns all data_object instances based on params.

param: array $params associative arrays varname=>value
return: array array of data_object insatnces or false if none found.

is_complete()   X-Ref
Return status of this criteria completion

return: bool

mark_complete()   X-Ref
Mark this criteria complete for the associated user

This method creates a course_completion_crit_compl record

attach_criteria(completion_criteria $criteria)   X-Ref
Attach a preloaded criteria object to this object

param: $criteria   object  completion_criteria

get_criteria()   X-Ref
Return the associated criteria with this completion
If nothing attached, load from the db

return: completion_criteria

get_status()   X-Ref
Return criteria status text for display in reports {@link completion_criteria::get_status()}

return: string