From 044a4f91aa7fcaa69967f0f19167a196674a887c Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Tue, 6 Feb 2024 19:19:03 +0000 Subject: [PATCH] Added PDF version to footer --- src/exams/pdf/test.report.footer.tsx | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/exams/pdf/test.report.footer.tsx b/src/exams/pdf/test.report.footer.tsx index 1f9f122e..8f6294b7 100644 --- a/src/exams/pdf/test.report.footer.tsx +++ b/src/exams/pdf/test.report.footer.tsx @@ -37,15 +37,7 @@ const TestReportFooter = ({ userId }: Props) => ( - {userId && ( - - - User ID:{" "} - {userId} - - - )} - + Declaration We hereby declare that exam results on our platform, assessed by AI, are @@ -57,6 +49,22 @@ const TestReportFooter = ({ userId }: Props) => ( continuously enhance our system to ensure accuracy and reliability. + + + PDF Version:{" "} + + {process.env.PDF_VERSION} + + + + {userId && ( + + + User ID:{" "} + {userId} + + + )} info@encoach.com https://encoach.com