diff --git a/mod/quiz/report/attemptsreport_table.php b/mod/quiz/report/attemptsreport_table.php index 52c34e3b3f7..6c19c50883c 100644 --- a/mod/quiz/report/attemptsreport_table.php +++ b/mod/quiz/report/attemptsreport_table.php @@ -138,7 +138,7 @@ abstract class quiz_attempts_report_table extends table_sql { */ public function col_fullname($attempt) { $html = parent::col_fullname($attempt); - if ($this->is_downloading()) { + if ($this->is_downloading() || empty($attempt->attempt)) { return $html; }