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