| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
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 |
guide:: (5 methods):
__construct()
get_definition()
set_option()
add_criteria()
get_critiera_as_array()
| __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 |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |