diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index 72b01da..4aac5e8 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -93,14 +93,12 @@ function QuestionRenderer({ onChange, showResult, lastCorrect, - canSubmit, }: { question: QuizQuestionWithEntry; response: any; onChange: (val: any) => void; showResult: boolean; lastCorrect: boolean; - canSubmit: boolean; }) { const payload = question.payload || {}; const type = question.type || '';