Added support for PDF bulletpoints

This commit is contained in:
Joao Ramos
2024-03-24 23:42:02 +00:00
parent 5decfb098d
commit 5ef2568aa5
4 changed files with 75 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ export interface ModuleScore {
png?: string;
evaluation?: string;
suggestions?: string;
bullet_points?: string[];
}
export interface StudentData {