Added passport id to PDF
This commit is contained in:
@@ -33,6 +33,7 @@ interface Props {
|
||||
summaryPNG: string;
|
||||
summaryScore: string;
|
||||
groupScoreSummary: any[];
|
||||
passportId: string;
|
||||
}
|
||||
|
||||
const customStyles = StyleSheet.create({
|
||||
@@ -81,6 +82,7 @@ const GroupTestReport = ({
|
||||
summaryPNG,
|
||||
summaryScore,
|
||||
groupScoreSummary,
|
||||
passportId,
|
||||
}: Props) => {
|
||||
const defaultTextStyle = [styles.textFont, { fontSize: 8 }];
|
||||
return (
|
||||
@@ -114,6 +116,7 @@ const GroupTestReport = ({
|
||||
<Text style={defaultTextStyle}>ID: {id}</Text>
|
||||
<Text style={defaultTextStyle}>Email: {email}</Text>
|
||||
<Text style={defaultTextStyle}>Gender: {gender}</Text>
|
||||
<Text style={defaultTextStyle}>Passport ID: {passportId}</Text>
|
||||
<Text style={defaultTextStyle}>
|
||||
Total Number of Students: {numberOfStudents}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user