mirror of
https://github.com/idanoo/nzart-exam-generator
synced 2025-07-01 22:02:17 +00:00
Added a dot
This commit is contained in:
parent
3e947c9aae
commit
da4a20f6c2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ if(!isset($_POST['mark'])) {
|
|||
foreach($q->answers as $x=>$ans) {
|
||||
echo "<tr>";
|
||||
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><td> </td><td></td></tr>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue