From: jamiesensei Date: Fri, 21 Nov 2008 10:02:49 +0000 (+0000) Subject: MDL-5241 edited comments that had not been updated. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a832c5e1511c1d4251e7a3af649ea342330e65e4;p=moodle.git MDL-5241 edited comments that had not been updated. --- 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){