Enabled a way for students to do assigned tasks
This commit is contained in:
@@ -62,6 +62,7 @@ export interface Stat {
|
||||
solutions: any[];
|
||||
type: string;
|
||||
timeSpent?: number;
|
||||
assignment?: string;
|
||||
score: {
|
||||
correct: number;
|
||||
total: number;
|
||||
|
||||
Reference in New Issue
Block a user