diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index cd83f2e..a3ba75a 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -514,7 +514,7 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt } const targets = resolveTargets(currentQuestion); - const correctText = deriveCorrectText(currentQuestion); + const correctText = deriveCorrectText(currentQuestion, response); const shouldShowExplanation = showResult && (!lastCorrect || showExplanation); return (