コード例 #1
0
ファイル: helpers.php プロジェクト: gabrielrosset/moodle
 protected function manual_grade($comment, $mark, $commentformat = null)
 {
     $this->quba->manual_grade($this->slot, $comment, $mark, $commentformat);
 }
コード例 #2
0
ファイル: helpers.php プロジェクト: saurabh947/MoodleLearning
 protected function manual_grade($comment, $mark)
 {
     $this->quba->manual_grade($this->slot, $comment, $mark);
 }