From 799b5b3ee593839bc53f79b97bb3084efc503364 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 31 Mar 2026 18:09:26 +0200 Subject: [PATCH] Fix TTS stop on navigation and answer; set Polly Joanna as default - Add key prop to TTSButton based on question id + answer state so component remounts (and audio stops) on both question navigation and answer selection in study mode - Set AWS Polly Joanna (neural) as default TTS voice Co-Authored-By: Claude Sonnet 4.6 (1M context) --- frontend/src/pages/QuizPage.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/QuizPage.jsx b/frontend/src/pages/QuizPage.jsx index 750a0c2..9de4e04 100644 --- a/frontend/src/pages/QuizPage.jsx +++ b/frontend/src/pages/QuizPage.jsx @@ -286,6 +286,7 @@ useEffect(() => {

Q{currentIdx + 1}. {current.question_text.replace('[IMAGE]', '')}