Separated suggestion from evaluation

This commit is contained in:
Joao Ramos
2024-01-08 19:27:05 +00:00
parent 094fd05df7
commit 647807a07c
3 changed files with 9 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ export interface ModuleScore {
total: number;
code: Module;
module: Module | 'Overall';
feedback?: string,
png?: string,
evaluation?: string,
suggestions?: string,
}