survey = $survey; $this->init(); } private function init() { ?>
survey->description; ?>
survey->questions as $numQ => $question) { $this->displayQuestion($question, $numQ); } } private function displayQuestion($question, $numQ) { $this->displayQuestionTitle($question); $this->displayQuestionDescription($question); $this->displayAnswerBox($question, $numQ); } private function displayQuestionTitle($question) { ?>description; ?>
type) { case 'text': break; case 'int': break; case 'mc': foreach ($question->answers as $answer) { ?>