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
| $stractualclass = get_string("actualclass", "survey") |
Check to see if groups are being used in this survey.
Definition at line 69 of file graph.php.
| $strpreferredclass = get_string("preferredclass", "survey") |
| if ($sid||isset($user)) $virtualscales = false |