Added a new module called Level for level testing
This commit is contained in:
@@ -20,6 +20,7 @@ const CLASSES: {[key in Module]: string} = {
|
||||
listening: "text-ielts-listening",
|
||||
speaking: "text-ielts-speaking",
|
||||
writing: "text-ielts-writing",
|
||||
level: "text-ielts-level",
|
||||
};
|
||||
|
||||
const columnHelper = createColumnHelper<Exam>();
|
||||
|
||||
Reference in New Issue
Block a user