|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | gradingform_rubric |
Variables | |
| $areaid = required_param('areaid', PARAM_INT) | |
| $manager = get_grading_manager($areaid) | |
| $controller = $manager->get_controller('rubric') | |
| $options = $controller->get_options() | |
| if(!$controller-> is_form_defined()||empty($options['alwaysshowdefinition'])) | $title = get_string('gradingof', 'gradingform_rubric', $manager->get_area_title()) |
| if (!empty($options['showdescriptionstudent'])) | |
| $areaid = required_param('areaid', PARAM_INT) |
Definition at line 30 of file preview.php.
| $controller = $manager->get_controller('rubric') |
Definition at line 38 of file preview.php.
| $manager = get_grading_manager($areaid) |
Definition at line 32 of file preview.php.
| $options = $controller->get_options() |
Definition at line 39 of file preview.php.
| if (!$controller->is_form_defined()||empty($options['alwaysshowdefinition'])) $title = get_string('gradingof', 'gradingform_rubric', $manager->get_area_title()) |
Definition at line 45 of file preview.php.
| if(!empty($options['showdescriptionstudent'])) |
Definition at line 52 of file preview.php.