|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $courseid = optional_param('courseid', 0, PARAM_INT) | |
| $action = optional_param('action', '', PARAM_ALPHA) | |
| $scope = optional_param('scope', 'global', PARAM_ALPHA) | |
| $navigation = grade_build_nav(__FILE__, get_string('outcomes', 'grades'), $courseid) | |
| Make sure they can even access this course. | |
| $upload_form = new import_outcomes_form() | |
| $imported_file = $CFG->tempdir . '/outcomeimport/importedfile_'.time().'.csv' | |
| $action = optional_param('action', '', PARAM_ALPHA) |
Definition at line 25 of file import.php.
| $courseid = optional_param('courseid', 0, PARAM_INT) |
Definition at line 24 of file import.php.
Definition at line 63 of file import.php.
| $navigation = grade_build_nav(__FILE__, get_string('outcomes', 'grades'), $courseid) |
Make sure they can even access this course.
Definition at line 50 of file import.php.
| $scope = optional_param('scope', 'global', PARAM_ALPHA) |
Definition at line 26 of file import.php.
| $upload_form = new import_outcomes_form() |
Definition at line 52 of file import.php.