Added level to table
This commit is contained in:
@@ -8,4 +8,14 @@ export interface ModuleScore {
|
||||
png?: string,
|
||||
evaluation?: string,
|
||||
suggestions?: string,
|
||||
}
|
||||
|
||||
export interface StudentData {
|
||||
id: string;
|
||||
name: string;
|
||||
email: string;
|
||||
gender: string;
|
||||
date: string;
|
||||
result: string;
|
||||
level?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user