diff --git a/report.php b/report.php index 6f7d80d..9090e03 100644 --- a/report.php +++ b/report.php @@ -168,7 +168,11 @@ if ($sessdata->groupid && !array_key_exists($sessdata->groupid, $studgroups)) $table->data[$student->id][] = ''; else - $table->data[$student->id][] = '?'; + if($sessdata->lasttaken > 0) { + $table->data[$student->id][] = '–'; + } else { + $table->data[$student->id][] = '?'; + } } } foreach($statuses as $st) {