mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-37602 Put the overall feedback fields to the bottom of the assessment form
The assessment form can be displayed as editable or read-only (frozen). Neither the editor element nor the filemanager element support displaying frozen content themselves so we need to pre-format and inject static texts. The list of attachments should be ideally generated by the renderer and probably improved a bit - just quick and dirty solution must be enough for now though (2.5 coding freeze is just behind the corner...). AMOS BEGIN CPY [submissionattachment,mod_workshop],[feedbackauthorattachment,mod_workshop] AMOS END
This commit is contained in:
parent
3ac58f227a
commit
c6a793d5a2
4 changed files with 124 additions and 6 deletions
|
@ -124,6 +124,7 @@ $string['examplesmode'] = 'Mode of examples assessment';
|
|||
$string['examplesubmissions'] = 'Example submissions';
|
||||
$string['examplesvoluntary'] = 'Assessment of example submission is voluntary';
|
||||
$string['feedbackauthor'] = 'Feedback for the author';
|
||||
$string['feedbackauthorattachment'] = 'Attachment';
|
||||
$string['feedbackby'] = 'Feedback by {$a}';
|
||||
$string['feedbackreviewer'] = 'Feedback for the reviewer';
|
||||
$string['formataggregatedgrade'] = '{$a->grade}';
|
||||
|
@ -184,6 +185,7 @@ $string['notoverridden'] = 'Not overriden';
|
|||
$string['noworkshops'] = 'There are no workshops in this course';
|
||||
$string['noyoursubmission'] = 'You have not submitted your work yet';
|
||||
$string['nullgrade'] = '-';
|
||||
$string['overallfeedback'] = 'Overall feedback';
|
||||
$string['overallfeedbackfiles'] = 'Maximum number of overall feedback attachments';
|
||||
$string['overallfeedbackmaxbytes'] = 'Maximum file size';
|
||||
$string['overallfeedbackmode'] = 'Overall feedback mode';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue