From 34b12c386392e811301385517a3b2471a3c0beb3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 7 Mar 2024 18:46:10 +0900 Subject: Revert "do not plot answer that was submitted before the quiz is started in chart" This reverts commit 9e0e32e1dcfa9275382223bef3038962082562c7. --- services/app/src/App.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'services/app/src') 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, -- cgit v1.2.3-70-g09d2