Skip to content

Commit 7c03952

Browse files
make it explicit how many questions are answered
1 parent 46644c3 commit 7c03952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/exam/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const Exam: NextPage<{ searchParams: { url: string; name: string } }> = ({
9797
<div>
9898
<div className="px-2 sm:px-10 w-full flex flex-row justify-between items-center">
9999
<p className="text-white font-bold text-sm sm:text-2xl">
100-
{currentQuestionIndex}/{numberOfQuestions}
100+
ANSWERED: {countAnswered}/{numberOfQuestions}
101101
</p>
102102
<h1 className="text-white font-bold text-lg sm:text-3xl">
103103
PRACTICE EXAM

0 commit comments

Comments
 (0)