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/item.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) |
| | $heading = get_string('itemsedit', 'grades') |
| $item | grademax = format_float($item->grademax, $decimalpoints) |
| $item | grademin = format_float($item->grademin, $decimalpoints) |
| $item | gradepass = format_float($item->gradepass, $decimalpoints) |
| $item | multfactor = format_float($item->multfactor, 4) |
| $item | plusfactor = format_float($item->plusfactor, 4) |
if($mform->is_cancelled())
else if($data=$mform->get_data(false)) | $return = false |
| | $buttons = false |
| | $shownavigation = false |
Variable Documentation
| if ($mform->is_cancelled()) else if ($data=$mform->get_data(false)) $return = false |