mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-31276: Phpdocs cleanup for offline grading feature
This commit is contained in:
parent
d0d4796b4a
commit
7a2b911c6b
17 changed files with 79 additions and 65 deletions
|
@ -145,15 +145,18 @@ abstract class assign_feedback_plugin extends assign_plugin {
|
|||
/**
|
||||
* Show a grading action form
|
||||
*
|
||||
* @param string $gradingaction The action chosen from the grading actions menu
|
||||
* @return string The page containing the form
|
||||
*/
|
||||
public function grading_action($action) {
|
||||
public function grading_action($gradingaction) {
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
* Show a batch operations form
|
||||
*
|
||||
* @param string $action The action chosen from the batch operations menu
|
||||
* @param array $users The list of selected userids
|
||||
* @return string The page containing the form
|
||||
*/
|
||||
public function grading_batch_operation($action, $users) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue