CMS  Version 3.9
survey_data.inc File Reference

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()
 

Variable Documentation

◆ $mgr

$mgr = new SurveyResultsManager($survey)

Definition at line 54 of file survey_data.inc.

◆ $script

$script = $view->writeScript()

Definition at line 61 of file survey_data.inc.

◆ $survey

$survey = new Survey($survey_id)

Definition at line 53 of file survey_data.inc.

◆ $survey_id

$survey_id = checkNumeric($_GET["survey_id"])

Definition at line 48 of file survey_data.inc.

◆ $tabs

$tabs = SurveyManager::surveyTabs($survey_id)

Definition at line 57 of file survey_data.inc.

◆ $view

$view = new QuestionnaireGraphicalView($mgr)

Definition at line 55 of file survey_data.inc.

◆ page_title

$page page_title = "Graphical Data for {$survey->title}"

Definition at line 59 of file survey_data.inc.