$title

$description

"; foreach ($questions as $question) { $html.= $question->printStrategy(); } $html.= "
"; return $html; } }