示例#1
0
 public function testable_view_batch_markingallocation($selectedusers)
 {
     $mform = $this->testable_grading_batch_operations_form('setmarkingallocation', $selectedusers);
     return parent::view_batch_markingallocation($mform);
 }
示例#2
0
 public function testable_view_batch_markingallocation($selectedusers)
 {
     global $PAGE;
     $PAGE->set_url('/mod/assign/view.php');
     $mform = $this->testable_grading_batch_operations_form('setmarkingallocation', $selectedusers);
     return parent::view_batch_markingallocation($mform);
 }