From f355b8ddb396a1ad0a944fa6acc644fa34b444cc Mon Sep 17 00:00:00 2001 From: rkingdon Date: Fri, 20 Aug 2004 09:05:44 +0000 Subject: [PATCH] Warning message added (criterion grading with only one criterion) --- lang/en/exercise.php | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.39.5