From: rkingdon Date: Wed, 1 Oct 2003 16:54:22 +0000 (+0000) Subject: Adding "weight", fixed bug #799 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ec47220e87e9b18ccb6e8642272e50ba9091c3a4;p=moodle.git Adding "weight", fixed bug #799 --- diff --git a/lang/en/workshop.php b/lang/en/workshop.php index 180f58c63f..88ce27cb1c 100644 --- a/lang/en/workshop.php +++ b/lang/en/workshop.php @@ -180,6 +180,7 @@ $string['viewassessmentofteacher'] = "View Assessment of \$a"; $string['viewotherassessments'] = "View other Assessments"; $string['warningonamendingelements'] = "WARNING: There are submitted assessments.
Do NOT change the number of elements, the scale types or the element weights."; +$string['weight'] = "Weight"; $string['weightederrorcount'] = "Weighted Error Count: \$a"; $string['weightforbias'] = "Weight for Bias"; $string['weightforgradingofassessments'] = "Weight for Grading of Assessments";