getId(); $content = $this->getContent(); $possibleResponses = $this->getPossibleResponses(); $categories = $this->getCategories(); $html = "
$content
"; for ($i = 0; $i < count($possibleResponses); $i++) { $categoriesSplit = $id."||".$possibleResponses[$i]."||"; foreach ($categories[$i] as $category) { $categoriesSplit.= $category."_"; } $html.= "

"; } $html.= "\t\t\t
\n"; return $html; } }