mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
MDL-36804 mod_assign - allow students to resubmit work and display a submission + grading history
This is based on work by Davo Smith with input from Fernando Oliveira (Thanks guys!).
This commit is contained in:
parent
bf6c1d0997
commit
df211804f1
26 changed files with 1839 additions and 262 deletions
|
@ -52,6 +52,9 @@ class mod_assign_grading_batch_operations_form extends moodleform {
|
|||
if ($instance['duedate']) {
|
||||
$options['grantextension'] = get_string('grantextension', 'assign');
|
||||
}
|
||||
if ($instance['attemptreopenmethod'] == ASSIGN_ATTEMPT_REOPEN_METHOD_MANUAL) {
|
||||
$options['addattempt'] = get_string('addattempt', 'assign');
|
||||
}
|
||||
|
||||
foreach ($instance['feedbackplugins'] as $plugin) {
|
||||
if ($plugin->is_visible() && $plugin->is_enabled()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue