MDL-52954 assign: Rebuild the assignment single grade page.

This commit is contained in:
Damyon Wiese 2016-02-01 16:13:46 +08:00
parent 2a3647bae5
commit bb690849c9
86 changed files with 4593 additions and 279 deletions

View file

@ -167,6 +167,15 @@ abstract class assign_feedback_plugin extends assign_plugin {
return '';
}
/**
* Supports injecting content into the review panel of the grading app.
*
* @return bool True if this plugin will add content to the review panel of the grading app.
*/
public function supports_review_panel() {
return false;
}
/**
* Show a batch operations form
*