quiz manual grading: Remove todo that was already done!

This commit is contained in:
tjhunt 2009-07-17 07:00:16 +00:00
parent 35a51f44e2
commit b933475898

View File

@ -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;