답 입력 완료시 정답/오답 내용 출력

This commit is contained in:
2026-05-26 18:18:43 +09:00
parent 2ebb8dbc32
commit 51a96db269
6 changed files with 82 additions and 13 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ export default function PlayClient({ problemCount }: PlayClientProps) {
{currentResult ? (
<FeedbackPanel
result={currentResult}
answerLatex={currentProblem.latexAfter}
problem={currentProblem}
isLastProblem={isLastProblem}
onNext={handleNextProblem}
/>