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.

Generator for the gradingforum_guide plugin.

Copyright: 2018 Adrian Greeve
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 125 lines (4 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

guide:: (5 methods):
  __construct()
  get_definition()
  set_option()
  add_criteria()
  get_critiera_as_array()


Class: guide  - X-Ref

Test guide.

__construct(string $name, string $description)   X-Ref
Create a new gradingform_guide_generator_criterion.

param: string $name
param: string $description

get_definition()   X-Ref
Creates the guide using the appropriate APIs.


set_option(string $key, $value)   X-Ref
Set an option for the rubric.

param: string $key
param: mixed $value
return: self

add_criteria(criterion $criterion)   X-Ref
Adds a criterion to the guide.

param: criterion $criterion The criterion object (class below).
return: self

get_critiera_as_array()   X-Ref
Get the criteria as an array for use in creation.

return: array