ENCOA-260, ENCOA-259

This commit is contained in:
Carlos-Mesquita
2024-12-09 18:37:51 +00:00
parent 35d28fbff6
commit 7538392e44
12 changed files with 301 additions and 57 deletions

View File

@@ -97,6 +97,7 @@ export interface WritingExam extends ExamBase {
module: "writing";
enableNavigation?: boolean;
exercises: WritingExercise[];
type?: "academic" | "general";
}
interface WordCounter {