Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Namespaces | |
namespace | gradingform_guide\grades\grader\gradingpanel\external |
| |
namespace | gradingform_guide\privacy |
| |
namespace | tests\gradingform_guide\generator |
| |
Classes | |
class | backup_gradingform_guide_plugin |
Defines marking guide backup structures. More... | |
class | behat_gradingform_guide |
Steps definitions to help with marking guides. More... | |
class | gradingform_guide\grades\grader\gradingpanel\external\fetch |
Web services relating to fetching of a marking guide for the grading panel. More... | |
class | gradingform_guide\grades\grader\gradingpanel\external\store |
Web services relating to storing of a marking guide for the grading panel. More... | |
class | gradingform_guide\privacy\provider |
Privacy class for requesting user data. More... | |
class | gradingform_guide_controller |
This controller encapsulates the guide grading logic. More... | |
class | gradingform_guide_editguide |
Defines the guide edit form. More... | |
class | gradingform_guide_generator |
Generator for the gradingforum_guide plugintype. More... | |
class | gradingform_guide_instance |
Class to manage one guide grading instance. More... | |
class | gradingform_guide_renderer |
Grading method plugin renderer. More... | |
class | moodlequickform_guideeditor |
The editor for the marking guide advanced grading plugin. More... | |
class | restore_gradingform_guide_plugin |
Restores the marking guide specific data from grading.xml file. More... | |
class | tests\gradingform_guide\generator\criterion |
Convenience class to create guide criterion. More... | |
class | tests\gradingform_guide\generator\guide |
Test guide. More... | |
Functions | |
gradingform_guide_get_fontawesome_icon_map () | |
Get the icon mapping for font-awesome. | |
xmldb_gradingform_guide_upgrade ($oldversion) | |
Marking guide grading method upgrade task. | |
Variables | |
global | gradingform_guide\grades\grader\gradingpanel\external::$CFG |
$functions | |
$plugin = 2023100400 | |
$plugin | component = 'gradingform_guide' |
const | MARKING_GUIDE = 'guide' |
guide: Used to compare our gradeitem_type against. | |
$plugin | maturity = MATURITY_STABLE |
$plugin | version = 2023100900 |
gradingform_guide_get_fontawesome_icon_map | ( | ) |
Get the icon mapping for font-awesome.
array |
xmldb_gradingform_guide_upgrade | ( | $oldversion | ) |
Marking guide grading method upgrade task.
int | $oldversion | The version we are upgrading form. |
bool | Returns true on success. |
coding_exception | |
downgrade_exception | |
upgrade_exception |
$functions |