From b9334758988eeabb958721e8ff605067a810f9ea Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 17 Jul 2009 07:00:16 +0000 Subject: [PATCH] quiz manual grading: Remove todo that was already done! --- mod/quiz/report/grading/report.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/quiz/report/grading/report.php b/mod/quiz/report/grading/report.php index a0b9b713bbf..403ebba4646 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;