Added the timeSpent to the stats

This commit is contained in:
Tiago Ribeiro
2023-10-16 00:18:45 +01:00
parent e8b44ee10e
commit 635c92791c
5 changed files with 119 additions and 43 deletions

View File

@@ -45,6 +45,7 @@ export interface Stat {
module: Module;
solutions: any[];
type: string;
timeSpent?: number;
score: {
correct: number;
total: number;