Previous commit solved completion but messed up question modal, patched that and added the condition to show the submission modal when all questions are awnswered
This commit is contained in:
@@ -131,6 +131,7 @@ const FillBlanks: React.FC<FillBlanksExercise & CommonProps> = ({
|
||||
<br />
|
||||
</p>
|
||||
));
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [text, variant, renderLines, currentMCSelection]);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user