This commit is contained in:
rkingdon 2004-08-11 10:47:43 +00:00
parent 20cb89ec4e
commit 3c4a6298bc
2 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,7 @@
$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";

View 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)) {