From: tjhunt Date: Fri, 17 Jul 2009 07:00:16 +0000 (+0000) Subject: quiz manual grading: Remove todo that was already done! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b9334758988eeabb958721e8ff605067a810f9ea;p=moodle.git quiz manual grading: Remove todo that was already done! --- diff --git a/mod/quiz/report/grading/report.php b/mod/quiz/report/grading/report.php index a0b9b713bb..403ebba464 100644 --- a/mod/quiz/report/grading/report.php +++ b/mod/quiz/report/grading/report.php @@ -333,7 +333,6 @@ class quiz_grading_report extends quiz_default_report { function print_questions_and_form($quiz, $question, $userid, $attemptid, $gradeungraded, $gradenextungraded, $ungraded) { global $CFG, $DB; - // TODO get the context, and put in proper roles an permissions checks. $context = get_context_instance(CONTEXT_MODULE, $this->cm->id); $questions[$question->id] = &$question;