]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed bug #1642.
authorrkingdon <rkingdon>
Wed, 11 Aug 2004 10:47:43 +0000 (10:47 +0000)
committerrkingdon <rkingdon>
Wed, 11 Aug 2004 10:47:43 +0000 (10:47 +0000)
mod/exercise/assessments.php
mod/exercise/locallib.php

index d52a878721c7539f0e2a6030b03993230abb7a4c..38207e90b2abaa537597895194132ff3f9b27f8f 100644 (file)
                                                        $rubrics[$i][$j] = "";
                                                }
                                                echo "<TR valign=top>\n";
-                                               echo "  <TD ALIGN=RIGHT><P><B>". get_string("grade","exercise")." $j:</B></TD>\n";
+                                               echo "  <TD ALIGN=RIGHT><P><B>". get_string("grade")." $j:</B></TD>\n";
                                                echo "<TD><textarea name=\"rubric[$i][$j]\" rows=3 cols=75 wrap=\"virtual\">".
                             $rubrics[$i][$j]."</textarea>\n";
                                                echo "  </TD></TR>\n";
index 107b3a4a0994b6afa0e54e4ae2ac0bdd5ec05a10..5c33d7b1547df92f6af886de9bcd7618fc0e9576 100644 (file)
@@ -1801,7 +1801,7 @@ function exercise_print_assessment_form($exercise, $assessment = false, $allowch
 
             echo "  <TD BGCOLOR=\"$THEME->cellheading2\"><B>". get_string("criterion","exercise")."</B></TD>\n";
 
-            echo "  <TD BGCOLOR=\"$THEME->cellheading2\"><B>".get_string("select", "exercise")."</B></TD>\n";
+            echo "  <TD BGCOLOR=\"$THEME->cellheading2\"><B>".get_string("select")."</B></TD>\n";
             echo "  <TD BGCOLOR=\"$THEME->cellheading2\"><B>".get_string("suggestedgrade", "exercise")."</B></TD>\n";
             // find which criteria has been selected (saved in the zero element), if any
             if (isset($grades[0]->grade)) {