|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $groupid = optional_param('groupid', 0, PARAM_INT) | |
| $itemids = required_param('itemids', PARAM_RAW) | |
| $export_feedback = optional_param('export_feedback', 0, PARAM_BOOL) | |
| $updatedgradesonly = optional_param('updatedgradesonly', false, PARAM_BOOL) | |
| $displaytype = optional_param('displaytype', $CFG->grade_export_displaytype, PARAM_INT) | |
| $decimalpoints = optional_param('decimalpoints', $CFG->grade_export_decimalpoints, PARAM_INT) | |
| $context = get_context_instance(CONTEXT_COURSE, $id) | |
| if(groups_get_course_groupmode($COURSE)==SEPARATEGROUPS and!has_capability('moodle/site:accessallgroups', $context)) | $export = new grade_export_xls($course, $groupid, $itemids, $export_feedback, $updatedgradesonly, $displaytype, $decimalpoints) |
Definition at line 35 of file export.php.
| $decimalpoints = optional_param('decimalpoints', $CFG->grade_export_decimalpoints, PARAM_INT) |
Definition at line 28 of file export.php.
| $displaytype = optional_param('displaytype', $CFG->grade_export_displaytype, PARAM_INT) |
Definition at line 27 of file export.php.
| if (groups_get_course_groupmode($COURSE)==SEPARATEGROUPS and!has_capability('moodle/site:accessallgroups', $context)) $export = new grade_export_xls($course, $groupid, $itemids, $export_feedback, $updatedgradesonly, $displaytype, $decimalpoints) |
Definition at line 47 of file export.php.
| $export_feedback = optional_param('export_feedback', 0, PARAM_BOOL) |
Definition at line 25 of file export.php.
| $groupid = optional_param('groupid', 0, PARAM_INT) |
Definition at line 23 of file export.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 22 of file export.php.
| $itemids = required_param('itemids', PARAM_RAW) |
Definition at line 24 of file export.php.
| $updatedgradesonly = optional_param('updatedgradesonly', false, PARAM_BOOL) |
Definition at line 26 of file export.php.