mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
Fixed bug #1642.
This commit is contained in:
parent
20cb89ec4e
commit
3c4a6298bc
@ -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";
|
||||
|
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user