Swapped the grade for the level on the level display for an exam
This commit is contained in:
@@ -75,7 +75,7 @@ export default function Finish({user, scores, modules, isLoading, onViewResults}
|
||||
const [levelStr, grade] = getLevelScore(level);
|
||||
return (
|
||||
<div className="flex flex-col items-center justify-center gap-1">
|
||||
<span className="text-xl font-bold">{grade}</span>
|
||||
<span className="text-xl font-bold">{levelStr}</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user