|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $courseid = required_param('courseid', PARAM_INT) | |
| $id = optional_param('id', 0, PARAM_INT) | |
| $url = new moodle_url('/grade/edit/tree/outcomeitem.php', array('courseid'=>$courseid)) | |
| $context = get_context_instance(CONTEXT_COURSE, $course->id) | |
| $gpr = new grade_plugin_return() | |
| $returnurl = $gpr->get_return_url('index.php?id='.$course->id) | |
| $mform = new edit_outcomeitem_form(null, array('gpr'=>$gpr)) | |
| if($mform->is_cancelled()||empty($CFG-> enableoutcomes)) | $heading = get_string('outcomeitemsedit', 'grades') |
| $item | gradepass = format_float($item->gradepass, $decimalpoints) |
Definition at line 37 of file outcomeitem.php.
| $courseid = required_param('courseid', PARAM_INT) |
Definition at line 23 of file outcomeitem.php.
| $gpr = new grade_plugin_return() |
Definition at line 42 of file outcomeitem.php.
| if ($mform->is_cancelled()||empty($CFG->enableoutcomes)) $heading = get_string('outcomeitemsedit', 'grades') |
Definition at line 51 of file outcomeitem.php.
| $id = optional_param('id', 0, PARAM_INT) |
Definition at line 24 of file outcomeitem.php.
| $mform = new edit_outcomeitem_form(null, array('gpr'=>$gpr)) |
Definition at line 45 of file outcomeitem.php.
Definition at line 43 of file outcomeitem.php.
Definition at line 26 of file outcomeitem.php.
| $item gradepass = format_float($item->gradepass, $decimalpoints) |
Definition at line 91 of file outcomeitem.php.