|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | feedback |
Variables | |
| $current_tab = 'analysis' | |
| $id = required_param('id', PARAM_INT) | |
| $coursefilter = optional_param('coursefilter', '0', PARAM_INT) | |
| $courseitemfilter = optional_param('courseitemfilter', '0', PARAM_INT) | |
| $courseitemfiltertyp = optional_param('courseitemfiltertyp', '0', PARAM_ALPHANUM) | |
| $searchcourse = optional_param('searchcourse', '', PARAM_RAW) | |
| $courseid = optional_param('courseid', false, PARAM_INT) | |
| $url = new moodle_url('/mod/feedback/analysis_course.php', array('id'=>$id)) | |
| if(!($feedback->publish_stats OR has_capability('mod/feedback:viewreports', $context))) | $strfeedbacks = get_string("modulenameplural", "feedback") |
| Print the page header. | |
| $strfeedback = get_string("modulename", "feedback") | |
| if(has_capability('mod/feedback:viewreports', $context)) | $mygroupid = false |
| print the tabs | |
| $completedscount = feedback_get_completeds_group_count($feedback, $mygroupid, $coursefilter) | |
| $params = array('feedback' => $feedback->id, 'hasvalue' => 1) | |
| $items = $DB->get_records('feedback_item', $params, 'position') | |
| $completedscount = feedback_get_completeds_group_count($feedback, $mygroupid, $coursefilter) |
Definition at line 111 of file analysis_course.php.
| $coursefilter = optional_param('coursefilter', '0', PARAM_INT) |
Definition at line 31 of file analysis_course.php.
| $courseid = optional_param('courseid', false, PARAM_INT) |
Definition at line 35 of file analysis_course.php.
| $courseitemfilter = optional_param('courseitemfilter', '0', PARAM_INT) |
Definition at line 32 of file analysis_course.php.
| $courseitemfiltertyp = optional_param('courseitemfiltertyp', '0', PARAM_ALPHANUM) |
Definition at line 33 of file analysis_course.php.
| $current_tab = 'analysis' |
Definition at line 28 of file analysis_course.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 30 of file analysis_course.php.
| $items = $DB->get_records('feedback_item', $params, 'position') |
Definition at line 118 of file analysis_course.php.
| if (has_capability('mod/feedback:viewreports', $context)) $mygroupid = false |
print the tabs
Definition at line 109 of file analysis_course.php.
Definition at line 117 of file analysis_course.php.
| $searchcourse = optional_param('searchcourse', '', PARAM_RAW) |
Definition at line 34 of file analysis_course.php.
| $strfeedback = get_string("modulename", "feedback") |
Definition at line 83 of file analysis_course.php.
| if (!($feedback->publish_stats OR has_capability('mod/feedback:viewreports', $context))) $strfeedbacks = get_string("modulenameplural", "feedback") |
Print the page header.
Definition at line 82 of file analysis_course.php.
| $url = new moodle_url('/mod/feedback/analysis_course.php', array('id'=>$id)) |
Definition at line 37 of file analysis_course.php.