We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46644c3 commit 7c03952Copy full SHA for 7c03952
app/exam/page.tsx
@@ -97,7 +97,7 @@ const Exam: NextPage<{ searchParams: { url: string; name: string } }> = ({
97
<div>
98
<div className="px-2 sm:px-10 w-full flex flex-row justify-between items-center">
99
<p className="text-white font-bold text-sm sm:text-2xl">
100
- {currentQuestionIndex}/{numberOfQuestions}
+ ANSWERED: {countAnswered}/{numberOfQuestions}
101
</p>
102
<h1 className="text-white font-bold text-lg sm:text-3xl">
103
PRACTICE EXAM
0 commit comments