fix: MC options display, question selection, timeout handling, and grading prompts

This commit is contained in:
Developer
2026-06-03 20:58:19 +08:00
parent a71bde3452
commit 6d9acd7252
12 changed files with 408 additions and 157 deletions
@@ -100,13 +100,11 @@ export class CreateTemplateDto {
@IsInt()
@Min(60)
@Max(7200)
@IsOptional()
@Max(86400)
totalTimeLimit?: number;
@IsInt()
@Min(30)
@Max(1800)
@IsOptional()
@Max(3600)
perQuestionTimeLimit?: number;
}