$title\n

$description

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