mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Merge branch 'MDL-77542' of https://github.com/paulholden/moodle
This commit is contained in:
commit
3705832400
1 changed files with 2 additions and 2 deletions
|
@ -4117,7 +4117,7 @@ class assign {
|
|||
// and show errors.
|
||||
$mform->is_validated();
|
||||
}
|
||||
$o .= $this->get_renderer()->heading(get_string('gradenoun'), 3);
|
||||
|
||||
$o .= $this->get_renderer()->render(new assign_form('gradingform', $mform));
|
||||
|
||||
if (count($allsubmissions) > 1) {
|
||||
|
@ -4303,7 +4303,7 @@ class assign {
|
|||
'',
|
||||
array('class'=>'gradeform'));
|
||||
}
|
||||
$o .= $this->get_renderer()->heading(get_string('gradenoun'), 3);
|
||||
|
||||
$o .= $this->get_renderer()->render(new assign_form('gradingform', $mform));
|
||||
|
||||
if (count($allsubmissions) > 1 && $attemptnumber == -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue