AdminInterface
Alexis 2 years ago
parent 878984db2a
commit 1f8fb74eaf

@ -35,7 +35,7 @@ class CheckBoxQuestion extends BoxQuestion
{ {
$categoriesSplit.= $category."_"; $categoriesSplit.= $category."_";
} }
$html.= "\t\t\t\t<input type='checkbox' id='checkBoxQuestion' name='answers[]' value='$categoriesSplit' /> $html.= "\t\t\t\t<input type='checkbox' name='answers[]' value='$categoriesSplit' />
<label>$possibleResponses[$i]</label>\n"; <label>$possibleResponses[$i]</label>\n";
} }
$html.= "\t\t\t</div>\n"; $html.= "\t\t\t</div>\n";

Loading…
Cancel
Save