Skip to content
2 changes: 1 addition & 1 deletion src/pages/user/TestExam.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export default function TestExam() {
>
{currentQuestionIndex === totalQuestions - 1
? "Submit"
: "Save and Next"}
: "Save and Next"}
</button> */}
</div>
</div>
Expand Down