From 8b45cb06cb016a65a91f23e84c95466e3f2fdc17 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 01:35:52 +0100 Subject: [PATCH] Update play again button to restart quiz directly --- client/src/components/QuizRunner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index fb36b3c..265733e 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -379,7 +379,7 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt

Nice work!

You scored {score} out of {questions.length}.

-