Added a dot

This commit is contained in:
Daniel Mason 2017-01-01 11:38:05 +13:00
parent 3e947c9aae
commit da4a20f6c2

View File

@ -76,7 +76,7 @@ if(!isset($_POST['mark'])) {
foreach($q->answers as $x=>$ans) { foreach($q->answers as $x=>$ans) {
echo "<tr>"; echo "<tr>";
echo "<td></td>"; echo "<td></td>";
echo "<td style='padding-left:10px'><input type='radio' name='".$q->getId()."' value='".$ans->getId()."' required> ".($letters[$x]." ".$ans->getAnswer())."</td>"; echo "<td style='padding-left:10px'><input type='radio' name='".$q->getId()."' value='".$ans->getId()."' required> ".($letters[$x].". ".$ans->getAnswer())."</td>";
echo "</tr>"; echo "</tr>";
} }
echo "<tr><td>&nbsp;</td><td></td></tr>"; echo "<tr><td>&nbsp;</td><td></td></tr>";