Add canSubmit prop to QuestionRenderer

This commit is contained in:
2026-01-08 02:11:09 +01:00
parent 2fa955e0ad
commit 6d5e788764

View File

@@ -93,6 +93,7 @@ function QuestionRenderer({
onChange, onChange,
showResult, showResult,
lastCorrect, lastCorrect,
canSubmit,
}: { }: {
question: QuizQuestionWithEntry; question: QuizQuestionWithEntry;
response: any; response: any;