}
echo "<TABLE ALIGN=right>";
echo "<TR><TD valign=top>$stranswer: </TD><TD>";
- echo "<TABLE ALIGN=right>";
+ echo "<TABLE>";
$answerids = explode(",", $options->answers);
foreach ($answerids as $key => $answerid) {
exit;
}
- $table->head = array("", $strname, $strattempts, "$strbestgrade /$quiz->grade");
+ $table->head = array(" ", $strname, $strattempts, "$strbestgrade /$quiz->grade");
$table->align = array("CENTER", "LEFT", "LEFT", "CENTER");
$table->width = array(10, "*", "*", 20);