diff --git a/frontend/src/routes/results/[result_id]/player_overview.svelte b/frontend/src/routes/results/[result_id]/player_overview.svelte index ccf458a..d406a6f 100644 --- a/frontend/src/routes/results/[result_id]/player_overview.svelte +++ b/frontend/src/routes/results/[result_id]/player_overview.svelte @@ -27,7 +27,7 @@ SPDX-License-Identifier: MPL-2.0 return scoreB - scoreA; }) ); - + const correctCounts = {}; answers.forEach((questionAnswers) => { questionAnswers.forEach((answer) => {