mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-34937' of git://github.com/timhunt/moodle
This commit is contained in:
commit
09b07f748c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class quiz_responses_table extends quiz_attempts_report_table {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function col_sumgrades($attempt) {
|
public function col_sumgrades($attempt) {
|
||||||
if ($attempt->state == quiz_attempt::FINISHED) {
|
if ($attempt->state != quiz_attempt::FINISHED) {
|
||||||
return '-';
|
return '-';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue