import React from "react"; import { styles } from "./styles"; import { View, Text } from "@react-pdf/renderer"; interface Props { userId?: string; } const TestReportFooter = ({ userId }: Props) => ( Validity This report remains valid for a duration of three months from the test date. Confidential –{" "} circulated for concern people Declaration We hereby declare that exam results on our platform, assessed by AI, are not the sole determinants of candidates' English proficiency levels. While EnCoach provides feedback based on assessments, we recognize that language proficiency encompasses practical application, cultural understanding, and real-life communication. We urge users to consider exam results as a measure of progress and improvement, and we 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 `${pageNumber} / ${totalPages}` } fixed /> ); export default TestReportFooter;