Closed today0-o closed 3 months ago
Good job, Minsung! The PR addresses the key issues with the InterviewPractice page effectively. The reset of answer components, enforcement of the question limit, and button transitions are all handled well. The manual testing seems thorough, and the implementation appears solid. LGTM—ready to merge!
Context
This PR addresses the functionality and UX improvements for the InterviewPractice page. Specifically, it ensures that the "Next Question" button behaves as expected by resetting the question and answer components without duplicating them on the page. Additionally, it enforces a limit on the number of questions that can be answered based on the specified numQuestions parameter.
Closes #38
What Changed?
Question and Answer Reset:
How To Review
Testing
Risks
Notes