Added a new module called Level for level testing
This commit is contained in:
@@ -8,6 +8,7 @@ export const moduleLabels: {[key in Module]: string} = {
|
||||
reading: "Reading",
|
||||
speaking: "Speaking",
|
||||
writing: "Writing",
|
||||
level: "Level",
|
||||
};
|
||||
|
||||
export const sortByModule = (a: {module: Module}, b: {module: Module}) => {
|
||||
|
||||
Reference in New Issue
Block a user