Mass Exam Marker Plugin
A Moodle plugin to help mark massive exams.
|
Namespaces | |
local | |
Variables | |
global | $CFG |
global | $PAGE |
global | $DB |
$node = $PAGE->navigation->add(get_string('memhome', 'local_memplugin'), new moodle_url('memhome.php')) | |
$create_mark_form = new create_memhome_instance() | |
$exam_list_form = new create_exam_list_instance() | |
if($_POST['create']) elseif($_POST['mark']) elseif($_POST['stats']) elseif($create_mark_form-> is_cancelled()) elseif($data=$create_mark_form-> get_data()) | else |
global $CFG |
$create_mark_form = new create_memhome_instance() |
global $DB |
$exam_list_form = new create_exam_list_instance() |
$node = $PAGE->navigation->add(get_string('memhome', 'local_memplugin'), new moodle_url('memhome.php')) |
global $PAGE |