From 969698d8b880ee4f63a7e9ef0d1ee834cc5192b9 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Fri, 22 Mar 2024 09:07:36 +0000 Subject: [PATCH] Updated the PDF report to give the value out of 9.0 --- src/exams/pdf/details/radial.result.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exams/pdf/details/radial.result.tsx b/src/exams/pdf/details/radial.result.tsx index e5aa62db..930f6738 100644 --- a/src/exams/pdf/details/radial.result.tsx +++ b/src/exams/pdf/details/radial.result.tsx @@ -11,7 +11,7 @@ export const RadialResult = ({module, score, total, png}: ModuleScore) => ( {score.toFixed(2)} - out of {total} + out of 9.0 );