mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-14835 - Grade not checked against valid range when manua grading
This commit is contained in:
parent
9c22b42ef7
commit
994c8c3509
5 changed files with 71 additions and 22 deletions
|
@ -37,8 +37,11 @@ $string['erroraccessingcontext'] = 'Cannot access context';
|
|||
$string['errordeletingquestionsfromcategory'] = 'Error deleting questions from category $a.';
|
||||
$string['errorfilecannotbecopied'] = 'Error cannot copy file $a.';
|
||||
$string['errorfilecannotbemoved'] = 'Error cannot move file $a.';
|
||||
$string['errormovingquestions'] = 'Error while moving questions with ids $a.';
|
||||
$string['errorfileschanged'] = 'Error files linked to from questions have changed since form was displayed.';
|
||||
$string['errormanualgradeoutofrange'] = 'The grade $a->grade is not between 0 and $a->maxgrade for question $a->name. The score and comment have not been saved.';
|
||||
$string['errormovingquestions'] = 'Error while moving questions with ids $a.';
|
||||
$string['errorsavingcomment'] = 'Error saving the comment for question $a->name in the database.';
|
||||
$string['errorupdatingattempt'] = 'Error updating attempt $a->id in the database.';
|
||||
$string['exportcategory'] = 'Export category';
|
||||
$string['filesareasite']= 'the site files area';
|
||||
$string['filesareacourse']= 'the course files area';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue