Added a button to enable complete exams

This commit is contained in:
Tiago Ribeiro
2024-11-04 10:27:50 +00:00
parent dc4694eb17
commit a502b2b863
2 changed files with 65 additions and 55 deletions

View File

@@ -443,7 +443,6 @@ export default function ExamPage({page, user, hideSidebar = false}: Props) {
<Selection
page={page}
user={user!}
disableSelection={page === "exams"}
onStart={(modules: Module[], avoid: boolean, variant: Variant) => {
setModuleIndex(0);
setAvoidRepeated(avoid);