diff --git a/frontend/components/review/quiz/VocabChoiceQuiz.tsx b/frontend/components/review/quiz/VocabChoiceQuiz.tsx index 101ed06..658c3ec 100644 --- a/frontend/components/review/quiz/VocabChoiceQuiz.tsx +++ b/frontend/components/review/quiz/VocabChoiceQuiz.tsx @@ -5,7 +5,6 @@ import { CardState } from '@/lib/data/reviewSimpleData' import { QuizHeader } from '../ui/QuizHeader' import { BluePlayButton } from '@/components/shared/BluePlayButton' - interface VocabChoiceTestProps { card: CardState options: string[] @@ -126,28 +125,28 @@ export function VocabChoiceQuiz({ card, options, onAnswer, onSkip }: VocabChoice 正確答案: {card.word}

- 發音: {card.pronunciation} - e.stopPropagation()}> - - + 發音: {card.pronunciation} + e.stopPropagation()}> + +

例句: "{card.example}" - e.stopPropagation()}> - - + e.stopPropagation()}> + +

{card.exampleTranslation}