Updated some bugs

This commit is contained in:
Tiago Ribeiro
2023-10-09 08:53:41 +01:00
parent ebe4c41f76
commit d4c4546c88
2 changed files with 2 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ export default function ModuleTitle({minTimer, module, label, exerciseIndex, tot
<span className="text-base font-semibold"> <span className="text-base font-semibold">
{moduleLabels[module]} exam {label && `- ${label}`} {moduleLabels[module]} exam {label && `- ${label}`}
</span> </span>
<span className="text-xs font-normal self-end text-mti-gray-davy"> <span className="text-sm font-normal self-end text-mti-gray-davy">
Exercise {exerciseIndex}/{totalExercises} Exercise {exerciseIndex}/{totalExercises}
</span> </span>
</div> </div>

View File

@@ -227,6 +227,7 @@ export default function Page() {
return ( return (
<Selection <Selection
user={user!} user={user!}
disableSelection
onStart={(modules, avoid) => { onStart={(modules, avoid) => {
setSelectedModules(modules); setSelectedModules(modules);
setAvoidRepeated(avoid); setAvoidRepeated(avoid);