Added PNGs with partial radial progress

This commit is contained in:
Joao Ramos
2024-01-07 23:51:05 +00:00
parent 7a297a6f6c
commit 5e8e46ff09
25 changed files with 53 additions and 22 deletions

View File

@@ -5,4 +5,5 @@ export interface ModuleScore {
total: number;
module: Module | 'Overall';
feedback?: string,
png?: string,
}