Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/survey/graph.php File Reference

Go to the source code of this file.

Variables

 $id = required_param('id', PARAM_INT)
 $type = required_param('type', PARAM_FILE)
 $group = optional_param('group', 0, PARAM_INT)
 $sid = optional_param('sid', false, PARAM_INT)
 $qid = optional_param('qid', 0, PARAM_INT)
 $url = new moodle_url('/mod/survey/graph.php', array('id'=>$id, 'type'=>$type))
 $groupmode = groups_get_activity_groupmode($cm)
 $context = get_context_instance(CONTEXT_MODULE, $cm->id)
 $stractualclass = get_string("actualclass", "survey")
 Check to see if groups are being used in this survey.
 $strpreferred = get_string("preferred", "survey")
 $strpreferredclass = get_string("preferredclass", "survey")
if($sid||isset($user)) $virtualscales = false
switch($type) exit

Variable Documentation

Definition at line 42 of file graph.php.

Definition at line 9 of file graph.php.

Definition at line 41 of file graph.php.

Definition at line 7 of file graph.php.

$qid = optional_param('qid', 0, PARAM_INT)

Definition at line 11 of file graph.php.

$sid = optional_param('sid', false, PARAM_INT)

Definition at line 10 of file graph.php.

$stractualclass = get_string("actualclass", "survey")

Check to see if groups are being used in this survey.

Definition at line 69 of file graph.php.

$strpreferred = get_string("preferred", "survey")

Definition at line 71 of file graph.php.

$strpreferredclass = get_string("preferredclass", "survey")

Definition at line 72 of file graph.php.

$type = required_param('type', PARAM_FILE)

Definition at line 8 of file graph.php.

$url = new moodle_url('/mod/survey/graph.php', array('id'=>$id, 'type'=>$type))

Definition at line 13 of file graph.php.

if ($sid||isset($user)) $virtualscales = false

Definition at line 79 of file graph.php.

switch ($type) exit

Definition at line 81 of file graph.php.

 All Data Structures Namespaces Files Functions Variables Enumerations