Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fdc622
)
MDL-27030: Fix quiz overview report showing incorrect grades on regraded attempts
author
Tony Levi
<tony.levi@netspot.com.au>
Thu, 31 Mar 2011 05:36:13 +0000
(16:06 +1030)
committer
Tim Hunt
<T.J.Hunt@open.ac.uk>
Mon, 8 Aug 2011 22:34:54 +0000
(23:34 +0100)
Conflicts:
mod/quiz/report/overview/report.php
mod/quiz/report/overview/report.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/quiz/report/overview/report.php
b/mod/quiz/report/overview/report.php
index
de70778
..
aec7809
100644
(file)
--- a/
mod/quiz/report/overview/report.php
+++ b/
mod/quiz/report/overview/report.php
@@
-117,11
+117,7
@@
class quiz_overview_report extends quiz_attempt_report {
}
// Load the required questions.
- if ($detailedmarks) {
- $questions = quiz_report_get_significant_questions($quiz);
- } else {
- $questions = array();
- }
+ $questions = quiz_report_get_significant_questions($quiz);
$table = new quiz_report_overview_table($quiz, $this->context, $qmsubselect,
$groupstudents, $students, $detailedmarks, $questions, $candelete,