diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index 9ecc730..1d910c7 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -99,6 +99,7 @@ function QuestionRenderer({ onChange: (val: any) => void; showResult: boolean; lastCorrect: boolean; + canSubmit: boolean; }) { const payload = question.payload || {}; const type = question.type || '';