From a832c5e1511c1d4251e7a3af649ea342330e65e4 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Fri, 21 Nov 2008 10:02:49 +0000 Subject: [PATCH] MDL-5241 edited comments that had not been updated. --- mod/quiz/report/grading/report.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mod/quiz/report/grading/report.php b/mod/quiz/report/grading/report.php index 18f8d45932..688337582c 100644 --- a/mod/quiz/report/grading/report.php +++ b/mod/quiz/report/grading/report.php @@ -202,15 +202,14 @@ class quiz_grading_report extends quiz_default_report { $a->closespan =''; print_heading(get_string('questiontitle', 'quiz_grading', $a)); - // our 3 different views - // the first one displays all of the manually graded questions in the quiz - // with the number of ungraded attempts for each question + // our 2 different views - // the second view displays the users who have answered the essay question + // the first view allows a user to select a question and + // displays the users who have answered the essay question // and all of their attempts at answering the question - // the third prints the question with a comment - // and grade form underneath it + // the second prints selected attempt answer(s) with a comment + // and grade form underneath them $ungraded = $qattempts[$questionid]->totalattempts- $qattempts[$questionid]->gradedattempts; if ($gradenextungraded ||$gradeungraded || $gradeall || $userid || $attemptid){ -- 2.39.5