MDL-34937 quiz responses reports: attempt grade not shown.
This commit is contained in:
@@ -63,7 +63,7 @@ class quiz_responses_table extends quiz_attempts_report_table {
|
||||
}
|
||||
|
||||
public function col_sumgrades($attempt) {
|
||||
if ($attempt->state == quiz_attempt::FINISHED) {
|
||||
if ($attempt->state != quiz_attempt::FINISHED) {
|
||||
return '-';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user