feat: exam actions and data safety fixes
This commit is contained in:
@@ -211,7 +211,7 @@ async function seed() {
|
||||
creatorId: "user_teacher_math",
|
||||
status: "published",
|
||||
startTime: new Date(),
|
||||
structure: examStructure as any // Bypass strict typing for seed
|
||||
structure: examStructure as unknown
|
||||
});
|
||||
|
||||
// Link questions physically (Source of Truth)
|
||||
|
||||
Reference in New Issue
Block a user