답 입력 완료시 정답/오답 내용 출력
This commit is contained in:
@@ -290,7 +290,7 @@ export default function PlayClient({ problemCount }: PlayClientProps) {
|
||||
{currentResult ? (
|
||||
<FeedbackPanel
|
||||
result={currentResult}
|
||||
answerLatex={currentProblem.latexAfter}
|
||||
problem={currentProblem}
|
||||
isLastProblem={isLastProblem}
|
||||
onNext={handleNextProblem}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user