Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/grade/edit/scale/edit.php File Reference

Go to the source code of this file.

Variables

 $courseid = optional_param('courseid', 0, PARAM_INT)
 $id = optional_param('id', 0, PARAM_INT)
 $systemcontext = get_context_instance(CONTEXT_SYSTEM)
 $heading = ''
 $returnurl = $gpr->get_return_url('index.php?id='.$courseid)
 $editoroptions

Variable Documentation

Definition at line 23 of file edit.php.

$editoroptions
Initial value:
 array(
    'maxfiles'  => EDITOR_UNLIMITED_FILES,
    'maxbytes'  => $CFG->maxbytes,
    'trusttext' => false,
    'noclean'   => true,
    'context'   => $systemcontext
)

Definition at line 91 of file edit.php.

$heading = ''

Definition at line 30 of file edit.php.

Definition at line 24 of file edit.php.

$returnurl = $gpr->get_return_url('index.php?id='.$courseid)

editing existing scale

adding new scale from course

Definition at line 90 of file edit.php.

Definition at line 29 of file edit.php.

 All Data Structures Namespaces Files Functions Variables Enumerations