getId(); $content = $this->getContent(); $possibleResponses = $this->getPossibleResponses(); $categories = $this->getCategories(); $html = "
$content
\n"; return $html; } }