mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
quiz manual grading: Remove todo that was already done!
This commit is contained in:
parent
35a51f44e2
commit
b933475898
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user