|
|
@ -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";
|
|
|
|