mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-52954 assign: Rebuild the assignment single grade page.
This commit is contained in:
parent
2a3647bae5
commit
bb690849c9
86 changed files with 4593 additions and 279 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue