Add canSubmit prop to QuestionRenderer
This commit is contained in:
@@ -93,6 +93,7 @@ function QuestionRenderer({
|
||||
onChange,
|
||||
showResult,
|
||||
lastCorrect,
|
||||
canSubmit,
|
||||
}: {
|
||||
question: QuizQuestionWithEntry;
|
||||
response: any;
|
||||
|
||||
Reference in New Issue
Block a user