Added integration with backend to fetch skills feedback

This commit is contained in:
Joao Ramos
2024-01-08 01:01:17 +00:00
parent 5e8e46ff09
commit e6c82412bf
2 changed files with 104 additions and 30 deletions

View File

@@ -3,6 +3,7 @@ import {Module} from "@/interfaces";
export interface ModuleScore {
score: number;
total: number;
code: Module;
module: Module | 'Overall';
feedback?: string,
png?: string,