Better display for Choice options

This commit is contained in:
moodler
2005-02-25 14:20:27 +00:00
parent 8b66564aa4
commit f32f1338c0
+1 -1
View File
@@ -106,7 +106,7 @@
if ($answer) {
echo "<TD ALIGN=CENTER>";
echo "<INPUT type=radio name=answer value=\"$key\" ".$answerchecked[$key].">";
p($answer);
echo format_text($answer);
echo "</TD>";
}
}