Added the timeSpent to the stats
This commit is contained in:
@@ -45,6 +45,7 @@ export interface Stat {
|
||||
module: Module;
|
||||
solutions: any[];
|
||||
type: string;
|
||||
timeSpent?: number;
|
||||
score: {
|
||||
correct: number;
|
||||
total: number;
|
||||
|
||||
Reference in New Issue
Block a user