diff --git a/report.php b/report.php index 70088f4..9b755b2 100644 --- a/report.php +++ b/report.php @@ -166,7 +166,7 @@ if ($sessdata->groupid && !$studgroups[$sessdata->groupid]) $table->data[$student->id][] = ''; else - $table->data[$student->id][] = '-'; + $table->data[$student->id][] = '?'; } } foreach($statuses as $st) {