|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $courseid = optional_param('id', 0, PARAM_INT) | |
| $action = optional_param('action', '', PARAM_ALPHA) | |
| $systemcontext = get_context_instance(CONTEXT_SYSTEM) | |
| Make sure they can even access this course. | |
| $header = array('outcome_name', 'outcome_shortname', 'outcome_description', 'scale_name', 'scale_items', 'scale_description') | |
| $outcomes = array() | |
| $action = optional_param('action', '', PARAM_ALPHA) |
Definition at line 25 of file export.php.
| $courseid = optional_param('id', 0, PARAM_INT) |
Definition at line 24 of file export.php.
| $header = array('outcome_name', 'outcome_shortname', 'outcome_description', 'scale_name', 'scale_items', 'scale_description') |
Definition at line 56 of file export.php.
| $outcomes = array() |
Definition at line 59 of file export.php.
| $systemcontext = get_context_instance(CONTEXT_SYSTEM) |
Make sure they can even access this course.
Definition at line 49 of file export.php.