From: rkingdon Date: Fri, 20 Aug 2004 09:05:44 +0000 (+0000) Subject: Warning message added (criterion grading with only one criterion) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f355b8ddb396a1ad0a944fa6acc644fa34b444cc;p=moodle.git Warning message added (criterion grading with only one criterion) --- diff --git a/lang/en/exercise.php b/lang/en/exercise.php index 79954694f7..741786b609 100644 --- a/lang/en/exercise.php +++ b/lang/en/exercise.php @@ -99,6 +99,7 @@ $string['notgraded'] = "Not Graded"; $string['notitlegiven'] = "No Title Given"; $string['pleasemakeyourownassessment'] = "Please make your own Assessment of the Piece of Work from \$a.
Note that the Assessment Form is initially displayed with the Student's assessment.
You should make any amendments you think necessary and then click on one
of the buttons at the foot of the page."; $string['numberofassessmentelements'] = "Number of Comments, Assessment Elements, Grade Bands, Criterion Statments or Categories in a Rubric"; +$string['numberofcriterionelements'] = "Number of Criterion Elements must be greater than one."; $string['numberofentries'] = "Number of Entries"; $string['numberofentriesinleaguetable'] = "Number of Entries in League Table"; $string['numberofnegativeresponses'] = "Number of Negative Responses";