mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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';
|
||||
|
|
|
@ -97,7 +97,8 @@ $string['categorymoveto'] = 'Move them to this category';
|
|||
$string['categorynamecantbeblank'] = 'The category name cannot be blank.';
|
||||
$string['categorynoedit'] = 'You do not have editing privileges in the category \'$a\'.';
|
||||
$string['categoryupdated'] = 'The category was successfully updated';
|
||||
$string['changessaved'] = 'Grading Changes Saved';
|
||||
$string['changessaved'] = 'Grading changes saved';
|
||||
$string['changessavedwitherrors'] = 'Some errors occurred while saving the grading changes';
|
||||
$string['checkanswer'] = 'Check';
|
||||
$string['choice'] = 'Choice';
|
||||
$string['choices'] = 'Available choices';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue