![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$survey_id = checkNumeric($_GET["survey_id"]) | |
$survey = new Survey($survey_id) | |
$mgr = new SurveyResultsManager($survey) | |
$view = new QuestionnaireGraphicalView($mgr) | |
$tabs = SurveyManager::surveyTabs($survey_id) | |
$page | page_title = "Graphical Data for {$survey->title}" |
$script = $view->writeScript() | |
$mgr = new SurveyResultsManager($survey) |
Definition at line 54 of file survey_data.inc.
$script = $view->writeScript() |
Definition at line 61 of file survey_data.inc.
$survey = new Survey($survey_id) |
Definition at line 53 of file survey_data.inc.
$survey_id = checkNumeric($_GET["survey_id"]) |
Definition at line 48 of file survey_data.inc.
$tabs = SurveyManager::surveyTabs($survey_id) |
Definition at line 57 of file survey_data.inc.
$view = new QuestionnaireGraphicalView($mgr) |
Definition at line 55 of file survey_data.inc.
Definition at line 59 of file survey_data.inc.