forked from hangshuo652/aurak
fix: MC options display, question selection, timeout handling, and grading prompts
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user