getContent(); $possibleResponses = $this->getPossibleResponses(); $categories = $this->getCategories(); $html = "
"; for($i = 0; $i < count($possibleResponses); $i++) { $html.= " "; } $html.= "
"; return $html; } }