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
@@ -49,6 +49,7 @@ export class TemplateService {
const { ...data } = createDto;
const template = this.templateRepository.create({
...data,
isActive: data.isActive !== undefined ? data.isActive : true,
createdBy: userId,
tenantId,
});