{title || "Knowledge Check"}
+ {maxAttempts > 0 && (
+
+ Attempt {attempts} / {maxAttempts}
+
+ )}
@@ -93,18 +119,24 @@ export default function QuizPlayer({ id, title, quizData, allowRetry = true }: Q
<>
{!submitted && questions.length > 0 && (
)}
{submitted && (
)}
>