get("Survey", array("uid" => $_POST['objectUid'])); if (count($surveyResults) > 0) { $this->loadedSurvey = $surveyResults[0]; } else { var_dump("No surveys found!"); } } else { var_dump("Incorrect or null uid passed!"); } } public function init() { // echo the HTML markup to display the editor on the screen ?>
Survey name
1
#QUESTION-IDENT-NO

This is the question body text. This is what the user will read when he is answering the survey.This is the question body text. This is what the user will read when he is answering the survey.This is the question body text. This is what the user will read when he is answering the survey.

PARAMETERS GO HERE, probably in one line (Only answer type and identifier?) Tags?