]> git.mjollnir.org Git - moodle.git/commitdiff
Addition of strings needed for the scale end-ponts.
authorrkingdon <rkingdon>
Wed, 27 Aug 2003 18:21:09 +0000 (18:21 +0000)
committerrkingdon <rkingdon>
Wed, 27 Aug 2003 18:21:09 +0000 (18:21 +0000)
lang/en/workshop.php

index 9d9bb79b695d5cefdf1ae079479345fb3287d506..b4b7cc90603bed423d3a91bb7bb2f20d28724676 100644 (file)
@@ -1,5 +1,6 @@
 <?PHP // $Id$ 
 
+$string['absent'] = "Absent";
 $string['accumulative'] = "Accumulative";
 $string['action'] = "Action";
 $string['addacomment'] = "Add a Comment";
@@ -34,6 +35,7 @@ $string['closeassignment'] = "Close Assignment";
 $string['comment'] = "Comment";
 $string['commentby'] = "Comment by";
 $string['confirmdeletionofthisitem'] = "Confirm Deletion of this \$a";
+$string['correct'] = "Correct";
 $string['criterion'] = "Criterion";
 $string['deadline'] = "Deadline";
 $string['deadlineis'] = "The Deadline is \$a";
@@ -50,8 +52,10 @@ $string['editingassessmentelements'] = "Editing Assessment Elements";
 $string['element'] = "Element";
 $string['elementweight'] = "Element Weight";
 $string['errorbanded'] = "Error Banded";
+$string['excellent'] = "Excellent";
 $string['feedbackgoeshere'] = "Feedback goes here";
 $string['generalcomment'] = "General comment";
+$string['good'] = "Good";
 $string['grade'] = "Grade";
 $string['gradeassessment'] = "Grade Assessment";
 $string['graded'] = "Graded";
@@ -64,6 +68,7 @@ $string['gradeofsubmission'] = "Grade of Submission: \$a";
 $string['gradingstrategy'] = "Grading Strategy";
 $string['hidegradesbeforeagreement'] = "Hide Grades before Agreement";
 $string['includeteachersgrade'] = "Include Teacher's Grade";
+$string['incorrect'] = "Incorrect";
 $string['leaguetable'] = "League Table of Submitted Work";
 $string['listassessments'] = "List Assessments";
 $string['listofallsubmissions'] = "List of all Submissions";
@@ -114,6 +119,8 @@ $string['phase4'] = "Show Final Grades";
 $string['pleaseassesstheseexamplesfromtheteacher'] = "Please assess these Examples from the \$a";
 $string['pleaseassessthesestudentsubmissions'] = "Please assess these \$a Submissions";
 $string['pleaseassessyoursubmissions'] = "Please assess your Submission(s)";
+$string['poor'] = "Poor";
+$string['present'] = "Present";
 $string['reassess'] = "Re-assess";
 $string['reply'] = "Reply";
 $string['returntosubmissionpage'] = "Return to Submission Page";
@@ -160,6 +167,7 @@ $string['title'] = "Title";
 $string['typeofscale'] = "Type of Scale";
 $string['ungradedassessmentsofstudentsubmissions'] = "\$a Ungraded Assessments of Student Submissions";
 $string['ungradedassessmentsofteachersubmissions'] = "\$a Ungraded Assessments of Teacher Submissions";
+$string['verypoor'] = "Very Poor";
 $string['view'] = "View";
 $string['viewassessmentofteacher'] = "View Assessment of \$a";
 $string['viewotherassessments'] = "View other Assessments";