aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--services/app/src/App.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/app/src/App.php b/services/app/src/App.php
index 299646b..b3e3491 100644
--- a/services/app/src/App.php
+++ b/services/app/src/App.php
@@ -934,9 +934,6 @@ final class App
$stats = [];
foreach ($correctAnswers as $answer) {
- if ($answer->submitted_at < $quiz->started_at) {
- continue;
- }
if (!isset($stats[$answer->author_id])) {
$stats[$answer->author_id]['user'] = [
'name' => $answer->author_name,